Netstat command

  • netstat -ano … This command displays process IDs (PIDS) that are associated with active TCP or UDP network connections.
  • netstat -abn … This command displays the process names associated with active TCP or UDP network connections.
  • NOTE: The option ” > c:\PortsList.txt” after the above command will allow generating a text file.

Help ?