You have a server named Server1 that runs Windows Server 2012 R2.
From Server Manager, you install the Active Directory Certificate Services server role on Server1.
A domain administrator named Admin1 logs on to Server1.
When Admin1 runs the Certification Authority console, Admin1 receive the following error message.
You need to ensure that when Admin1 opens the Certification Authority console on Server1,
the error message does not appear.
What should you do?
A.
Run the Install-AdcsCertificationAuthority cmdlet.
B.
Install the Active Directory Certificate Services (AD CS) tools.
C.
Modify the PATH system variable.
D.
Add Admin1 to the Cert Publishers group.
correct
Run the Install-AdcsCertificationAuthority cmdlet.
Also could be Configure the Active Directory Certificate Services server role from Server Manager.
Agreed
To complete your explanation :
http://clintboessen.blogspot.nl/2013/11/cannot-manage-active-directory.html
I run into this error, and I found the site you mention!
After finishing configuration, everything went well
the reason you see this error message is missing POST configuration.
saw a different version of this question, with the correct answer of “configure ADCS role from SM”
Either method will remove this error message
A – answer is correct. second solution in other dumps: Configure the Active Directory Certificate Services server role from Server Manager
CA needs to be configured.
Answer is A
Correct Answer B
Explanation:
* Cannot manage Active Directory Certificate Services The error message is related to missing role configuration.
* Cannot Manage Active Directory Certificate Services
Resolution: configure the two Certification Authority and Certification Authority Web Enrollment Roles.
* Active Directory Certificate Services (AD CS) is an Active Directory tool that lets administrators customize services in order to issue and manage public key certificates.
AD CS included:
CA Web enrollment – connects users to a CA with a Web browser Certification authorities (CAs) – manages
certificate validation and issues certificates Etc.
Incorrect:
Not A. The CA is installed, it just need to be configured correctly. Note: Install-AdcsCertificationAuthority
The Install-AdcsCertificationAuthority cmdlet performs installation and configuration of the AD CS CA role service.
Reference: Cannot manage Active Directory Certificate Services in Server 2012 Error 0x800070002; Active Directory Certificate Services (AD CS) Definition http://searchwindowsserver.techtarget.com/definition/Active-Directory-Certificate-Services-AD-CS
this one is A, there two version of this question
Don’t know where oddy got his/her answer from but from personal experience the Correct answer is A. I duplicated the same error on my server and while researching for a solution, the link below helped me resolve it. In one of the comments, the option to “run the install adcs cert authority” was posted. So I uninstalled the service and duplicated error again and ran that command and it worked.
http://clintboessen.blogspot.com/2013/11/cannot-manage-active-directory.html
Hope this helps
One more thing… you can’t add AD CS tools until the service is configured. Hence, the command.