Microsoft Powershell ‚Test-NetConnection‘ – displays diagnostic information for a connection it supports ping test TCP test route tracing and route selection diagnostics

  Microsoft Powershell ‚Test-NetConnection‘

PS C:\Users\Josef> test-netconnection
ComputerName : internetbeacon.msedge.net
RemoteAddress : 13.107.4.52
InterfaceAlias : WiFi
SourceAddress : 192.168.178.85
PingSucceeded : True
PingReplyDetails (RTT) : 26 ms
PS C:\Users\Josef> Test-NetConnection www.dpsolution.de -port 80
ComputerName : www.dpsolution.de
RemoteAddress : 217.160.0.72
RemotePort : 80
InterfaceAlias : WiFi
SourceAddress : 192.168.178.85
PingSucceeded : True
PingReplyDetails (RTT) : 432 ms
TcpTestSucceeded : True

Leave a Reply

You must be logged in to post a comment.