2017-01-22から1日間の記事一覧

Powreshellでnetstatする

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