Created
January 7, 2018 21:20
-
-
Save turibbio/63eb5938284e1c3dc77d41384927b092 to your computer and use it in GitHub Desktop.
Install Hyper-V using PowerShell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Get-WindowsFeature *Hyper-V* | |
Install-WindowsFeature -Name Hyper-V -IncludeManagementTools -Restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment