You are on page 1of 1

Powershell find id for process using port

Get-Process -Id (Get-NetTCPConnection -LocalPort 8080).OwningProcess

You might also like