March 3rd, 2013

PowerTip: Use PowerShell Out-GridView with NetStat

Doctor Scripto
Scripter

Summary: Learn to use Windows PowerShell Out-GridView to filter NetStat output.

Hey, Scripting Guy! Question How can I use NetStat to check TCP port connections, and additionally have a graphical tool to filter the output?

Hey, Scripting Guy! Answer Use the NetStat command inside Windows PowerShell, and pipe the results to the Out-GridView cmdlet. Then use the Filter parameter to filter the output:

netstat -a | Out-GridView

The Out-GridView control is shown here.

Image of menu

 

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.