PowerShell Logo Small

New-NetSwitchTeam



This is the built-in help made by Microsoft for the command 'New-NetSwitchTeam', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Creates a new switch team.

SYNTAX


New-NetSwitchTeam [-Name] <String> [-TeamMembers] <String[]> [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The New-NetSwitchTeam cmdlet creates a new switch team. A switch team must have a name for the team and must be created with one or more members, or network adapters.


The network switch team is a team that is controlled by a Hyper-V extensible switch forwarding extension. No other cmdlets can be used to manage a switch team and the
NetSwitchTeam cmdlets must not be used to manage standard, or non-switch, network adapter teams.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?linkid=287441
Get-NetSwitchTeam
Remove-NetSwitchTeam
Rename-NetSwitchTeam

REMARKS

<

Examples


EXAMPLE 1

PS C:\>New-NetSwitchTeam -Name "MyTeam1" -TeamMembers "Ethernet 2","Ethernet 3"



This example creates a team named MyTeam1 that has two network adapter members.