Your network contains an Active Directory domain named contoso.com. The domain
contains a server named Server1 that runs a Server Core installation of Windows Server
2012 R2.
You need to deploy a certification authority (CA) to Server1. The CA must support the autoenrollment of certificates.
Which two cmdlets should you run? (Each correct answer presents part of the solution.
Choose two.)
A.
Add-CAAuthoritylnformationAccess
B.
Install-AdcsCertificationAuthority
C.
Add-WindowsFeature
D.
Install-AdcsOnlineResponder
E.
Install-AdcsWebEnrollment
Explanation:
* The Install-AdcsCertificationAuthority cmdlet performs installation and configuration of the
AD CS CA role service.
*The Install-AdcsWebEnrollment cmdlet performs initial installation and configuration of the
Certification Authority Web Enrollment role service.
The answer here is wrong. Read the question carefully – this is a Server Core installation. Before the AD CS CA role service can be added, the binaries must be added using the Add-WindowsFeature cmdlet. Then you can install the role service using Install-AdcsCertificationAuthority. Besides, you don’t need Web Enrollment for autoenrollment, just some GPOs. Therefore, the answer is B. and C.
Agree
Answer: A and C
Excuse, is B And C