Skip to content

Commit

Permalink
Update ZNConnectivityTest.ps1
Browse files Browse the repository at this point in the history
Resolve DNS
  • Loading branch information
kenrward authored Jan 9, 2024
1 parent 42e10e2 commit cd676a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Segment/Troubleshooting/ZNConnectivityTest.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ foreach ($conn in $connections) {
$url = $conn.Url
$port = $conn.Port
$result = Test-NetConnection -ComputerName $url -Port $port
Resolve-DnsName $url

# Check the result and print out failures
if (-not $result.TcpTestSucceeded) {
Expand Down

0 comments on commit cd676a9

Please sign in to comment.