The following actions are done in the Command Prompt window.
Known IP, how to get the computer name
Method (1):
Use Ping-i IP Address
For example, the known address is 192.168.1.168.
Then use Ping-i 192.168.1.168 if you can ping the computer. You can get the name of the computer
Method (2):
Use Nbtstat-a plus IP to check the host name of each other
For example Nbtstat-a 192.168.1.168
Known computer name, how to get the IP address of the computer
Method (1):
Use the ping computer name
For example, the computer name is AAAA
Then use ping AAAA if you can ping the computer. You can get the IP address of the computer
Method (2):
Use tracert IP Address
For example tracert aaaa, where AAAA is the name of the computer
Known IP, how to get the MAC address of the computer
Method (1):
Use ARP-A IP Address
For example, the IP address is 192.168.1.168
Then use Arp-a 192.168.1.168 if you can connect to the computer. You can get the MAC address of the computer
Finally: the way to get this information is far more than that, and using the above method is not sure that 100% can get the computer information.
Original source: http://www.cnblogs.com/KmXlOf/p/4024947.html
How to get IP address, computer name, MAC address