Hyper-V: Check VM Heartbeat
Aus Wiki-WebPerfect
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"