Microsoft WindowsMicrosoft Windows ServerMonitoring Ping and Save TXT File with Timestamp on Windows PowerShell CLI by Abhishek Kumawat 30/05/2021 by Abhishek Kumawat 30/05/2021 Open PowerShell and run the below command:- ping.exe -t 8.8.8.8|Foreach{“{0} – {1}” -f (Get-Date),$_}… 0 FacebookTwitterPinterestEmail