Windows Server Technical Preview Hyper-V Missing VM's

I recently upgraded my Hyper-V Host to Windows Server Technical Preview from Windows Server 2012 R2 and noticed that my VM's were missing.  They were still active just not visible in the console.  If you are experiencing the same behavior you can run the following command to make your VM's display in the console again.

(Get-VM).Where({$PSItem.Heartbeat -eq 'OKApplicationsUnknown';}) | Disable-VMIntegrationService Heartbeat

Disclaimer: The information on this site is provided "AS IS" with no warranties, confers no rights, and is not supported by the authors or Microsoft Corporation. Use of included script samples are subject to the terms specified
in the
Terms of Use .