Search for a host with no tools on Windows

January 26th, 2025

Using ping and iterating over some subnetwork:

FOR /L %i IN (1,1,254) DO @ping -w 200 -n 1 192.168.1.%i | find /i "Reply"

where the argument for the loop is (start,step,end).


Previous: Raspberry Pi with SIM7600X 4G HAT as a router

Main Menu