You have a
server named Server1 that runs Windows Server 2012 R2. Server1 has the Hyper-V server role installed. On Server1, you create a virtual machine named VM1.
You need to ensure that VM1 can start by using PXE.
What should you do?
A. Add a second network ada
pter, and then run the
Set-VMNetworkAdapter
cmdlet.
B. Add a second network adapter, and then configure network adapter teaming.
C. Remove the existing network adapter, and then run the
Set-VMNetworkAdapter
cmdlet.
D. Remove the existing network adapter, a
nd then add a legacy network adapter.
why?
1
0
“Legacy Network Adapter” is needed when you need PXE boot or when your VM’s OS needs access to the network before you can install hyper-v “Integration Services”. By default when you create a new VM using the wizard, “Network Adapter” is used. In this question, a VM is created using the usual network adapter which does not support PXE that’s why it has to be replaced with a Legacy Network Adapter.
0
0