How can I get a list of every device connected to a Windows Network?
by svoltmer
. Updated 18 years, 11 months ago
I know in unix I can just ping 192.168.1.255 and then do a arp -a to
find the mac address of every connected device that was pinged. But
how do you go about this in Windows? Thanks!