Wednesday, December 10, 2014

Find port usage

Following command can be used to check port usage.
In windows command prompt type following command.

netstat -aon |find /i "listening" |find "port"

This will return port usage.

No comments:

Post a Comment