Get-SCOpsMgrConnection

Gets the Operations Manager connection object.

Description

The Get-SCOpsMgrConnection cmdlet gets the System Center Operations Manager connection object if a connection has been created.

For information about how to create an Operations Manager connection, type: "Get-Help New-SCOpsMgrConnection -detailed".

For more information about Get-SCOpsMgrConnection, type: "Get-Help Get-SCOpsMgrConnection -online".

Parameters

JobVariable

Required? false
Accept Pipeline Input? false
Position? named
Specifies that job progress is tracked and stored in the variable named by this parameter. 

PROTipID

Required? false
Accept Pipeline Input? false
Position? named
Specifies the ID of the PRO tip that triggered this action. This allows for auditing of PRO tips.

RunAsynchronously

Required? false
Accept Pipeline Input? false
Position? named
Indicates that the job runs asynchronously so that control returns to the command shell immediately. 

VMMServer

Required? false
Accept Pipeline Input? false
Position? named
Specifies a VMM server object.

Examples

1: Get the Operations Manager connection object.
PS C:\> $OMConn = Get-SCOpsMgrConnection
PS C:\> $OMConn
The first command gets the Operations Manager connection object stores it in the $OMConn variable.

The second command displays the Operations Manager connection object storedi n $OMConn to the user.

See Also