PowerShell mendapatkan nama proses dengan port

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