web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

PowerShell for Hyper-V: Start VM

Ian Grieve Profile Picture Ian Grieve 22,784

Hyper-VThis 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.

Comments

*This post is locked for comments