1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
| PS C:\Users\bfadmin\Desktop\scripts> Test-NetConnection -ComputerName suwsrepo01 -Port 6400
ComputerName : suwsrepo01 RemoteAddress : 10.114.232.190 RemotePort : 6400 InterfaceAlias : sysappnet-534 SourceAddress : 10.114.234.116 TcpTestSucceeded : True
PS C:\Users\bfadmin\Desktop\scripts> Test-NetConnection -ComputerName suwsrepo01 -Port 6401 WARNING: TCP connect to (10.114.232.190 : 6401) failed
ComputerName : suwsrepo01 RemoteAddress : 10.114.232.190 RemotePort : 6401 InterfaceAlias : sysappnet-534 SourceAddress : 10.114.234.116 PingSucceeded : True PingReplyDetails (RTT) : 1 ms TcpTestSucceeded : False
|