From 0a0d808bc2d24042ba52cdf4789b941da2980938 Mon Sep 17 00:00:00 2001 From: Justin Hall Date: Mon, 22 May 2017 12:03:15 -0700 Subject: [PATCH] updated tool version --- .../credential-guard/credential-guard-manage.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/windows/access-protection/credential-guard/credential-guard-manage.md b/windows/access-protection/credential-guard/credential-guard-manage.md index 05f08ab263..ee41c90cff 100644 --- a/windows/access-protection/credential-guard/credential-guard-manage.md +++ b/windows/access-protection/credential-guard/credential-guard-manage.md @@ -97,7 +97,7 @@ If you enable Credential Guard by using Group Policy, the steps to enable Window You can also enable Credential Guard by using the [Device Guard and Credential Guard hardware readiness tool](https://www.microsoft.com/download/details.aspx?id=53337). ``` -DG_Readiness_Tool_v3.0.ps1 -Enable -AutoReboot +DG_Readiness_Tool_v3.2.ps1 -Enable -AutoReboot ``` ### Credential Guard deployment in virtual machines @@ -126,7 +126,7 @@ You can view System Information to check that Credential Guard is running on a P You can also check that Credential Guard is running by using the [Device Guard and Credential Guard hardware readiness tool](https://www.microsoft.com/download/details.aspx?id=53337). ``` -DG_Readiness_Tool_v3.0.ps1 -Ready +DG_Readiness_Tool_v3.2.ps1 -Ready ``` > [!NOTE] @@ -194,7 +194,7 @@ For more info on virtualization-based security and Device Guard, see [Device Gua You can also disable Credential Guard by using the [Device Guard and Credential Guard hardware readiness tool](https://www.microsoft.com/download/details.aspx?id=53337). ``` -DG_Readiness_Tool_v3.0.ps1 -Disable -AutoReboot +DG_Readiness_Tool_v3.2.ps1 -Disable -AutoReboot ``` #### Disable Credential Guard for a virtual machine