Sdílet prostřednictvím


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 .

Comments

  • Anonymous
    January 01, 2003
    Thanks, worked for me, but what exactly happened and what does this command do to restore them?
  • Anonymous
    January 01, 2003
    The comment has been removed
  • Anonymous
    October 06, 2014
    The comment has been removed
  • Anonymous
    October 10, 2014
    Thank you, I was looking for a solution since yesterday but couldn't find the answer (no xml corruption, rights on symbolic link were ok). This solved it!
  • Anonymous
    October 12, 2014
    Thanks! i was constantly restarting my PC on this issue. Though restarting fixes it, but it's annoying.

    Regards,
    blog.rengkwan.com
  • Anonymous
    October 13, 2014
    The comment has been removed
  • Anonymous
    October 13, 2014
    Thanks you, it works now.