Quantcast
Channel: TechNet Blogs
Viewing all articles
Browse latest Browse all 34890

PowerTip: Use PowerShell to Put Virtual Machine in Saved State

$
0
0

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


Viewing all articles
Browse latest Browse all 34890

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>