PowerShell Logo Small

Get-NetSwitchTeamMember



This is the built-in help made by Microsoft for the command 'Get-NetSwitchTeamMember', 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 current network adapter members of a switch team.

SYNTAX


Get-NetSwitchTeamMember [[-Name] <String[]>] [[-Team] <String[]>] [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-NetSwitchTeamMember cmdlet gets the current network adapter members of a switch team. A switch team is a teaming solution where the failover and load balancing
algorithms are implemented as part of the forward extension in a Hyper-V extensible switch.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?linkid=287440
Add-NetSwitchTeamMember
Remove-NetSwitchTeamMember

REMARKS

<

Examples


EXAMPLE 1

PS C:\>get-NetSwitchTeamMember -Team "MyTeam1" -Name "Ethernet 2"



This example fetches the member description for the member named Ethernet 2 of switch team named MyTeam1.