|
Question : How to get MAC address from different subnet?
|
|
Probably an simple question. But in a Windows environment with 3 different subnets. How do you get the MAC of a system on lets say 192.168.3.1 from a system on 192.168.1.1? I know when you're in the same subnet you can just ping the address then arp /a. Same question for a Apple environment.
|
Answer : How to get MAC address from different subnet?
|
|
then use psexec from sysinteranl to open a common prompt to them
psexec \\computername cmd
then do a ipconfig /all
|
|
|