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.
-
Install the hypervisor with Server Manager, Windows Admin Center, or with the following PowerShell command:
Install-WindowsFeature -Name Hyper-V -IncludeManagementTools -Restart -
After rebooting, check that Hyper-V is enabled. It could be disabled in the BIOS.
Get-WindowsOptionalFeature -FeatureName Microsoft-Hyper-V -online