PowerShell obtenga el nombre del proceso por puerto
Get-Process -Id (Get-NetTCPConnection -LocalPort <Number>).OwningProcess
Maximauve_
Get-Process -Id (Get-NetTCPConnection -LocalPort <Number>).OwningProcess