Upgrading Your Skills to MCSA: Windows Server 2016 — Question 92
You have a Hyper-V host named Server1 that runs Windows Server 2016. Server1 hosts a virtual machine named VM1 that runs Windows Server 2016.
On VM1, Dynamic Memory is disabled, MAC spoofing is enabled for the virtual network adapter, and checkpoints are disabled.
You need to ensure that you can install the Hyper-V server role on VM1.
What should you do?
Answer options
- A. Shut down VM1, run the Set-VMProcessor cmdlet, and then start VM1.
- B. Disable Hyper-V integration services for VM1, and then restart VM1.
- C. Configure VM1 to use standard checkpoints.
- D. Shut down VM1, enable Dynamic Memory on VM1, and then start VM1.
Correct answer: A
Explanation
The correct answer is A because the Set-VMProcessor cmdlet is necessary to configure the VM's processor settings before installing the Hyper-V role. Options B and C do not address the requirement for the Hyper-V role installation, while option D is not needed since Dynamic Memory is not a prerequisite for enabling Hyper-V.