Test-NetConnection
Test-NetConnection -ComputerName "IP_or_Hostname" -Port 80 -InformationLevel "Detailed"
telnet
command.Test-NetConnection -ComputerName "wiki.hiddeninthemist.vip" -Port 443 -InformationLevel "Detailed"
Example Output:
ComputerName : wiki.hiddeninthemist.vip
RemoteAddress : 172.67.147.223
RemotePort : 443
NameResolutionResults : 172.67.147.223
104.21.57.174
MatchingIPsecRules :
NetworkIsolationContext : Internet
IsAdmin : False
InterfaceAlias : Ethernet
SourceAddress : 10.30.60.250
NetRoute (NextHop) : 10.30.60.1
TcpTestSucceeded : True
✅ A TcpTestSucceeded
value of True
means the remote host is reachable on that port.
🚫 A False
result may indicate a firewall, network routing, or service issue.