This post is part of the series on PowerShell for Hyper-V.
The following PowerShell command can be used to shut down a virtual machine (replace the highlighted section with the name of your virtual machine):
Stop-VM -Name {VM name}
(Visited 25 times, 1 visits today)