I’m looking for a way to read and set security permissions on an object (OU or users/computers) in Active Directory on Windows Server 2008+. The same way that Delegation by using Active Directory Wizard does it? I would like to be able to choose OU and assign group to it with Reset Password permissions or with ability to create / manage users?
How can I achieve that?
So here is a simple example that allow the domain user ‘
user1‘ to reset password for users presents in OU ‘ForUser1‘After that you need :
a place to find ExtendedRightAccessRule.
a place to find Active-Directory schema attributes and classes informations.