Skip to content

Instantly share code, notes, and snippets.

@ghostsquad
Last active October 17, 2022 05:36
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 ghostsquad/960f2180aa7e39df99ef737816a8c260 to your computer and use it in GitHub Desktop.
Save ghostsquad/960f2180aa7e39df99ef737816a8c260 to your computer and use it in GitHub Desktop.
powershell-ping-timestamp
ping.exe -t 172.217.14.238 | Foreach{"{0} - {1}" -f (Get-Date),$_} | Tee-Object -Append -FilePath internet-test.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment