another minor wording update

This commit is contained in:
2025-09-24 14:35:40 -04:00
parent d6653c4554
commit 9781af8745
+1 -1
View File
@@ -60,7 +60,7 @@ Catch { Write-Error "TPM is not present or its version cannot be determined`n"+$
Try Try
{ {
If ( (Confirm-SecureBootUEFI -ErrorAction Stop) -eq $false ) { Write-Output "Secure Boot is not enabled" ; Exit 1 } If ( (Confirm-SecureBootUEFI -ErrorAction Stop) -eq $false ) { Write-Output "Secure Boot is not enabled" ; Exit 1 }
Else { Write-Output "Secure Boot is enabled" } Else { Write-Output "This endpoint has Secure Boot enabled" }
} }
Catch { Write-Output "Secure Boot state cannot be determined.`n"+$_.Exception.Message ; Exit 1 } Catch { Write-Output "Secure Boot state cannot be determined.`n"+$_.Exception.Message ; Exit 1 }