miércoles, 20 de noviembre de 2019

Windows. Ping with time


Purpose

Do a ping with tag time

Steps

Open PowerShell console

Command1:

 
ping.exe -t 8.8.8.8|Foreach{"{0} - {1}" -f (Get-Date),$_} 


Command1:

 
ping.exe -t 8.8.8.8|Foreach{"{0} - {1}" -f (Get-Date),$_} >> c:\temp\connectividad.log



Check Windows
by GoN | Published: November 20, 2019 | Last Updated: