added Azure Stack HCI 23H2 CU and Servicing Stack 
in a new PR we should remove SSU as they are now part of the CU for all supported releases of Windows Server and Client AFTER 1607

ref: https://www.catalog.update.microsoft.com/Search.aspx?q=servicing%20stack
This commit is contained in:
Karl Wester-Ebbinghaus 2024-02-22 15:26:45 +01:00 коммит произвёл GitHub
Родитель 07c3e34b78
Коммит 30380fb342
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -39,6 +39,7 @@ if ($version.Minor -eq 27){
}
$Products=@()
$Products+=@{Product="Azure Stack HCI 23H2 GA" ;SearchString="Cumulative Update for Microsoft server operating system version 23H2 for x64-based Systems" ;SSUSearchString="Servicing Stack Update for Microsoft server operating system version 23H2 for x64-based Systems" ; ID="Microsoft Server operating system-23H2"} #they really removed the ',' in CUs
$Products+=@{Product="Azure Stack HCI 22H2" ;SearchString="Cumulative Update for Microsoft server operating system, version 22H2 for x64-based Systems" ;SSUSearchString="Servicing Stack Update for Microsoft server operating system version 22H2 for x64-based Systems" ; ID="Microsoft Server operating system-22H2"}
$Products+=@{Product="Azure Stack HCI 21H2 and Windows Server 2022" ;SearchString="Cumulative Update for Microsoft server operating system version 21H2 for x64-based Systems" ;SSUSearchString="Servicing Stack Update for Microsoft server operating system version 21H2 for x64-based Systems" ; ID="Microsoft Server operating system-21H2"}
$Products+=@{Product="Azure Stack HCI 20H2" ;SearchString="Cumulative Update for Azure Stack HCI, version 20H2" ;SSUSearchString="Servicing Stack Update for Azure Stack HCI, version 20H2 for x64-based Systems" ; ID="Azure Stack HCI"}
@ -89,4 +90,4 @@ Foreach($SelectedProduct in $SelectedProducts){
#endregion
Write-Host "Job finished. Press enter to continue" -ForegroundColor Green
Read-Host
Read-Host