Skip to content

Commit

Permalink
Update Remove-NetSwitchTeamMember.md winserver2019-ps
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyTech committed Jan 28, 2025
1 parent 6e0ca3c commit 2f70948
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The member designated must exist in the specified switch team.

### Example 1: Remove a member from a team
```
PS C:\>Remove-NetSwitchTeamMember -Team "SwitchTeam01" -Member "Ethernet 2"
PS C:\>Remove-NetSwitchTeamMember -Team "SwitchTeam01" -Name "Ethernet 2"
```

This command removes the network adapter named Ethernet 2 from the switch team named SwitchTeam01.
Expand Down

0 comments on commit 2f70948

Please sign in to comment.