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 } } Test-Connectionの注意点
参考 |
|
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 } } Test-Connectionの注意点
参考 |
|