Tip of the day:
Need to find out about the integration services of virtual machines running a hyper-v host and filter by heartbeat, you can run this simple command:
- get-vm -computername Host1 | Get-VMIntegrationService -Name heartbeat*
Hope it helps.