Powershell 测试工具
#1、取代telnet,测试端口
情况1:ping不通ip,但是端口可用哟! 测试端口用tnc!!
tnc 127.0.0.1 -port 502
Test-NetConnection 127.0.0.1 -port 502 → 不是 Test-Connection 别搞错了。 直接用别名 tnc 简单
help test-netconnection → 看到别名 tnc
阅读剩余
THE END
情况1:ping不通ip,但是端口可用哟! 测试端口用tnc!!
tnc 127.0.0.1 -port 502
Test-NetConnection 127.0.0.1 -port 502 → 不是 Test-Connection 别搞错了。 直接用别名 tnc 简单
help test-netconnection → 看到别名 tnc