I want users of an OU to have access to enable and disable user accounts in their own OU.
I believe in order to do this I need to grant the Read and Write userAccountControl property to the SELF security principal of the OU in question like so:
I want to make sure I'm doing this right. Will they need any other permissions in order to enable and disable accounts? They are actually going to be running a program that is directly modifying the AccountDisabled attribute.