List AD attributes?

  • Thread starter Thread starter jim
  • Start date Start date
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.
 
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
 
Back
Top