- Added Windows 2025/24H2 mapping

This commit is contained in:
rbalsleyMSFT
2024-12-03 16:55:40 -08:00
parent 3b23e9f420
commit 97954f59c3
+1
View File
@@ -420,6 +420,7 @@ if ($installationType -eq 'Server'){
2016 { $WindowsVersion = '1607' }
2019 { $WindowsVersion = '1809' }
2022 { $WindowsVersion = '21H2' }
2025 { $WindowsVersion = '24H2' }
}
}