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