Jump to content

Recommended Posts

Posted

This might be a silly question. How can I find out Mac addresses of machines remotely & how would I find them in windows?

 

Thanks

Posted

From a command line.

 

Ipconfig /all

 

Check the physical address path. [ for local ]

 

nbtstat -a [ IP ADDRESS ] should return the mac address if the device is on.

[ For a remote ]

Posted

The nbtstat command will return a remote mac address on a PC. Not sure on a printer though....

 

Most IP printers will have a web interface of management console in which the MAC address should be present.

 

There may be another command, but this is what I use.

The MACs will also be listed in your DHCP Lease from your server.

If you use GHOST, the console shows MAC addresses.....

 

More than one way to skin a car as they say.........

Posted
Were about in the DHCP in Windows Server 2003 please i can't find it?

 

If you want a command line tool then dhcpcmd (resource kit) works -

 

dhcpcmd 10.128.0.1 enumclients 10.128.0.0 -h

 

will query the server at 10.128.0.1 and return the hardware info (ie including mac address!) for the leases at 10.128.0.0

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...