Q. Is there a set of PowerShell cmdlets for Hyper-V, outside of using System Center Virtual Machine Manager (VMM)? - 27 May 2011

John Savill

May 26, 2011

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. VMM provides full PowerShell management for Hyper-V, but a group of developers has released a full set of PowerShell cmdlets for managing Hyper-V that doesn't require VMM. Once it's downloaded, export out to a folder and then install it by running

.install.cmd

After installation, you can import the module into your PowerShell instance using the command

Import-Module "c:Program FilesmodulesHyperVHyperv.psd1"

You'll be asked if scripts should run. Press R each time you're prompted.

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like