Category: PowerShell

PowerShell: Get Listening Network Daemons and Associated Processes – netstat replacement

PowerShell: Get Listening Network Daemons and Associated Processes – netstat replacement

This command line tool (powershell script) will list all tcp & udp listeners and their associated windows processes.

It works by querying for all listening TCP & UDP network daemons and then cross-references to the process that is listening on the port, pulling Process Name, Path, and executing Username. Consider it an enhanced replacement for the old netstat command.

Read More Read More