List AD attributes?

J

jim

How would i export all avilable attributes (be they populated or not) for a
user object? I can view them by scrolling through an accounts properties in
ADSI Edit, but i'd like to have them in a single list i can view and make
notations on.

Even better would be a link that lists all the attributes along with an
explanation for each one. ..But i'm not greedy, i'll settle for only the
list at this point.

Thanks in advance.
 
R

Richard Mueller [MVP]

jim said:
How would i export all avilable attributes (be they populated or not) for
a user object? I can view them by scrolling through an accounts
properties in ADSI Edit, but i'd like to have them in a single list i can
view and make notations on.

Even better would be a link that lists all the attributes along with an
explanation for each one. ..But i'm not greedy, i'll settle for only the
list at this point.

I have an example VBScript program that documents all attributes of any
specified AD object and most of the values. The program is linked here:

http://www.rlmueller.net/Document Attributes.htm

Another program that lists all of the attributes of a selected object, but
not the values:

http://www.rlmueller.net/List Object Attributes.htm

Also, I document attributes in default installations of w2k AD here:

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

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