Find used IP addresses

posted in: Windows | 0

Open command prompt and try the following:

FOR /L %i IN (1,1,254) DO ping -n 1 192.168.0.%i | FIND /i “Reply”>> c:\used-ipaddresses.txt

Make sure all devices on the network is powered on.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.