September 2012
Intermediate to advanced
1680 pages
88h 3m
English
Another option for installing the Hyper-V Server role is to using PowerShell. PowerShell is convenient in that with just a handful of line commands, a server is built, simplifying the installation process, and allowing organizations to more consistently build servers because the PowerShell installation script can be simply copy/pasted or run as a PS1 PowerShell script.
To install the Hyper-V role using PowerShell, do the following
1. From Server Manager, click the Tools option in the upper right of the console and choose Windows PowerShell to launch PowerShell.
2. In PowerShell, type Install-WindowsFeature –Name Hyper-V –IncludeManagementTools.
Read now
Unlock full access