Hi Joshua Reynolds1,
Thank you for posting in the Microsoft Community Forums.
Your situation involves managing permissions for protected accounts in Active Directory. In this scenario, you want to grant specific permissions to the protected accounts rather than their descendant objects. Here are the steps to grant selected permissions to a protected account:
- Find the Protected Account: Firstly, identify the protected account to which you want to grant permissions. This is typically an account with administrative privileges or other sensitive permissions.
- Edit the Account's Security Descriptor: You'll need to edit the security descriptor of that account to grant the desired permissions. This can be done through the Active Directory Users and Computers management tool.
- Grant Permissions: Within the account's security descriptor, locate the permissions you want to modify. You've listed some permissions such as write to accountExpires, write to enabledProtocols, etc. Make sure to add appropriate Access Control Entries (ACE) for these permissions.
- Review and Test: Before making changes, ensure to review the changes you're making and test them in a testing environment before the production environment.
During the operation, exercise caution and ensure you understand the implications of the changes you're making. Editing security descriptors is a sensitive operation and can have significant impacts on the security of the system. It's best to perform this operation under the guidance of experienced administrators or at least test in a testing environment.
Best regards
Neuvi Jiang