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
Recent Comments