From fadc0b19e54f7f975ea5db507477672974b4b71b Mon Sep 17 00:00:00 2001 From: mistermik Date: Tue, 24 Jul 2018 20:12:49 -0700 Subject: [PATCH] A parameter cannot be found that matches parameter name 'IncludeManageTools' Add-WindowsFeature Adcs-Cert-Authority does not have an 'IncludeManageTools' parameter. --- .../hello-for-business/hello-hybrid-key-new-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/identity-protection/hello-for-business/hello-hybrid-key-new-install.md b/windows/security/identity-protection/hello-for-business/hello-hybrid-key-new-install.md index 11d1a66100..1a48a21306 100644 --- a/windows/security/identity-protection/hello-for-business/hello-hybrid-key-new-install.md +++ b/windows/security/identity-protection/hello-for-business/hello-hybrid-key-new-install.md @@ -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 -IncludeManageTools + Add-WindowsFeature Adcs-Cert-Authority ``` 3. Use the following command to configure the Certificate Authority using a basic certificate authority configuration.