This post is part of the series on PowerShell for Hyper-V.
The following PowerShell command can be used to suspend (pause) a virtual machine (replace the highlighted section with the name of your virtual machine):
Suspend-VM -Name {VM name}
This post is part of the series on PowerShell for Hyper-V.
The following PowerShell command can be used to suspend (pause) a virtual machine (replace the highlighted section with the name of your virtual machine):
Suspend-VM -Name {VM name}