I'm looking for some way to list the open sockets on a (local) machine. In particular I'd like to get the listening tcp socket addresses. (Much like the info from netstat.exe - but in a powershell "hative" way.)
I'm looking for some way to list the open sockets on a (local) machine. In particular I'd like to get the listening tcp socket addresses. (Much like the info from netstat.exe - but in a powershell "hative" way.)
Get-Netstat is a Powershell script that has been written to run netstat, and objectivise its output - creating a Powershell object with this all the information from a netstat command.