Hello everyone,
I'm currently managing a situation where I need to delegate control to allow a group of users to delete/add specific computer objects in Active Directory (AD) under the default Computers container. Here’s what I’ve done so far:
- I used Delegate Control on the Computers container to allow a group of users to delete/add computer objects.
- However, I’ve noticed that this permission gets inherited by all computer objects under that container, which is not ideal for my scenario.
My objective is to restrict deletion of only specific computer objects under the Computers container for permitted users. I don't want permitted users to have the ability to delete server computers that are also located in the same container. For management reasons , I do not wish to create new OUs and move specific computers there to delegate permissions more granularly.
Here are my questions:
a) Is there a way to delegate control to groups instead of relying solely on OUs for permission delegation?
b) How can I explicitly deny permission to delete certain computer objects while allowing deletion for others, all within the same Computers container?
c) Is there a workaround that allows me to selectively apply permissions without inheritance affecting all objects in the container?
NOTE : I am currently using Windows Server 2012 R2.
I appreciate any guidance or solutions you can provide.
Thank you!