PowerShell erhalten Prozessname per Port
Get-Process -Id (Get-NetTCPConnection -LocalPort <Number>).OwningProcess
Maximauve_
Get-Process -Id (Get-NetTCPConnection -LocalPort <Number>).OwningProcess