the following command will scan your entire subnet and provide just the info you need;
nmap -sP 192.168.0.0/24
Replace the 192.x.x.x with whatever you subnet is, also if you're not using one of the standard subnet masks you'll need to calculate and apply a different subnet # at the end (24).
Since you have a bunch of machines I'd suggest routing the info to a file like so;
nmap -sP 192.168.0.0/24 > MyMacs.txt
Then you can copy that text file to whatever machine your doing work on. I use the heck out of this command when setting up Static DHCP servers.
Recent comments
21 hours 10 min ago
1 day 5 min ago
1 day 1 hour ago
1 day 2 hours ago
1 day 4 hours ago
1 day 5 hours ago
1 day 7 hours ago
1 day 23 hours ago
1 day 23 hours ago
2 days 3 hours ago