exam questions

Exam 70-412 All Questions

View all questions & answers for the 70-412 exam

Exam 70-412 topic 2 question 35 discussion

Actual exam question from Microsoft's 70-412
Question #: 35
Topic #: 2
[All 70-412 Questions]

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 auto-enrollment 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
Show Suggested Answer Hide Answer
Suggested Answer: BE 🗳️
Explanation -
B. The Install-AdcsCertificationAuthority cmdlet performs installation and configuration of the AD CS CA role service. It can be used to install a root CA.
Example:
Install-AdcsCertificationAuthority CAType StandaloneRootCA CACommonName "ContosoRootCA" KeyLength 2048 HashAlgorithm SHA1
CryptoProviderName "RSA#Microsoft Software Key Storage Provider"
E: The Install-AdcsWebEnrollment cmdlet performs initial installation and configuration of the Certification Authority Web Enrollment role service.
Note: Prior to the availability of Certificate Enrollment Web Services, AD CS required that client computers configured for certificate auto-enrollment be connected directly to the corporate network. Certificate Enrollment Web Services allows organizations to enable AD CS using a perimeter network. This allows users and computers outside the corporate network to enroll for certificates.

Certificate Enrollment web service
Reference: Deploying AD CS Using Windows PowerShell

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Rezerestibeiro27
4 years, 7 months ago
B and C it is
upvoted 1 times
...
Slimm
5 years, 7 months ago
Answer should be : – Add-WindowsFeature (install adcs binaries) – Install-AdcsCertificationAuthority (install ADCS with the needed cert auto-enroll
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...