Active Directory UDF - GetObjectProperties

From AutoIt Wiki
Revision as of 17:31, 24 March 2018 by Water (talk | contribs) (Created page for _AD_GetObjectProperties)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This page is still a work in progress.

Function _AD_GetObjectProperties returns all or just the specified properties of an object in "decoded" (readable) form.

If you ask the function to return all properties of an object it does not return "constructed attributes" ("virtual attributes"). Most of this "constructed attributes" get calculated dynamically at run time.

Remarks

  • ...

Examples

List all Group Policies:

$aObjects = _AD_GetObjectsInOU("", "(objectClass=groupPolicyContainer)", 2, "displayName,gPCFileSysPath")