PowerShell Commands
Install-WindowsFeature -Name Hyper-V, Multipath-IO, Failover-Clustering -IncludeManagementTools -Restart
Get-WindowsFeature|?{$_.Installed -eq $true}
Hyper-V requires a 64-bit processor that includes the following:
- Hardware-assisted virtualization. This is available in processors that include a virtualization option—specifically processors with Intel Virtualization Technology (Intel VT) or AMD Virtualization (AMD-V) technology.
- Hardware-enforced Data Execution Prevention (DEP) must be available and enabled. Specifically, you must enable Intel XD bit (execute disable bit) or AMD NX bit (no execute bit).
- SLAT (Second Level Address Translation) is recommended for performance improvements and required for RemoteFX vGPUs.
|
VM Licenses Included |
2012R2 Hyper-V Server |
0 |
2012R2 Standard |
2 |
2012R2 Datacenter |
Unlimited |
Check out the other post in this series!
Pingback: Quick Start – Building a Hyper-V Cluster – Part 0 of 5 | Hyper-V Rockstar