netstat
安全接続とポート使用状況
netstat -ano
TCP/UDPの接続・待受ポートを表示。-anoでPID付き、findstrで絞り込み。
実行例
netstat -ano | findstr :443443番使用中プロセスのPIDnetstat -ano | findstr LISTENING待受中のポート一覧
書式
netstat -ano [| findstr <port|pid>]
安全接続とポート使用状況
netstat -ano
TCP/UDPの接続・待受ポートを表示。-anoでPID付き、findstrで絞り込み。
netstat -ano | findstr :443443番使用中プロセスのPIDnetstat -ano | findstr LISTENING待受中のポート一覧netstat -ano [| findstr <port|pid>]