Active Directory UDF - GetObjectProperties: Difference between revisions
Jump to navigation
Jump to search
(Created page for _AD_GetObjectProperties) |
(No difference)
|
Revision as of 17:31, 24 March 2018
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")