PowerShell erhalten Prozessname per Port

Get-Process -Id (Get-NetTCPConnection -LocalPort <Number>).OwningProcess
Maximauve_