Skip to content

Instantly share code, notes, and snippets.

@GeoHolz
Created February 6, 2018 13:39
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 GeoHolz/14b65c36fdd17e21ec31437b3270f8b5 to your computer and use it in GitHub Desktop.
Save GeoHolz/14b65c36fdd17e21ec31437b3270f8b5 to your computer and use it in GitHub Desktop.
Powershell ping with time
ping -t 8.8.8.8|Foreach{"{0} - {1}" -f (Get-Date),$_}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment