Powreshellでnetstatする

何も考えずにGet-NetTCPConnectionする

#外部の80番ポートに対する通信を表示する
Get-NetTCPConnection | where {$_.RemotePort -eq 80 }