Test-SCPROTip

Test-SCPROTip

Tests PRO integration between VMM and Operations Manager.

Syntax

Parameter Set: Default
Test-SCPROTip [-VMMServer <ServerConnection> ] [ <CommonParameters>]

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

Parameters

-VMMServer<ServerConnection>

Specifies a VMM server object.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByValue)

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

Example Example 1:. Test PRO integration between VMM and Operations Manager.:

The first command runs the Test-SCPROTip cmdlet, and then stores the associated job in the variable called $PROTipJob.

The second command verifies the status of the test PRO Tip. The status may also be viewed in the VMM job interface.

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

Clear-SCPROTip

Get-SCPROTip

Invoke-SCPROTip

Set-SCPROTip