ポートの通信が可能かを確認 (PowerShell) 投稿日時: 2025年10月20日 投稿者: dchoku クライアント側 Test-NetConnection -ComputerName 192.168.0.1 -Port 5432 サーバー側 netstat -nao | find “:5432”