PowerShell Logo Small

Rename-NetLbfoTeam



This is the built-in help made by Microsoft for the command 'Rename-NetLbfoTeam', in PowerShell version 4 - as retrieved from Windows version 'Microsoft Windows 8.1 Enterprise' 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

Renames a NIC team.

SYNTAX


Rename-NetLbfoTeam [-Name] <String> [-NewName] <String> [-AsJob] [-CimSession <CimSession[]>] [-PassThru] [-ThrottleLimit <Int32>] [-Confirm] [-WhatIf] [<CommonParame
ters>]



Search powershellhelp.space

DESCRIPTION


The Rename-NetLbfoTeam cmdlet renames the specified NIC team to the specified new name. Also updates the team interface names accordingly, if they use default values.


You need administrator privileges to use Rename-NetLbfoTeam.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?linkid=294343
New-NetLbfoTeam
Get-NetLbfoTeam
Set-NetLbfoTeam
Remove-NetLbfoTeam

REMARKS

<

Examples


Example 1: Rename a team

PS C:\> Rename -NetLbfoTeam -Name Team1 -NewName TeamA



This command renames the team named Team1 to TeamA.