PowerShell Logo Small

Remove-NetLbfoTeamNic



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

Removes a team interface from a NIC team.

SYNTAX


Remove-NetLbfoTeamNic [-Team] <String[]> [-VlanID] <UInt32[]> [-AsJob] [-CimSession <CimSession[]>] [-PassThru] [-ThrottleLimit <Int32>] [-Confirm] [-WhatIf] [<Common
Parameters>]
Remove-NetLbfoTeamNic [-AsJob] [-CimSession <CimSession[]>] [-PassThru] [-ThrottleLimit <Int32>] -InputObject <CimInstance[]> [-Confirm] [-WhatIf] [<CommonParameters>
]



Search powershellhelp.space

DESCRIPTION


The Remove-NetLbfoTeamNic cmdlet removes a team interface from the NIC team. The name of a team interface is the team name followed by the VLAN value of this team int
erface. You can identify a team interface either by its name, its associated VLAN ID, or its default property.


This cmdlet does not remove the team interface created when the team was created. To remove the team interface created when the team was created, you must remove the
team by using the Remove-NetLbfoTeam cmdlet.


You need administrator privileges to use Remove-NetLbfoTeamNic.



<

RELATED LINKS

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

REMARKS

<

Examples


Example 1: Remove a team interface

PS C:\>Remove-NetLbfoTeamNIC –Team "Team1 – VLAN 42"



This command removes a team interface named Team1 – VLAN 42 from the team “Team1”.