MAC ADDRESS

inkanyezi

New Member
Joined
Feb 9, 2010
Messages
2
how can i found mac address of the pc in the same domain,
using only ip address
 

Worf

Senior Member
Joined
Oct 19, 2009
Messages
932
you could do it the lazy way and download Pstools
http://technet.microsoft.com/en-za/sysinternals/bb896649(en-us).aspx

run psexec from command prompt (instruction are in help file aswell /?)
This command executes IpConfig on the remote system with the /all switch, and displays the resulting output locally:

psexec \\marklap ipconfig /all

you need domain admin rights to execute this correctly as it requires access to the admin$ share
 
Top