Share via

Auto cert enrollment

Ming Cheung 426 Reputation points
2021-10-08T09:03:00.277+00:00
  1. what is differet between auto-enrollment(template auto-enroll), automatic certificate request in GPO? their result almost the same
  2. i am not familiar with GPO, i see that if computer auto enroll, i only add the computer object a memeber of security group (leave it in original computer group) is not work,

but move the object to OU will make it works, is it a must to make a computer object into OU? for making group policy works?
thank you

Windows development | Windows API - Win32
Windows for business | Windows Server | Devices and deployment | Configure application groups
0 comments No comments

Answer accepted by question author

Vadims Podāns 9,266 Reputation points MVP
2021-10-10T21:21:22.34+00:00

what is differet between auto-enrollment(template auto-enroll), automatic certificate request in GPO? their result almost the same

automatic certificate request (ACR) is a first implementation of autoenrollment which was added in Windows 2000. ACR limits to V1 certificate templates (which you cannot modify) and machine subject. You cannot use ACR to deploy user certificates, for example.

Autoenrollment is a 2nd generation of Microsoft automatic certificate enrollment engine (which is current) and supports newer certificate templates.

but move the object to OU will make it works, is it a must to make a computer object into OU? for making group policy works?

yes. GPOs apply to DS containers and end entity objects inside the container (OU), i.e. users and computers. GPO doesn't apply to groups inside container, because they are not entities. Thus, you need to carefully plan your DS structure and GPO management keeping in mind how GPO is applied.

Was this answer helpful?


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.