Finding windows processes holding open ports March 28, 2019 Using powershell Get-Process -Id (Get-NetTCPConnection -LocalPort portNumber).OwningProcess Using command prompt netstat -a -b Read more