Adds Windows 11 25H2 mapping

Extends supported Windows 11 releases to include 25H2 to keep version resolution current for upcoming media and configuration scenarios.
This commit is contained in:
rbalsleyMSFT
2025-10-01 13:23:46 -07:00
parent 6562d16ce5
commit eaa3e1e6af
@@ -126,7 +126,7 @@ $script:mctWindowsReleases = @(
$script:windowsVersionMap = @{ $script:windowsVersionMap = @{
10 = @("22H2") 10 = @("22H2")
11 = @("22H2", "23H2", "24H2") 11 = @("22H2", "23H2", "24H2", "25H2")
2016 = @("1607") # Windows 10 LTSB 2016 & Server 2016 2016 = @("1607") # Windows 10 LTSB 2016 & Server 2016
2019 = @("1809") # Windows 10 LTSC 2019 & Server 2019 2019 = @("1809") # Windows 10 LTSC 2019 & Server 2019
# Note: Server 2016 and LTSB 2016 now share the key 2016, mapping to version "1607" # Note: Server 2016 and LTSB 2016 now share the key 2016, mapping to version "1607"