Hi all,
I'm fairly new here, but I appreciate any help that you can give me. Specifically, when trying to automate the removal of objects from AD, I cannot delete them as they are not "Leaf Nodes" (this occurs often if a computer has a shared printer attached, or if the computer has a shared folder attached - these are stored as child objects to the computer object in AD).
If I attempt to delete such an object with vCO, it yields the error: "Error when destroyingan element: [LDAP: error code 66 - 00002015: UpdErr: DSID-031A11DF, problem 6003 (CANT_ON_NON_LEAF), data 0]
My original idea was to treat the object as an AD:Unknown and find child items, then delete those, but it doesn't look like we can get child items from an AD:Unknown or AD:Computer.
Could the plugin be updated or a workaround provided to this problem? I appreciate your help and the dedication of this community.