web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

PowerShell for Hyper-V: Suspend VM

Ian Grieve Profile Picture Ian Grieve 22,784

Hyper-VThis 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}
(Visited 10 times, 1 visits today)

This was originally posted here.

Comments

*This post is locked for comments