Windows 测试TCP端口是否能通讯
2026-05-31 16:01:23    2    0    0
maker


PS C:\Users\Maker Yang> Test-NetConnection -ComputerName pop3.gac-toyota.com.cn -port 995                                                                                                                                                                                                                                                       
ComputerName     : pop3.gac-toyota.com.cn
RemoteAddress    : 218.107.6.204
RemotePort       : 995
InterfaceAlias   : 以太网
SourceAddress    : 10.104.236.203
TcpTestSucceeded : True

PS C:\Users\Maker Yang> Test-NetConnection -ComputerName pop3.gac-toyota.com.cn -port 990
警告: TCP connect to (218.107.6.204 : 990) failed

ComputerName           : pop3.gac-toyota.com.cn
RemoteAddress          : 218.107.6.204
RemotePort             : 990
InterfaceAlias         : 以太网
SourceAddress          : 10.104.236.203
PingSucceeded          : True
PingReplyDetails (RTT) : 22 ms
TcpTestSucceeded       : False



Pre: Windows第三方软件应用商店独立安装版本

Next: Windows 重置桌面任务栏通知区域图标批处理

2
Table of content