PowerShell for Hyper-V: Start VM
Views (325)
This post is part of the series on PowerShell for Hyper-V.
The following PowerShell command can be used to start a virtual machine (replace the highlighted section with the name of your virtual machine):
Start-VM -Name {VM name}
(Visited 1 times, 1 visits today)
This was originally posted here.
*This post is locked for comments