Read-SCVMHostCluster

Refreshes host cluster properties in the VMM console.

Description

The Read-SCVMHostCluster cmdlet refreshes host cluster properties so that the System Center Virtual Machine Manager (VMM) console displays updated information about the host cluster.

For more information about Read-SCVMHostCluster, type: "Get-Help Read-SCVMHostCluster -online".

Parameters

VMHostCluster

Required? true
Accept Pipeline Input? true (ByValue)
Position? 0
Specifies a VMM host cluster object.

JobVariable

Required? false
Accept Pipeline Input? false
Position? named
Specifies that job progress is tracked and stored in the variable named by this parameter. 

PROTipID

Required? false
Accept Pipeline Input? false
Position? named
Specifies the ID of the PRO tip that triggered this action. This allows for auditing of PRO tips.

RunAsynchronously

Required? false
Accept Pipeline Input? false
Position? named
Indicates that the job runs asynchronously so that control returns to the command shell immediately. 

Examples

1: Refresh information about a specific host cluster.
PS C:\> Get-SCVMHostCluster -Name "VMHostCluster01.Contoso.Com" | Read-SCVMHostCluster
This command gets the host cluster object named VMHostCluster01 and passes the object to the Refresh-SCVMHostCluster cmdlet which refreshes the properties for the host cluster so that current information about the host cluster appears in the VMM console.

See Also