Ping Server 100 times in a loop + show Datetime (Windows PowerShell)

Ping Server 4 x 100 times (with Windows PowerShell):

 For ($i=0; $i -le 100; $i++) { ping 1.22.33.444; date; }

 

 

Neuen Kommentar schreiben

CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.

Suche

Neueste Kommentare