Update hello-hybrid-key-new-install.md

The PowerShell command to configure AD CS should be Install-AdcsCertificationAuthority instead of Install-AdscCertificateAuthority. See https://docs.microsoft.com/en-us/powershell/module/adcsdeployment/install-adcscertificationauthority
This commit is contained in:
Ronald-den-Os 2019-01-25 10:36:41 +01:00 committed by GitHub
parent 1c6d156969
commit 0cee1c31ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ Sign-in using _Enterprise Admin_ equivalent credentials on Windows Server 2012 o
3. Use the following command to configure the Certificate Authority using a basic certificate authority configuration.
```PowerShell
Install-AdcsCertificateAuthority
Install-AdcsCertificationAuthority
```
## Configure a Production Public Key Infrastructure