A parameter cannot be found that matches parameter name 'IncludeManageTools'

Add-WindowsFeature Adcs-Cert-Authority does not have an 'IncludeManageTools' parameter.
This commit is contained in:
mistermik 2018-07-24 20:12:49 -07:00 committed by GitHub
parent 1163a14e6f
commit fadc0b19e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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. 1. Open an elevated Windows PowerShell prompt.
2. Use the following command to install the Active Directory Certificate Services role. 2. Use the following command to install the Active Directory Certificate Services role.
```PowerShell ```PowerShell
Add-WindowsFeature Adcs-Cert-Authority -IncludeManageTools Add-WindowsFeature Adcs-Cert-Authority
``` ```
3. Use the following command to configure the Certificate Authority using a basic certificate authority configuration. 3. Use the following command to configure the Certificate Authority using a basic certificate authority configuration.