Ping送信 - Test-Connection

 $ips = @('192.168.0.1','192.168.0.2','mypc1')
 $max = 10; while ($max--) { foreach ($ip in $ips) { Test-Connection -Count 1 $ip } }

参考


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS