This is a very basic question. I'm new to ADSI scripting and I'm having some
trouble finding my way around - I feel like I'm feeling around in the dark.
I'd like a nice list/diagram of the Active Directory object model. For
example, what are the objects under the User Class, and what are their
attributes. I'm learning the VBS language for accessing this stuff, but I
can't find the names of the things I'd like to access.

For example, in the Active Directory gui Account tab there are four options
under Account Options. I'd like to know how to access these options with
ADSI/VBS but I don't know what to call them in ADSI.

Re: Schema/Object Map Names Help by JTW

JTW
Fri Sep 15 10:09:42 CDT 2006

ADSI is a little too complicated for a functional tree-like object
model, but if you're looking to just match GUI to ADSI properties -
look at the examples here:

http://www.dx21.com/SCRIPTING/ADSI/INDEX.ASP

--
Jase T. Wolfe
Dx21, LLC
http://www.Dx21.com


KWME wrote:

> This is a very basic question. I'm new to ADSI scripting and I'm
> having some trouble finding my way around - I feel like I'm feeling
> around in the dark. I'd like a nice list/diagram of the Active
> Directory object model. For example, what are the objects under the
> User Class, and what are their attributes. I'm learning the VBS
> language for accessing this stuff, but I can't find the names of the
> things I'd like to access.
>
> For example, in the Active Directory gui Account tab there are four
> options under Account Options. I'd like to know how to access these
> options with ADSI/VBS but I don't know what to call them in ADSI.

Re: Schema/Object Map Names Help by KWME

KWME
Fri Sep 15 11:54:02 CDT 2006

Thanks so much! This is exactly what I was looking for.

"JTW" wrote:

> ADSI is a little too complicated for a functional tree-like object
> model, but if you're looking to just match GUI to ADSI properties -
> look at the examples here:
>
> http://www.dx21.com/SCRIPTING/ADSI/INDEX.ASP
>
> --
> Jase T. Wolfe
> Dx21, LLC
> http://www.Dx21.com
>
>
> KWME wrote:
>
> > This is a very basic question. I'm new to ADSI scripting and I'm
> > having some trouble finding my way around - I feel like I'm feeling
> > around in the dark. I'd like a nice list/diagram of the Active
> > Directory object model. For example, what are the objects under the
> > User Class, and what are their attributes. I'm learning the VBS
> > language for accessing this stuff, but I can't find the names of the
> > things I'd like to access.
> >
> > For example, in the Active Directory gui Account tab there are four
> > options under Account Options. I'd like to know how to access these
> > options with ADSI/VBS but I don't know what to call them in ADSI.
>