- 追加された行はこの色です。
- 削除された行はこの色です。
- PowerShell/ネットワーク/ポートの状態を確認 - Test-NetConnection へ行く。
- PowerShell/ネットワーク/ポートの状態を確認 - Test-NetConnection の差分を削除
#author("2019-05-21T15:37:27+09:00","default:ryuichi","ryuichi") * ポートの状態を確認 - Test-NetConnection [#r1690230] ** ポートが開いているか確認 [#w77b7cca] Test-NetConnection localhost -Port 4000 ComputerName : localhost RemoteAddress : ::1 RemotePort : 4000 InterfaceAlias : Loopback Pseudo-Interface 1 SourceAddress : ::1 TcpTestSucceeded : True - 閉じてるなら'''TcpTestSucceeded'''は'''False'''