What should you run on Server1?

Posted by: Pdfprep Category: 70-743 Tags: , ,

Note: This 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 provided 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-VMcmdlet
E . the Set-VMHost cmdlet
F . theSet-VMProcessor cmdlet
G . the Install-WindowsFeature cmdlet
H . the Optimize-VHD cmdlet

Answer: F

Explanation:

Configure Nested Virtualization

Set-VMProcessor -VMName <VMName> -ExposeVirtualizationExtensions $true

Etc.

References: https://msdn.microsoft.com/en­us/virtualization/hyperv_on_windows/user_guide/nesting

Leave a Reply

Your email address will not be published.