Summary: Use Windows PowerShell to put a virtual machine into a saved state.
How do I put a virtual machine into a saved state?
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