Hyper-V

Microsoft Platform Guide

Audience
Public
Source Type
Documentation

Some of the prerequisites of Hyper-V will still allow the role to be installed. Always check after installation and rebooting, that the Hyper-V role is active. If running Windows Server Core, management tools are usually not installed.

  1. Install the hypervisor with Server Manager, Windows Admin Center, or with the following PowerShell command:

    Install-WindowsFeature -Name Hyper-V -IncludeManagementTools -Restart
  2. After rebooting, check that Hyper-V is enabled. It could be disabled in the BIOS.

    Get-WindowsOptionalFeature -FeatureName Microsoft-Hyper-V -online