Update cmdlet with correct parameter

There is a typo into the cmdlet, -IncludeManageTools should be changed to -IncludeManagementTools
This commit is contained in:
mistermik
2018-07-24 20:22:45 -07:00
committed by GitHub
parent fadc0b19e5
commit cda330c3bc

View File

@ -60,7 +60,7 @@ Sign-in using _Enterprise Admin_ equivalent credentials on Windows Server 2012 o
1. Open an elevated Windows PowerShell prompt.
2. Use the following command to install the Active Directory Certificate Services role.
```PowerShell
Add-WindowsFeature Adcs-Cert-Authority
add-windowsfeature adcs-cert-authority -IncludeManagementTools
```
3. Use the following command to configure the Certificate Authority using a basic certificate authority configuration.