PowerShell Logo Small

Remove-NetLbfoTeamMember



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

Removes one or more network adapters from a specified NIC team.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


The Remove-NetLbfoTeamMember cmdlet removes one or more network adapters from the specified NIC team. You must specify at least one network adapter to remove from the team.
In order to remove the last team member of a team, you must remove the team by using the Remove-NetLbfoTeam cmdlet.


You need administrator privileges to use Remove-NetLbfoTeamMember.



<

RELATED LINKS

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

REMARKS

<

Examples


Example 1: Remove a team member

PS C:\> Remove-NetLbfoTeamMember -Name NIC1 -Team Team1



This command removes the team member named NIC1 from the specified team named Team1.