Configuring NIC Teaming in Powershell on Windows Server 2012 – Powershell

The first thing you’ll need to do is see what network adapters you currently have setup.

Type: “Get-NetAdapter” to get the list of network interfaces.

Now with this information we can create the NIC team.

Type: “New-NetlbfoTeam” to start the creation process.

You will be asked for the “TeamMembers” that will be apart of the NIC team one by one. Enter the NIC names i.e. “Ethernet” then hit enter. When there are no more team members to add just hit enter while the current “TeamMember” prompt is empty.

You will be asked to confirm the information and once you hit “Enter” or type “Y”

 

Leave a Reply

You must be logged in to post a comment.