Hyper-V: Check VM Heartbeat

Aus Wiki-WebPerfect
Wechseln zu: Navigation, Suche

Get all VMs with bad Heartbeat

hyper-v\get-vm -computername (Get-ClusterNode -Cluster <CLUSTER_NAME>).name | ? State -ne "Off" | Get-VMIntegrationService -Name heartbeat* | ? PrimaryStatusDescription -ne "OK"