Tip of the Day: use nbtstat command
Monday, February 16th, 2009In a LAN, one way of identifying a computer, when all you have is an IP address, is by using nbtstat command.
Simply launch command prompt and type:
C:> nbstat -a 192.168.1.1
It will return the computer’s DNS and mac address.

