Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

master -> dev #584

Merged
merged 2 commits into from
Apr 3, 2024
Merged

master -> dev #584

merged 2 commits into from
Apr 3, 2024

Commits on Mar 26, 2024

  1. fix typo (#581)

    Co-authored-by: Vladimír Mach <[email protected]>
    machv and Vladimír Mach authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    182faf0 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Dev (#582)

    * 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
    
    * Update DownloadLatestCUs.ps1
    
    1. added support for Windows Server 11 23H2
    2. added support for Azure Stack HCI 23H2
    3. removed "," in Searchstring for consistency, -like is used later on
    4. changed SSUSearchString to $null where appropriate (no SSU exist for these releases. left it for older ones, even though latest CUs would have them included.
    5. added if else to support $null SSUSearchString
    
    notes: for some reason 23H2 releases do not download files even they are correctly found and listed. Problem with the used module Get-MSCatalogUpdate?
    
    * cloud deploy update
    jaromirk authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    8d59a54 View commit details
    Browse the repository at this point in the history