Find the MAC address of a remote computer

To get the MAC address of a remote computer in the network, use the following command

getmac /s <pcname / IP address>

Example: getmac /s 192.168.1.1

The alternative to this command is to ping the remote computer and then check your ARP cache. Follow the steps below:

ping <pcname / IP address>

ARP -A

Example:

ping 192.168.1.1

arp -a