mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
Merge pull request #91 from JonasKloseBW:Better-Windows-Server-Patch-Search
2410.1 Find better Windows Server patches
This commit is contained in:
@@ -4203,8 +4203,11 @@ try {
|
|||||||
if ($installationType -eq 'Client') {
|
if ($installationType -eq 'Client') {
|
||||||
$Name = """Cumulative update for Windows $WindowsRelease Version $WindowsVersion for $WindowsArch"""
|
$Name = """Cumulative update for Windows $WindowsRelease Version $WindowsVersion for $WindowsArch"""
|
||||||
}
|
}
|
||||||
|
if ($WindowsRelease -eq 2025) {
|
||||||
|
$Name = """Cumulative Update for Microsoft server operating system, version 24h2 for $WindowsArch"""
|
||||||
|
}
|
||||||
if ($WindowsRelease -eq 2022) {
|
if ($WindowsRelease -eq 2022) {
|
||||||
$Name = """Cumulative Update for Microsoft server operating system, version 22h2 for $WindowsArch"""
|
$Name = """Cumulative Update for Microsoft server operating system, version 21h2 for $WindowsArch"""
|
||||||
}
|
}
|
||||||
if ($WindowsRelease -in 2016, 2019) {
|
if ($WindowsRelease -in 2016, 2019) {
|
||||||
$Name = """Cumulative update for Windows Server $WindowsRelease for $WindowsArch"""
|
$Name = """Cumulative update for Windows Server $WindowsRelease for $WindowsArch"""
|
||||||
@@ -4248,8 +4251,11 @@ try {
|
|||||||
if ($installationType -eq 'Client') {
|
if ($installationType -eq 'Client') {
|
||||||
$Name = "Cumulative update for .net framework windows $WindowsRelease $WindowsVersion $WindowsArch -preview"
|
$Name = "Cumulative update for .net framework windows $WindowsRelease $WindowsVersion $WindowsArch -preview"
|
||||||
}
|
}
|
||||||
|
if ($WindowsRelease -eq 2025) {
|
||||||
|
$Name = """Cumulative Update for .NET Framework"" ""3.5 and 4.8.1"" for Windows 11 24H2 x64 -preview"
|
||||||
|
}
|
||||||
if ($WindowsRelease -eq 2022) {
|
if ($WindowsRelease -eq 2022) {
|
||||||
$Name = """Cumulative Update for .NET Framework 3.5, 4.8 and 4.8.1"" " + """operating system version 21H2 for x64"""
|
$Name = """Cumulative Update for .NET Framework 3.5, 4.8 and 4.8.1"" ""operating system version 21H2 for x64"""
|
||||||
}
|
}
|
||||||
if ($WindowsRelease -eq 2019) {
|
if ($WindowsRelease -eq 2019) {
|
||||||
$Name = """Cumulative Update for .NET Framework 3.5, 4.7.2 and 4.8 for Windows Server 2019 for x64"""
|
$Name = """Cumulative Update for .NET Framework 3.5, 4.7.2 and 4.8 for Windows Server 2019 for x64"""
|
||||||
|
|||||||
Reference in New Issue
Block a user