Test-NetConnection www.google.com

ComputerName : www.google.com
RemoteAddress : 216.58.204.228
InterfaceAlias : Ethernet 3
SourceAddress : 192.168.0.13
PingSucceeded : True
PingReplyDetails (RTT) : 17 ms

 

Test-NetConnection www.google.com -Port 80

ComputerName : www.google.com
RemoteAddress : 216.58.204.228
RemotePort : 80
InterfaceAlias : Ethernet 3
SourceAddress : 192.168.0.13
TcpTestSucceeded : True

 

Test-NetConnection www.google.com -TraceRoute

ComputerName : www.google.com
RemoteAddress : 216.58.204.228
InterfaceAlias : Ethernet 3
SourceAddress : 192.168.0.13
PingSucceeded : True
PingReplyDetails (RTT) : 26 ms
TraceRoute : 192.168.0.1
0.0.0.0
62.252.112.45
0.0.0.0
62.253.175.34
212.250.14.74
74.125.242.97
172.253.71.201
216.58.204.228

 

Test-NetConnection www.google.com -port 80 -InformationLevel Quiet

True