/ Published in: DOS Batch
Expand |
Embed | Plain Text
netstat -a -b -o
Comments
Subscribe to comments
You need to login to post a comment.
laurenceosx on 10/20/09
3 people have marked this snippet as a favorite
netstat -a -b -o
Subscribe to comments
You need to login to post a comment.
add the -n switch to make report run a lot faster (resolving ips to names slows it down)
netstat -a -b -o -n