This post is part of the series on PowerShell for Hyper-V.
The following PowerShell command can be used to resume a suspended virtual machine (replace the highlighted section with the name of your virtual machine):
Resume-VM -Name {VM name}
Continue Reading Ian Grieve’s Article on their blog
PowerShell for Hyper-V: Resume VM
This post is part of the series on PowerShell for Hyper-V. The following PowerShell command can be used to resume a suspended virtual machine (replace the highlighted section with the name of your…
Blog Syndicated with Ian Grieve’s Permission