Created
October 29, 2023 17:50
-
-
Save cwebber314/8c363d647701f52f38c6eb07630915ae to your computer and use it in GitHub Desktop.
Use powershell to run connection test on google DNS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Test-Connection 8.8.8.8 -Delay 30 -Count ([int32]::MaxValue) | format-table @{n='TimeStamp';e={Get-Date}},Ping, Source, Address, Latency, Status | Out-File ping.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment