Skip to content

Instantly share code, notes, and snippets.

@imartinezm
Created December 21, 2018 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imartinezm/980ff5bcdfa616ae77ff02094325c6e3 to your computer and use it in GitHub Desktop.
Save imartinezm/980ff5bcdfa616ae77ff02094325c6e3 to your computer and use it in GitHub Desktop.
POWERSHELL IMPLEMENTAR HYPER-V EN WINDOWS SERVER 2016
Install-WindowsFeature RSAT-Hyper-V-Tools -IncludeAllSubFeature
Install-WindowsFeature RSAT-Clustering -IncludeAllSubFeature
Install-WindowsFeature Multipath-IO
Restart-Computer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment