Test-SCPROTip

Tests PRO integration between VMM and Operations Manager.

Syntax

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.

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