How-to Video: Create Teams in Windows® 10 using PowerShell*
Content Type: Install & Setup | Article ID: 000056182 | Last Reviewed: 05/07/2025
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>"