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}
Continue Reading Ian Grieve’s Article on their blog
PowerShell for Hyper-V: Start VM
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 ma…
Blog Syndicated with Ian Grieve’s Permission