Powershell, Ping with timestamp By admin | December 13, 2018 0 Comment ping.exe -t 192.168.0.0|Foreach{"{0} - {1}" -f (Get-Date),$_}