Microsoft Exam Questions

What should you run on Server1?

You have a Hyper-V host named Server1 that runs Windows Server 2016. Server1 contains a virtual machine named VM1.
You need to ensure that you can use nested virtualization on VM1.
What should you run on Server1?

A.
the Mount-VHD cmdlet

B.
the Diskpart command

C.
the Set-VHD cmdlet

D.
the Set-VM cmdlet

E.
the Set-VMHost cmdlet

F.
the Set-VMProcessor cmdlet

G.
the Install-WindowsFeature cmdlet

H.
the Optimize-VHD cmdlet

Explanation:

Configure Nested Virtualization
Create a virtual machine.
While the virtual machine is in the OFF state, run the following command on the physical Hyper-V host. This enables nested virtualization for the virtual machine.
Set-VMProcessor -VMName -ExposeVirtualizationExtensions $true
Etc.
References: https://msdn.microsoft.com/en-us/virtualization/hyperv_on_windows/user_guide/nesting