ポートの通信が可能かを確認 (PowerShell)

クライアント側

Test-NetConnection -ComputerName 192.168.0.1 -Port 5432

サーバー側

netstat -nao | find “:5432”