You need to ensure that when Admin1 opens the Certification Authority console on Server1, the error message does not appear

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?

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



Leave a Reply 8

Your email address will not be published. Required fields are marked *

eleven + 19 =


PlagueHO

PlagueHO

Answer should be A.

Lafegob

Lafegob

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.

Josh

Josh

haha..yeah..let’s hope
But, if I see this options, will go with A
see Daniel’s notes

PeterN

PeterN

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”

Muki

Muki

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.