| Previous | Next |
| ERROR_DS_INVALID_DN_SYNTAX | ERROR_DS_ALIAS_DEREF_PROBLEM |
ERROR_DS_IS_LEAF
ERROR_DS_IS_LEAF (0x00002033) is an Active Directory Domain Services LDAP result. The requested operation requires a container, but the target object is a leaf object and cannot contain child objects.
What to check
- Verify the target object class and whether it can contain the child object being created or moved.
- Use the intended organizational unit or container as the parent DN.
- Do not attempt to work around the error by changing system object classes.
Useful command
Get-ADObject -Identity "<parent-distinguishedName>" -Properties objectClass
Microsoft: Get-ADObject · Microsoft: AD DS LDAP operations · Microsoft: AD DS diagnostic logging
Looking for a different code? Search another status or error code.
