Get MAC address from remote computer


In some settings you need to get a remote computers MAC addresses. And you don’t have access to it physically.

  1. ​Open a CMD window with you Administrative user (one that has admin access to computer objects)
  2. Ping the computer name (to get IP)
    f.eks: PING COMPUTERNAME
    Wait for reply.. 192.168.25.25
  3. type inn getmac /s 192.168.25.25 /v ​

Now you get a list with the MAC addresses.
getmac-address.PNG