Hyper-V Nested VM
To allow your VM to run Hyper-V role, you need to expose the virtualization extension to the Hyper-V host by running the following PowerShell command:
> Set-VMProcessor -VMname MyVM -ExposeVirtualizationExtensions $true
> Set-VMProcessor -VMname MyVM -ExposeVirtualizationExtensions $true
Comments