Question: After running the PowerShell cmdlet Add-WindowsFeature Adcs-Cert-Authority -IncludeManagementTool on a Windows Server 2016 server, which command will make it a Root Certificate Authority (CA)?

  1. Install-CertificationAuthority
  2. Install-CertificationAuthority -CAType RootCA
  3. Install-AdcsCertificationAuthority -CAType EnterpriseRootCA
  4. Install-AdcsCertificationAuthority -CAType RootCA

Answer: The correct answer of the above question is Option C:Install-AdcsCertificationAuthority -CAType EnterpriseRootCA