X

How to Create NIC Teaming With PowerShell

This short guide shows you step-by-step on how to create NIC teaming with Windows PowerShell.

Step 1. Open PowerShell with elevated privileges

Step 2. Execute the following command,

new-NetLBFOTeam [TEAMNAME] “[NIC1]”, “[NIC2]”
  • [TEAMNAME] the name of team of network adapters.
  • [NIC1] the name of first NIC adapter.
  • [NIC2] the name of second NIC adapter.

Example:

If you have two network adapters, "Ethernet 1" and "Ethernet 2" and you want to create their team say "NIC-Team", the complete command should look like this,

new-NetLBFOTeam NIC-team “Ethernet 1”, “Ethernet 2"

Good luck!!

Karim Buzdar: About the Author: Karim Buzdar holds a degree in telecommunication engineering and holds several sysadmin certifications. As an IT engineer and technical author, he writes for various websites.
X

Headline

You can control the ways in which we improve and personalize your experience. Please choose whether you wish to allow the following:

Privacy Settings