23 Eylül 2020 Çarşamba

Powershell Test-Connection

Örnek 
Şöyle yaparız
while ($true) { Test-Connection ServerName -Count 1 ; Start-Sleep -MilliSeconds 500 }

Hiç yorum yok:

Yorum Gönder