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.

Re: List AD attributes? by Remco

Remco
Tue Mar 25 12:12:47 PDT 2008

Hi,
I got this link from another newsgroup. maybe its usefull for you?

For list exporting, have a look at ldifde:
http://support.microsoft.com/kb/237677

Remco.

"jim" <jim@nospam.com> schreef in bericht
news:e0d11VqjIHA.5080@TK2MSFTNGP02.phx.gbl...
> 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.
>
>



Re: List AD attributes? by Richard

Richard
Tue Mar 25 19:00:02 PDT 2008

jim wrote:

> 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%20Attributes.htm

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

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

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

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

--
Richard Mueller
Microsoft MVP Scripting and ADSI
Hilltop Lab - http://www.rlmueller.net
--



Re: List AD attributes? by jim

jim
Wed Mar 26 06:10:33 PDT 2008

Thank you Richard! This is *exactly* what i was looking for!

"Richard Mueller [MVP]" <rlmueller-nospam@ameritech.nospam.net> wrote in
message news:%2303IQVujIHA.1164@TK2MSFTNGP02.phx.gbl...
> jim wrote:
>
>> 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%20Attributes.htm
>
> Another program that lists all of the attributes of a selected object, but
> not the values:
>
> http://www.rlmueller.net/List%20Object%20Attributes.htm
>
> Also, I document attributes in default installations of w2k AD here:
>
> http://www.rlmueller.net/UserAttributes.htm
>
> --
> Richard Mueller
> Microsoft MVP Scripting and ADSI
> Hilltop Lab - http://www.rlmueller.net
> --
>
>