Test-SCPROTip

Applies To: System Center 2012 - Virtual Machine Manager

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 System Center Virtual Machine Manager (VMM) and System Center Operations Manager. After creating a connection with Operations Manager and configuring Performance and Resource Optimization (PRO) monitors, runTest-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.

For more information about Test-SCPROTip, type: "Get-Help Test-SCPROTip -online".

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.

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

1. Test PRO integration between VMM and Operations Manager.

The first command runs the Test-SCPROTip operation and 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 Virtual Machine Manager job interface.

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

Clear-SCPROTip

Get-SCPROTip

Invoke-SCPROTip

Set-SCPROTip