Ping an IP Address Range

From commandline:

for /L %z in (1,1,254) do @ping 10.0.0.%z -w 10 -n 1 | find “Reply”

Change the “10.0.0.” to appropriate local network.

Related Articles:


IT Service Works

Leave a Reply

You must be logged in to post a comment.