Summary: Learn how to shut down a virtual machine by using Windows PowerShell.
How can I use Windows PowerShell to perform an orderly shutdown of a virtual machine?
When the Stop-VM cmdlet is used with no parameters, it conducts an orderly shutdown.
Here is an example:
Stop-VM –name C1