PowerShell Logo Small

Rename-NetSwitchTeam



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

Changes the name of a switch team.

SYNTAX


Rename-NetSwitchTeam [-Name] <String> [-NewName] <String> [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Rename-NetSwitchTeam cmdlet changes the name of a switch team. Only the name of a switch team can be changed using this cmdlet.


The current switch team name may contain wildcard characters, as long as the wildcard mask resolves to a single switch team.


The new switch team name must not match an existing switch team name.



<

RELATED LINKS

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

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Rename-NetSwitchTeam -Name "MyTeam1" -NewName "SwitchTeam1"



This example renames the switch team named MyTeam1 to the new name SwitchTeam1.