diff --git a/windows/security/identity-protection/credential-guard/dg-readiness-tool.md b/windows/security/identity-protection/credential-guard/dg-readiness-tool.md index e40d27f3d0..6c12907b28 100644 --- a/windows/security/identity-protection/credential-guard/dg-readiness-tool.md +++ b/windows/security/identity-protection/credential-guard/dg-readiness-tool.md @@ -151,8 +151,8 @@ function CheckExemption($_ModName) } -function CheckFailedDriver($_ModName, $CIStats)'' -{'' +function CheckFailedDriver($_ModName, $CIStats) +{ Log "Module: " $_ModName.Trim() if(CheckExemption($_ModName.Trim()) - eq 1) { @@ -959,7 +959,7 @@ function PrintToolVersion LogAndConsole "" LogAndConsole "###########################################################################" LogAndConsole "" - LogAndConsole "Readiness Tool Version 3.7 Release. `nTool to check if your device is capable to run Device Guard and Credential Guard." + LogAndConsole "Readiness Tool Version 3.7.1 Release. `nTool to check if your device is capable to run Device Guard and Credential Guard." LogAndConsole "" LogAndConsole "###########################################################################" LogAndConsole ""