another minor wording update
This commit is contained in:
@@ -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 }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user