windows net command
satya - Tuesday, June 21, 2011 11:19:59 AM
how to use nestat and its options
satya - Tuesday, June 21, 2011 11:22:36 AM
netstat tips and tricks for windows servers
satya - Tuesday, June 21, 2011 11:23:31 AM
useful commands
netstat -a -b -o > test.txt
netstat -a -b -o | find "LISTENING" > test.txt
satya - Tuesday, June 21, 2011 11:25:03 AM
-a: show all ports and connections
-a: show all ports and connections
satya - Tuesday, June 21, 2011 11:25:28 AM
-b: show which programs are using the ports
-b: show which programs are using the ports
satya - Tuesday, June 21, 2011 11:26:29 AM
-o: show process id
-o: show process id
satya - Tuesday, June 21, 2011 11:29:59 AM
More on: windows netstat command line options
windows netstat command line options