From 9781af874534a36bb46b9f2284b57b5e7d04475c Mon Sep 17 00:00:00 2001 From: ek-dyoder Date: Wed, 24 Sep 2025 14:35:40 -0400 Subject: [PATCH] another minor wording update --- Start-UpgradeToWindows11.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Start-UpgradeToWindows11.ps1 b/Start-UpgradeToWindows11.ps1 index 0db6c96..b05cb6f 100644 --- a/Start-UpgradeToWindows11.ps1 +++ b/Start-UpgradeToWindows11.ps1 @@ -60,7 +60,7 @@ Catch { Write-Error "TPM is not present or its version cannot be determined`n"+$ Try { 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 }