Find used IP addresses
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.
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.