Get-NetLbfoTeamMember
Retrieves a list of network adapters that are members of a NIC team, as specified by the input parameters.
Get-NetLbfoTeamMember
[[-Name] <String[]>]
[[-Team] <String[]>]
[-CimSession <CimSession[]>]
[-ThrottleLimit <Int32>]
[-AsJob]
[<CommonParameters>]
Get-NetLbfoTeamMember
[-TeamOfTheMember <CimInstance>]
[-CimSession <CimSession[]>]
[-ThrottleLimit <Int32>]
[-AsJob]
[<CommonParameters>]
The Get-NetLbfoTeamMember cmdlet retrieves the list of all network adapters (team members) of all NIC teams. You can also use Get-NetLbfoTeamMember to retrieve a list of network adapters for the specified NIC team, and then use that information as input to the other cmdlets.
PS C:\> Get-NetLbfoTeamMember -Team Team1
This command retrieves a list of team members for the specified NIC team named Team1.
PS C:\> Get-NetLbfoTeamMember
This command retrieves a list of all team members of all NIC teams on the system.
PS C:\> Get-NetLbfoTeam -Name Team1 | Get-NetLbfoTeamMember
Or
PS C:\> $teamObj = Get-NetLbfoTeam -Name Team1
PS C:\> Get-NetLbfoTeamMember -TeamOfTheMember $teamObj
This command retrieves a list of all team members belonging to team named Team1.
ps_cimcommon_asjob
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
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-CimSessionhttp://go.microsoft.com/fwlink/p/?LinkId=227967 or Get-CimSessionhttp://go.microsoft.com/fwlink/p/?LinkId=227966 cmdlet. The default is the current session on the local computer.
Type: | CimSession[] |
Aliases: | Session |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies the name (or wildcard pattern of the name) of a team member whose details need to be retrieved.
Type: | String[] |
Aliases: | ifAlias, InterfaceAlias |
Position: | 0 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Specifies the NIC team name (or wildcard pattern) for which the user wants to enumerate the members. If no team parameter is present, it returns all members specified by Name parameter from all teams on the system.
Type: | String[] |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies the NIC team object whose associated member objects are to be retrieved.
Type: | CimInstance |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
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.
Type: | Int32 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
None
This cmdlet takes no input objects.
MSFT_NetLbfoTeamMember
This cmdlet produces an array of MSFT_NetLbfoTeamMember objects corresponding to the query.