I would like to know if it’s possible to query ActiveDirectory for list of attributes that a directory entry has by supplying directory entry’s schemaClass string only.
As an example I have a string = “user” and would like to query AD for list of attributes that can be read/set for object that has it’s SchemaClassName set to “user”.
Hope it makes sense?
I would like to know if it’s possible to query ActiveDirectory for list of
Share
Unfortunately, with AD it is not that simple.
The best method to start on this quest is Determining the Classes Associated With an Object Instance (Windows)
AD defines Auxiliary Classes by:
Statically Linked Auxiliary Classes
and
Dynamically Linked Auxiliary Classes
-jim