PowerShell Logo Small

Get-NetSwitchTeam



This is the built-in help made by Microsoft for the command 'Get-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

Gets the extensible switch team.

SYNTAX


Get-NetSwitchTeam [[-Name] <String[]>] [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [<CommonParameters>]
Get-NetSwitchTeam [-AsJob] [-CimSession <CimSession[]>] [-Member <CimInstance>] [-ThrottleLimit <Int32>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-NetSwitchTeam cmdlet gets the extensible switch team. If no parameter is specified, then this cmdlet returns all of the switch teams on the server. The name may
contain wildcard characters (*) for matching. For example, T*1 would match all of the team names beginning with T and ending with 1. Alternately the switch team may be
identified by a switch team member.



<

RELATED LINKS

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

REMARKS

<

Examples


EXAMPLE 1

PS C:\> Get-NetSwitchTeam -Name "MyTeam1"



This example gets the switch team named MyTeam1.




EXAMPLE 2

PS C:\> Get-NetSwitchTeam -Name "MyT*"



This example gets all of the switch teams with the name with the wildcard character matching MyT*.