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)?
- Install-CertificationAuthority
- Install-CertificationAuthority -CAType RootCA
- Install-AdcsCertificationAuthority -CAType EnterpriseRootCA
- Install-AdcsCertificationAuthority -CAType RootCA
Answer: The correct answer of the above question is Option C:Install-AdcsCertificationAuthority -CAType EnterpriseRootCA