PowerShell Logo Small

Remove-NetSwitchTeam



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

Deletes a switch team.

SYNTAX


Remove-NetSwitchTeam [-Name] <String[]> [-AsJob] [-CimSession <CimSession[]>] [-PassThru] [-ThrottleLimit <Int32>] [-Confirm] [-WhatIf] [<CommonParameters>]
Remove-NetSwitchTeam [-AsJob] [-CimSession <CimSession[]>] [-PassThru] [-ThrottleLimit <Int32>] -InputObject <CimInstance[]> [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Remove-NetSwitchTeam cmdlet deletes a switch team. Any members of the team resume default bindings to the TCP/IP stack after the team is deleted.


The team being removed can be specified as either a team name or as an object. A team name may contain wildcard characters to delete multiple switch teams, for example MyT*.
Only switch teams can be removed by this cmdlet.



<

RELATED LINKS

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

REMARKS

<

Examples


EXAMPLE 1

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



This example deletes the switch team named MyTeam1 and all of the team members, or network adapters, will be bound to network stacks again.