PowerShell 特定 TCP ポートが開いているか確認方法

環境
Windows 10 Pro

操作方法
1.コマンドプロンプトを起動します

2.powershellと入力し起動します

3.以下のコマンドを実行します
Test-NetConnection 対象IP -port 対象ポート
例 Test-NetConnection 172.1.3.2 -port 80

IT

Posted by arkgame