In some settings you need to get a remote computers MAC addresses. And you don’t have access to it physically.
- Open a CMD window with you Administrative user (one that has admin access to computer objects)
- Ping the computer name (to get IP)
f.eks: PING COMPUTERNAME
Wait for reply.. 192.168.25.25
- type inn getmac /s 192.168.25.25 /v
Now you get a list with the MAC addresses.
Get MAC address from remote computer
October 5, 2017
CMD (Command prompt), Tips and Trix, Tools
No Comments
vincent
In some settings you need to get a remote computers MAC addresses. And you don’t have access to it physically.
f.eks: PING COMPUTERNAME
Wait for reply.. 192.168.25.25
Now you get a list with the MAC addresses.