Note: Thi
s question is part of a series of questions that use the same or similar answer choices. An answer choice may be correct for more than one question in the series. Each question is independent of the other questions in this series. Information and details p
rovided in a question apply only to that question.
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 -ExposeVir
tualizationExtensions $true
References:
https://msdn.microsoft.com/en-us/virtualization/hyperv_on_windows/user_guide/nesting