Merge pull request #10867 from rafalfitt/patch-1

Update dg-readiness-tool.md
This commit is contained in:
Aaron Czechowski
2022-09-19 10:02:06 -07:00
committed by GitHub

View File

@ -796,7 +796,13 @@ function CheckOSArchitecture
function CheckSecureBootState
{
$_secureBoot = Confirm-SecureBootUEFI
try {
$_secureBoot = Confirm-SecureBootUEFI
}
catch
{
$_secureBoot = $false
}
Log $_secureBoot
if($_secureBoot)
{