I'm trying to install Active Directory Certificate Services on a Windows Server 2016 Standard Core VM where I logged in with the Administrator account.
I ran the following Powershell cmdlet:
ps> Add-WindowsFeature Adcs-Cert-Authority -IncludeManagementTools
ps> Install-AdcsCertificateAuthority -CAType EnterpriseRootCA
The first cmdlet succeeded, but then the second command fails with the following error message:
> Active Directory Certificate Services setup failed with the following
> error: A value for the attribute was not in the acceptable range of
> values.