exam questions

Exam 70-410 All Questions

View all questions & answers for the 70-410 exam

Exam 70-410 topic 5 question 59 discussion

Actual exam question from Microsoft's 70-410
Question #: 59
Topic #: 5
[All 70-410 Questions]

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
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
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

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Currently there are no comments in this discussion, be the first to comment!
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...