次の方法で共有


Test-SCPROTip

Tests PRO integration between VMM and Operations Manager.

Syntax

Default (Default)

Test-SCPROTip
    [-VMMServer <ServerConnection>]
    [<CommonParameters>]

Description

The Test-SCPROTip cmdlet tests integration between Virtual Machine Manager (VMM) and Operations Manager. After creating a connection with Operations Manager and configuring Performance and Resource Optimization (PRO) monitors, run Test-SCPROTip to validate that PRO integration is functioning correctly. Test-SCPROTip creates a new warning PRO alert in Operations Manager, invokes a remediation, and then implements the fix for the PRO tip.

Examples

Example 1: Test PRO integration between VMM and Operations Manager

PS C:\> $PROTipJob = Test-SCPROTip
PS C:\> $PROTipJob

The first command runs the Test-SCPROTip operation and stores the associated job in the variable named $PROTipJob.

The second command verifies the status of the test. You can also view the status in the VMM job interface.

Parameters

-VMMServer

Specifies a VMM server object.

Parameter properties

Type:ServerConnection
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.