How-to Video: Create Teams in Windows® 10 using PowerShell*

Documentation

Install & Setup

000056182

09/11/2022

This video is a quick tutorial about creating teams using PowerShell* commands in Windows® 10.

Note

These instructions won't work in Windows* Server 2016 and Windows Server 2019. Use Server Manager to create teams and VLANs. Instructions here

 

 

List of commands used in this video:

Import-Module -Name 'C:\Program Files\Intel\Wired Networking\IntelNetCmdlets\IntelNetCmdlets'
Get-IntelNetAdapter
New-IntelNetTeam
Get-Help New-IntelNetTeam -Detailed
New-IntelNetTeam –TeamMembers "<adapter1 name>", "<adapter2 name>" –TeamMode AdapterFaultTolerance –TeamName "<team name>"
 

 

Related topics
How to Set up Teaming with an Intel® Ethernet Adapter in Windows® 10 1809?