Windows PowerShell: Get Heartbeat of a HyperV Host
Tip of the day:
Need to find out about the integration services of virtual machines running a hyper-v host and filter by heartbeat, we can run this simple command:
- get-vm -computername Host1 | Get-VMIntegrationService -Name heartbeat*
