Installation, Storage, and Compute with Windows Server 2016 — Question 12
Note: This question is part of a series of questions that use the same 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 an Active Directory domain that contains two Hyper-V servers named Server1 and Server2. Server1 has Windows Server 2016 installed. Server2 has
Windows Server 2012 R2 installed. Each Hyper-V server has three network cards. Each network card is connected to a different subnet. Server1 contains a dedicated migration network. Server2 contains a virtual machine named VM5.
You plan to perform a live migration of VM5 to Server1. You need to ensure that Server1 uses all available networks to perform the live migration of VM5.
What should you run?
Answer options
- 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
Correct answer: E
Explanation
The correct answer is E, as the Set-VMHost cmdlet is used to configure settings on the Hyper-V host, including the networks available for live migrations. The other options either pertain to disk management or VM configuration that do not specifically address network settings for migration.