Skip to content

Instantly share code, notes, and snippets.

@cwebber314
Created October 29, 2023 17:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cwebber314/8c363d647701f52f38c6eb07630915ae to your computer and use it in GitHub Desktop.
Save cwebber314/8c363d647701f52f38c6eb07630915ae to your computer and use it in GitHub Desktop.
Use powershell to run connection test on google DNS
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