70-410 Free Dumps Study Materials
Question 5: You have a Hyper-V host named Server1 that runs Windows Server 2012 R2.
Server1 hosts several virtual machines. Each virtual machine has two network adapters. Server1
contains several virtual switches.
On Server1, you create a NIC team that has two network adapters.
You discover that the NIC team is set to Static Teaming mode.
You need to modify the NIC teaming mode to Switch Independent.
Which cmdlet should you use?
A. Set-VMNetworkAdapter
B. Set-NetLbfoTeam
C. Set-NetLbfoTeamNic
D. Set-VMSwitch
Correct Answer: B
Explanation
The Set-NetLbfoTeam cmdlet sets the TeamingMode or LoadBalancingAlgorithm parameters on the
specified NIC team.
Example: Set the teaming mode
This command sets the teaming mode of the team named Team1 to LACP.
Windows PowerShell
PS C:\> Set-NetLbfoTeam -Name Team1 -TeamingMode LACP
Reference: Set-NetLbfoTeam
https://technet.microsoft.com/en-us/library/jj130844(v=wps.630).aspx