How to get MAC Addresses remotely

G

Guest

In our office network I am looking to find the MAC addresses of all network
adapters on a PC. The problem is that our laptop users have 2 network
adapters, a hard wired and wireless adapter. Since the laptop user is
connected to the network through the hard wired adapter, how do I find the
MAC address of the wireless network adapter? I know how to find a MAC
address of the hard wired adapter because it is connected to the network.
 
J

John Wunderlich

In our office network I am looking to find the MAC addresses of
all network adapters on a PC. The problem is that our laptop
users have 2 network adapters, a hard wired and wireless adapter.
Since the laptop user is connected to the network through the hard
wired adapter, how do I find the MAC address of the wireless
network adapter? I know how to find a MAC address of the hard
wired adapter because it is connected to the network.

One way is to use psexec to connect to the other computer, then ask it:
psexec \\computername cmd

then, once connected,
ipconfig /all

"psexec" is a component of the "PsTools" Suite:

<http://www.microsoft.com/technet/sysinternals/SystemInformation/PsTools.mspx>

HTH,
John
 
R

Richard Giagnacovo

The getmac command could be useful. Remote machines can be specified as
parameters.


Richard Giagnacovo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top