Created
August 25, 2021 15:59
-
-
Save andreyka26-git/89138ea2ba44231f5080e2b67f0e2dac to your computer and use it in GitHub Desktop.
[Windows 10] Continuous ping with time on powershell
This file contains 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
ping.exe -t google.com|Foreach{"{0} - {1}" -f (Get-Date),$_} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment