Write-SCOpsMgrConnection

Updates Operations Manager with the most current information from VMM.

Syntax

Write-SCOpsMgrConnection
     [-VMMServer <ServerConnection>]
     [-RunAsynchronously]
     [-PROTipID <Guid>]
     [-JobVariable <String>]
     [<CommonParameters>]

Description

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

Examples

Example 1: Update VMM data in Operations Manager

PS C:\> Write-SCOpsMgrConnection

This command updates Operations Manager with the most current data from VMM.

Parameters

-JobVariable

Specifies that job progress is tracked and stored in the variable named by this parameter.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-PROTipID

Specifies the ID of the Performance and Resource Optimization tip (PRO tip) that triggered this action. This parameter lets you audit PRO tips.

Type:Guid
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-RunAsynchronously

Indicates that the job runs asynchronously so that control returns to the command shell immediately.

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-VMMServer

Specifies a VMM server object.

Type:ServerConnection
Position:Named
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

Outputs

OpsMgrConnection

This cmdlet returns an OpsMgrConnection object.