Write-SCOpsMgrConnection

Updates Operations Manager with the most current information from VMM.

Description

The Write-SCOpsMgrConnection cmdlet updates System Center Operations Manager with the most current information from System Center Virtual Machine Manager (VMM).

For more information about Write-SCOpsMgrConnection, type: "Get-Help Write-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: Update VMM data in Operations Manager.
PS C:\> Write-SCOpsMgrConnection
This command updates Operations Manager with the most current data from VMM.

See Also