зеркало из https://github.com/microsoft/MSLab.git
Update DownloadLatestCUs.ps1
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:
Родитель
07c3e34b78
Коммит
30380fb342
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче