Documenting Active Directory Environment.

F

frank s

I've been asked to document our Active Dircectory environment and really
dont want to do it manually. Anyone know of any tools that can do the
following.

Document ..
All OUs and the objects within them.
All Users in general.
All Groups and their members.
All OUs and policies applied to them.

Pretty much as much as possible.

Thanks.
 
R

Richard Mueller

Frank said:
I've been asked to document our Active Dircectory environment and really
dont want to do it manually. Anyone know of any tools that can do the
following.

Document ..
All OUs and the objects within them.
All Users in general.
All Groups and their members.
All OUs and policies applied to them.

Pretty much as much as possible.

Hi,

I haven't scripted to document polices, but I have a few sample VBScript
programs that might help. This one documents OU's, containers, groups, and
the number of computer and user objects in each:

http://www.rlmueller.net/DocumentForest.htm

This program documents all groups, including membership:

http://www.rlmueller.net/Document Domain Groups.htm

If you need to document the complete group membership, including membership
by nesting and the "primary" group, you can use this example:

http://www.rlmueller.net/List Members of a Group.htm

To create a list of all user Distinguished Names, use this:

http://www.rlmueller.net/Create User List 2.htm

The last program can be expanded to document just about anything about
users. You can easily add to the list of attributes retrieved, then output
the values in the loop that enumerates the ADO recordset. For more info on
using ADO, see this link:

http://www.rlmueller.net/ADOSearchTips.htm

And finally, for available attributes see this link:

http://www.rlmueller.net/UserAttributes.htm
 
D

Darin Levy

You can use DSRAZOR to document all the items you listed. DSRAZOR excels at
documenting AD objects. You can export any or the reports to CSV, Text or
print the results. It requires no programming ability. You can modify any of
the canned reports using an intuitive drag-and-drop type interface.

You can get more information here:
http://www.visualclick.com/content/dsrw_ad_doc_user_group.htm?source=DocAD052506

We can give you a web based walkthrough so you can see how DSRAZOR works.

--
Darin Levy
Senior Support Engineer
Visual Click Software, Inc.
512-231-9990 x 2
www.visualclick.com
 

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