Forum Discussion
SCCM On Domain Controllers
- Jul 13, 2023
Hi LL10890,
The answer is yes, in SCCM (System Center Configuration Manager), you can separate and control access to domain controllers to ensure that only authorized individuals or groups (in you case Domain Admins) can manage them.
Here's how you can achieve this:- Create a specific group in SCCM for your domain controllers. This group will include all the domain controller machines.
Create collections in Configuration Manager.- Assign the necessary administrative roles to the users or groups who should have access to manage the domain controllers. In this case, you would grant Domain Admins access to the domain controller group.
Role-based administration fundamentals - Configuration Manager | Microsoft Learn
Configure role-based administration - Configuration Manager | Microsoft Learn- Configure the security settings in SCCM to restrict access to the domain controller group. This way, only users or groups with the designated roles and permissions will be able to view and manage the domain controllers within SCCM.
Manage clients - Configuration Manager | Microsoft LearnBy following these steps, you can effectively separate and control who can manage the domain controllers in SCCM.
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
Kindest regards
Leon Pavesic
This is what I was looking for.
Your security team is right - any software installed on domain controllers should be considered Tiers 0.
While you may delegate domain controllers access within Config Manager as explained above, Config Manager admins will be able to easily bypass or disable it, making them effectively Domain Admins. This is also true for some service accounts tied to Config Manager.
There is no one-size-fits-all solution for this. A good compromise would be to build a dedicated WSUS server for all Tiers 0 servers.
- LL10890Jul 21, 2023Copper ContributorGood point. Thanks for the additional information.