You have a file server named Server1 that runs Windows Server 2012 R2. Server1 has following
hardware configurations:
– 16GB of RAM
– A single quad-core CPU
– Three network teams that have two network adapters each
You add additional CPUs and RAM to Server 1.
You repurpose Server1 as a virtualization host. You install the Hyper-V server role on Server1. You
need to create four external virtual switches in Hyper-V. Which cmdlet should you run first?

A.
Set-NetAdapter.
B.
Add-Net1.bfoTeamNic
C.
Add-VMNetworkAdapter
D.
Remove-NetLbfoTeam
C
0
0
D
Explanation:
Here we’re talking about hardware network adapters which belong to NIC teams
Each externalvirtual switch must be connected to a NIC or a NIC team, so we need 4 NICs or NIC teams
but currently only have 3 teams available.
=> we need to break a team first and then connect the two last external virtual switches to each of the 2
“liberated” NIC
2
0