Active Directory export tool

Soldato
Joined
6 May 2009
Posts
20,363
I need to export an Organizational Unit which has multiple other OU's, distribution groups, contacts, computers and other data.

Default 'Export List' only exports top level data is is not very useful if there are hundred of other sub levels.

I basically need to sift through an OU and move / remove anything that is no longer required

edit - I have LDAP Admin 2014 but to be honest have no idea how to use it (so havent as it looks like it could do some damage)
 
Last edited:
Export to do what with it?

Get the data into an easier format such as in an Excel sheet. Then I would need to go through and contact owners to see if things can be moved/removed and as El Pew stated have things like a last modified column so I could easily see if an object has not been updated in say 3 years, contact the owner - then have a resolution column

So basically pull it all out into a much easier readable format so thousands of objects can hopefully be moved to the correct locations or removed completely
 
Thanks, I might look into the suggested tools.

I have been using Hyena and Hyena's built in Export tool. It took a couple of hours to learn but could then easily use the built in queries to dump out info to excel such as disabled accounts, last login etc. I still dont know a great deal about it but have at least exported info to excel that I can go on
 
edit - I am trying to get a custom LDAP query working that filters all users who have not set their password for a year

The field is pwdlastset. I have tried the following does this does not do anything

(&(objectClass=person)(objectClass=User)(pwdLastSet<=20130901000000Z))
 
Back
Top Bottom