Sometimes you need to be able to find all computers on your local network. If you haven nmap installed on your computer, run the following command. Substitute the 192.168.1.0/24 for your local network subnet
nmap -sP 192.168.1.0/24
The output you get will be a list of all computers and devices that response to pings and are online.