PowerTip: Use PowerShell to Put Virtual Machine in Saved State

Doctor Scripto

Summary: Use Windows PowerShell to put a virtual machine into a saved state.

Hey, Scripting Guy! Question How do I put a virtual machine into a saved state?

Hey, Scripting Guy! Answer Use the Save-VM cmdlet with the name of the virtual machine in Hyper-V:

Save-VM ‘Contoso-FPS’

Or you can place all virtual machines on a Hyper-V server into saved state by using:

Get-VM | Save-VM

0 comments

Discussion is closed.

Feedback usabilla icon