Ping sweep with powershell.
1..100 | % {"172.16.9.$($_): $(Test-Connection -count 1 -comp 172.16.9.$($_) -quiet)"}
Last updated 1 year ago
Was this helpful?