From c8a75deac7bdeb52b134ab948282ab11ff2d1b71 Mon Sep 17 00:00:00 2001 From: robkoo Date: Thu, 26 Mar 2026 16:06:03 +0100 Subject: [PATCH] Add new OS version for Secure Boot compliance --- Remedations/Detect-SecureBoot2023Cert.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/Remedations/Detect-SecureBoot2023Cert.ps1 b/Remedations/Detect-SecureBoot2023Cert.ps1 index 9231e62..748d805 100644 --- a/Remedations/Detect-SecureBoot2023Cert.ps1 +++ b/Remedations/Detect-SecureBoot2023Cert.ps1 @@ -40,6 +40,7 @@ $registryKeysStatus = @( # Os Versions and the required July patch level to be compliant with Secure Boot Update $OSversions = @( @{ Name='Insider'; Build=26200; Patch=0 } + @{ Name='25H2'; Build=27000; Patch=0 } @{ Name='24H2'; Build=26100; Patch=1150 } @{ Name='23H2'; Build=22631; Patch=3880 } @{ Name='22H2'; Build=22621; Patch=3880 }