Set-SCOpsMgrConnection
Applies To: System Center 2012 - Virtual Machine Manager
Set-SCOpsMgrConnection
Updates the Operations Manager connection settings.
Syntax
Parameter Set: Default
Set-SCOpsMgrConnection [-EnableMaintenanceModeIntegration <Boolean> ] [-EnableOpsMgrConnection <Boolean> ] [-EnablePRO <Boolean> ] [-JobVariable <String> ] [-PROTipID <Guid> ] [-RunAsynchronously] [-VMMServer <ServerConnection> ] [ <CommonParameters>]
Detailed Description
The Set-SCOpsMgrConnection cmdlet updates the System Center Operations Manager connection. Settings that can be changed include whether the connection is enabled or disabled, and whether maintenance mode integration is enabled for the connection.
For more information about Set-SCOpsMgrConnection, type: "Get-Help Set-SCOpsMgrConnection -online".
Parameters
-EnableMaintenanceModeIntegration<Boolean>
Indicates whether maintenance mode integration is enabled for this connection.
Aliases |
none |
Required? |
false |
Position? |
named |
Default Value |
none |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
-EnableOpsMgrConnection<Boolean>
Indicates whether the connection to the Operations Manager management server is enabled.
Aliases |
none |
Required? |
false |
Position? |
named |
Default Value |
none |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
-EnablePRO<Boolean>
Indicates whether PRO is enabled for this connection.
Aliases |
none |
Required? |
false |
Position? |
named |
Default Value |
none |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
-JobVariable<String>
Specifies that job progress is tracked and stored in the variable named by this parameter.
Aliases |
none |
Required? |
false |
Position? |
named |
Default Value |
none |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
-PROTipID<Guid>
Specifies the ID of the PRO tip that triggered this action. This allows for auditing of PRO tips.
Aliases |
none |
Required? |
false |
Position? |
named |
Default Value |
none |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
-RunAsynchronously
Indicates that the job runs asynchronously so that control returns to the command shell immediately.
Aliases |
none |
Required? |
false |
Position? |
named |
Default Value |
none |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
-VMMServer<ServerConnection>
Specifies a VMM server object.
Aliases |
none |
Required? |
false |
Position? |
named |
Default Value |
none |
Accept Pipeline Input? |
true (ByValue) |
Accept Wildcard Characters? |
false |
<CommonParameters>
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters.
Inputs
The input type is the type of the objects that you can pipe to the cmdlet.
Outputs
The output type is the type of the objects that the cmdlet emits.
- OpsMgrConnection
Examples
1: Disable the Operations Manager connection.
This command disables the Operations Manager connection by setting the EnableOpsMgrConnection to False.
PS C:\> Set-SCOpsMgrConnection -EnableOpsMgrConnection $False
2: Enable the Operations Manager connection.
This command enables the Operations Manager connection by setting the EnableOpsMgrConnection variable to True.
PS C:\> Set-SCOpsMgrConnection -EnableOpsMgrConnection $True