PowerShell Logo Small

Add-NetLbfoTeamNic



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

Adds a new interface to a NIC team.

SYNTAX


Add-NetLbfoTeamNic [-Team] <String> [-VlanID] <UInt32> [[-Name] <String>] [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-Confirm] [-WhatIf] [<Common
Parameters>]



Search powershellhelp.space

DESCRIPTION


The Add-NetLbfoTeamNic cmdlet adds a new team interface to the specified NIC team. You can use this cmdlet to add the interfaces to the specified team by specifying t
he respective VLAN IDs.


You need administrator privileges to use Add-NetLbfoTeamNic.



<

RELATED LINKS

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

REMARKS

<

Examples


Example 1: Add a team interface

PS C:\> Add-NetLbfoTeamNIC -Team Team1 -VlanID 42



This command adds a team interface with VLAN ID 42 to the specified team named Team1.