PowerTip: Use PowerShell to Get List of Network Teams

Doctor Scripto

Summary: Learn how to use the NetSwitchTeam module in Windows PowerShell to list network teams.

Hey, Scripting Guy! Question How can I use Windows PowerShell in Windows Server 2012 R2 to list all the network teams?

Hey, Scripting Guy! Answer Use the Get-NetSwitchTeam cmdlet:

GET-NetSwitchTeam

…or to show all teams starting with the name Prod:

GET-NetSwitchTeam –name “Prod*”

0 comments

Comments are closed. Login to edit/delete your existing comments

Feedback usabilla icon