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.
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.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
Answer should be A.
0
0
After installing the CA role on Windows Server 2012, the CA needs to be configured before it can be managed using the Certificate Authority MMC. Server Manager will show an incomplete task (configure CA)
http://www.amtmtech.com/cannot-manage-active-directory-certificate-services-in-server-2012-error-0x800070002/
0
0
It’s B man.
I try to execute this command on the Install-AdcsCertificationAuthority, expecting to the configuration pop up or something like that, and just happend a error saying that is already installed.
I’ve already seen a question that a option has “Configure”and not install.
Pray to get the Configure one lol.
0
0
haha..yeah..let’s hope
But, if I see this options, will go with A
see Daniel’s notes
0
0
A
0
0
Had this question but the answer options were different, can’t remember all of them, but there was definitely one saying “Configure ADCS from Server Manager”
0
0
A. Role is installed but not configured.
http://mikefrobbins.com/2014/11/20/use-powershell-to-install-active-directory-certificate-services/
https://technet.microsoft.com/en-us/library/hh848390(v=wps.630).aspx
^^ notice it says that it configures AD CS, not installs it
0
0
This is pretty easy to test in lab.
I replicated the error message by installing the Active Directory Certificate Services without configuring it.
After running the Install-AdcsCertificationAuthority cmdlet, I was able to open the Certification Authority console without getting the error message.
The answer is definitely A.
0
0