PowerShell Logo Small

Reset-ClusterVMMonitoredState



This is the built-in help made by Microsoft for the command 'Reset-ClusterVMMonitoredState', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Resets the Application Critical state of a virtual machine, so that the virtual machine is no longer marked as being in a critical state in the cluster.

SYNTAX


Reset-ClusterVMMonitoredState [[-VirtualMachine] <String>] [-InputObject <PSObject>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Reset-ClusterVMMonitoredState cmdlet resets the Application Critical state of a virtual machine, so that the virtual machine is no longer marked as being in a critical
state in the cluster. Note: This cmdlet can only be run locally on the virtual machine or through Windows PowerShell® remoting to the virtual machine.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?LinkId=321061
Add-ClusterVMMonitoredItem
Get-ClusterVMMonitoredItem
Remove-ClusterVMMonitoredItem

REMARKS

<

Examples


Example 1

PS C:\>Reset-ClusterVMMoniteredState



This example resets the state of the virtual machine and clears the critical state.