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.
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.