PowerShell Logo Small

Remove-NetSwitchTeam



This is the built-in help made by Microsoft for the command 'Remove-NetSwitchTeam', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 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 [<SwitchParameter>]] [-CimSession <CimSession[]>] [-PassThru [<SwitchParameter>]]
[-ThrottleLimit <Int32>] [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]
Remove-NetSwitchTeam [-AsJob [<SwitchParameter>]] [-CimSession <CimSession[]>] [-PassThru [<SwitchParameter>]] [-ThrottleLimit <Int32>]
-InputObject <CimInstance[]> [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<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

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.