Exam
Answer confirmed
Question
You have a server named Server1 that runs Windows Server and has the Hyper-V server role installed.
Server1 contains a virtual machine named VM1 that runs Windows Server.
You turn off VM1.
You need to configure VM1 to support nested virtualization.
What should you do?
Proposed answer
- From Server1, run the
Set-VMProcessorcmdlet.
Correct answer
This answer is correct.
- From Server1, run the
Set-VMProcessorcmdlet.
Before you do anything with a nested virtualization configuration, you need to run the
Set-VMProcessor -VMName <VMName> -ExposeVirtualizationExtensions $true
cmdlet for each virtual machine where you plan to install nested Hyper-V. Only after that can you install the Hyper-V server role.
Run Hyper-V in a Virtual Machine with Nested Virtualization | Microsoft Learn