AutoEnrollment Problem
Event Viewer show error below after activated/installed Ceritifcate Authority service:
Event ID: 13
Source: AutoEnrollment
Type: Error
Description: Automatic certificate enrollment for local system failed to enroll for one Domain Controller certificate (0x80070005). Access is denied
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
|
Solution:
1 |
Run the below command from command prompt:
certutil -setreg SetupStatus -SETUP_DCOM_SECURITY_UPDATED_FLAG
net stop certsvc
net start certsvc
![]() |
2 | Add “Domain Controllers” as the member for CERTSVC_DCOM_ACCESS under the Users OU in your Active Directory
|