PowerShell Logo Small

Set-NetLbfoTeamMember



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

Sets the role of a member network adapter in a NIC team.

SYNTAX


Set-NetLbfoTeamMember [[-Name] <String[]>] [[-Team] <String[]>] [-AdministrativeMode <AdminModes>] [-AsJob] [-CimSession <CimSession[]>] [-PassThru] [-ThrottleLimit <Int32>]
[-Confirm] [-WhatIf] [<CommonParameters>]
Set-NetLbfoTeamMember [-AdministrativeMode <AdminModes>] [-AsJob] [-CimSession <CimSession[]>] [-PassThru] [-TeamOfTheMember <CimInstance>] [-ThrottleLimit <Int32>]
[-Confirm] [-WhatIf] [<CommonParameters>]
Set-NetLbfoTeamMember [-AdministrativeMode <AdminModes>] [-AsJob] [-CimSession <CimSession[]>] [-PassThru] [-ThrottleLimit <Int32>] -InputObject <CimInstance[]> [-Confirm]
[-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Set-NetLbfoTeamMember cmdlet sets the role of a specified network adapter (team member) in the NIC team. You can specify the team member either by specifying the name or
by specifying the network adapter object retrieved using the Get-NetLbfoTeamMember cmdlet.


You need administrative privileges to use Set-NetLbfoTeamMember.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?linkid=294345
Get-NetLbfoTeamMember
Add-NetLbfoTeamMember
Remove-NetLbfoTeamMember

REMARKS

<

Examples


Example 1: Set the team member role

PS C:\> Set-NetLbfoTeamMember -Name "NIC4" -AdministrativeMode Standby



This command sets the administrative mode of the specified team member named NIC4 to Standby.