You have a Hyper-V host named Server1 that runs Windows Server 2012 R2. Server1 has the virtual
switches listed in the following table.
You create a virtual machine named VM1. VM1 has two network adapters. One network adapter
connects to vSwitch1. The other network adapter connects to vSwitch2. You configure NIC teaming
on VM1.
You need to ensure that if a physical NIC fails on Server1, VM1 remains connected to the network.
What should you do on Server1?
A.
Run the Set-VmNetworkAdapter cmdlet.
B.
Create a new virtual switch on Server1.
C.
Modify the properties of vSwitch1 and vSwitch2.
D.
Add a new network adapter to VM1.
http://www.msserverpro.com/configuring-windows-server-2012-nic-teaming-to-a-hyper-v-virtual-machine/
the Correct Answer is A
after search for long time i found that
in the setting of VM > Network Adapter > Advanced Features , in NIC Teaming section i found this note :-
” when this option is clare ‘not cheked’ , a team created in the guest operating system will lose connectivity if one of the physical network adapters stops”.
so i using this Command :
Get-VM -Name Lon-DC | Set-VMNetworkAdapter -AllowTeaming on
to make checkbox of NIC teaming is check of VM
A bit late to reply, but well done!