PowerShell Obtenha o nome do processo por porta
Get-Process -Id (Get-NetTCPConnection -LocalPort <Number>).OwningProcess
Maximauve_
Get-Process -Id (Get-NetTCPConnection -LocalPort <Number>).OwningProcess