Add-NetLbfoTeamNic

Add-NetLbfoTeamNic

Adds a new interface to a NIC team.

Syntax

Parameter Set: CreateTeamNic0
Add-NetLbfoTeamNic [-Team] <String> [-VlanID] <UInt32> [[-Name] <String> ] [-AsJob] [-CimSession <CimSession[]> ] [-ThrottleLimit <Int32> ] [ <CommonParameters>]

Detailed 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 the respective VLAN IDs.

You need administrator privileges to use Add-NetLbfoTeamNic.

Parameters

-AsJob

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-CimSession<CimSession[]>

Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, such as the output of a New-CimSession or Get-CimSession cmdlet. The default is the current session on the local computer.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Name<String>

Specifies the name of the new team interface.

Aliases

ifAlias, InterfaceAlias

Required?

false

Position?

3

Default Value

<TeamName> -VLAN <VlanID>

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Team<String>

Specifies the name of the NIC team to which to add a new team interface.

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-ThrottleLimit<Int32>

Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If this parameter is omitted or a value of 0 is entered, then Windows PowerShell® calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer. The throttle limit applies only to the current cmdlet, not to the session or to the computer.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-VlanID<UInt32>

Specifies the VLAN ID of the team interface. VlanID values must meet the criteria 0 ≤ VlanID < 4095. Specify the value 0 to match frames identified with a VLAN ID of 0 or untagged frames.

Aliases

none

Required?

true

Position?

2

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • None

    This cmdlet takes no input objects.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • MSFT_NetLbfoTeamNic

    This cmdlet produces an MFT_NetLbfoTeamNic object containing the newly created team interface.

Examples

Example 1: Add a team interface

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

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

Get-NetLbfoTeamNic

Remove-NetLbfoTeamNic

Set-NetLbfoTeamNic