Link to home
Start Free TrialLog in
Avatar of r3helpdesk
r3helpdesk

asked on

How to export MAC addresses from domain computers

Hi

How can I export to a text file all the mac addresses from all computers which are making part of a specified domain. (I cannot use the DHCP because there are also guests in the network).I need also to schedule this "exportation" process because I need to use this text file along with other scripts in kinda dynamic environment.

Any suggestions?
Thanks!
Avatar of Ashok Dewan
Ashok Dewan
Flag of India image

You can install some software to get all hardware and software detail of all network pc's , further you can export that log file. here are few you can try :-

lansweeper  :-  http://www.lansweeper.com/Download.aspx
                        http://www.misutilities.com/
http://emcosoftware.com/network-inventory/download
Network MAC address scanner and then export all list of mac address
http://www.colasoft.com/mac_scanner/  and http://emcosoftware.com/mac-address-scanner
ASKER CERTIFIED SOLUTION
Avatar of x3man
x3man

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of x3man
x3man

To create the list.txt file of domain pcs you could also use the following batch script:

dsquery computer "dc=domainname,dc=com" -o rdn > list.txt


* where domainname and com is the name of the domain that you want to get the list of pcs from