April 7th, 2014

PowerTip: Use PowerShell to Get List of Network Teams

Doctor Scripto
Scripter

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*”

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.

Feedback