mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
Update BuildFFUVM.ps1
- Fix update search for Windows Server 2025 release
This commit is contained in:
@@ -4192,7 +4192,7 @@ try {
|
||||
$Name = """Cumulative update for Windows $WindowsRelease Version $WindowsVersion for $WindowsArch"""
|
||||
}
|
||||
if ($WindowsRelease -eq 2025) {
|
||||
$Name = """Cumulative update for Windows 11 Version 24h2 for $WindowsArch"" ""Security Updates"""
|
||||
$Name = """Cumulative Update for Microsoft server operating system, version 24h2 for $WindowsArch"""
|
||||
}
|
||||
if ($WindowsRelease -eq 2022) {
|
||||
$Name = """Cumulative Update for Microsoft server operating system, version 21h2 for $WindowsArch"""
|
||||
|
||||
Reference in New Issue
Block a user