In my test environment, I deleted the account I installed SCCM with. Unfortunately, I had not given any other account admin rights and therefore I had locked myself out of SCCM. However, in the SQL database you can easily give another account the rights to get back into SCCM. It can happen that an administrator leaves a company and his account is deleted. There may still be plenty of admins with access, but possibly not the account with all the rights, which can get you into trouble.
Application | Microsoft System Center Configuration Manager (SCCM) |
Location |
On-premise installation |
Topic | SCCM Admin Account |
In the blog I explain step by step how you can regain administrator access to SCCM. To modify the admin account you need SQL administrator rights on the SQL database or at least on the database where SCCM is installed. After performing these steps another account will have full Administrator rights in SCCM.
Microsoft SQL Server Management Studio Part 1
RBAC Admin objectSID info old admin
use CM_LID
(LID is my site code)select AdminID,AdminSID,LogonName,DisplayName from RBAC_Admins
Microsoft SQL Server Management Studio Part 2
Change SID Admin objectSID
use CM_LID
(LID is my site code)update RBAC_Admins set AdminSID=0x01050000000000051500000038C9954BC563ECFC64643DFE84040000
select AdminID,AdminSID,LogonName,DisplayName from RBAC_Admins
When you subscribe to the blog, we will send you an e-mail when there are new updates on the site so you wouldn't miss them.