Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 124 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 124 Bytes

psping

Ping with timestamp on Win Powershell

ping.exe -t google.com|Foreach{"{0} - {1}" -f (Get-Date),$_} >>pinglog.txt