Sample Visio – Useful Windows Netstat Diagnostics
April 3, 2013rem echo Who is listening?
rem
netstat -an |find /i “listening”
rem
rem echo Who is established?
rem
netstat -an |find /i “established”
rem
rem echo Save to a text filer
rem
netstat -an |find /i “listening” > c:openports.txt rem netstat -ao |find “ntp”
Sample visio diagram: