cookbook:test_netconnection
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
cookbook:test_netconnection [2025/10/01 01:27] – Scott Cunliffe | cookbook:test_netconnection [2025/10/01 01:48] (current) – [See Also] Scott Cunliffe | ||
---|---|---|---|
Line 16: | Line 16: | ||
< | < | ||
Test-NetConnection your-server.com | Test-NetConnection your-server.com | ||
+ | </ | ||
+ | |||
+ | Output: | ||
+ | |||
+ | < | ||
+ | PS C: | ||
+ | |||
+ | ComputerName | ||
+ | RemoteAddress | ||
+ | InterfaceAlias | ||
+ | SourceAddress | ||
+ | PingSucceeded | ||
+ | PingReplyDetails (RTT) : 220 ms | ||
</ | </ | ||
Line 25: | Line 38: | ||
Test-NetConnection your-server.com -Port 5000 | Test-NetConnection your-server.com -Port 5000 | ||
</ | </ | ||
+ | |||
+ | Output: | ||
+ | |||
+ | < | ||
+ | PS C:\> Test-NetConnection yourserverk.com -P 5000 | ||
+ | |||
+ | ComputerName | ||
+ | RemoteAddress | ||
+ | InterfaceAlias | ||
+ | SourceAddress | ||
+ | PingReplyDetails (RTT) : 221 ms | ||
+ | TcpTestSucceeded | ||
+ | </ | ||
+ | |||
+ | TcpTestSucceeded | ||
+ | ====== See Also ====== | ||
+ | |||
+ | * [[troubleshooting: | ||
+ | * [[cli: | ||
+ | {{tag> connection ping server troubleshooting }} | ||
cookbook/test_netconnection.1759282050.txt.gz · Last modified: 2025/10/01 01:27 by Scott Cunliffe