Active Directory UDF - GetObjectProperties
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")