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

Update DownloadLatestCUs.ps1 #578

Merged
merged 7 commits into from
Feb 26, 2024
Merged

Update DownloadLatestCUs.ps1 #578

merged 7 commits into from
Feb 26, 2024

Conversation

Karl-WE
Copy link
Contributor

@Karl-WE Karl-WE commented Feb 22, 2024

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

jaromirk and others added 5 commits January 12, 2024 11:54
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
@Karl-WE
Copy link
Contributor Author

Karl-WE commented Feb 22, 2024

related #577

@Karl-WE
Copy link
Contributor Author

Karl-WE commented Feb 22, 2024

for some reason adding the string it does see the CU but does not download it
image

A does not work or ID does not work.

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?
Update DownloadLatestCUs.ps1 - support 23H2 releases and empty SSUString where no longer needed
@jaromirk jaromirk changed the base branch from master to dev February 22, 2024 17:20
@jaromirk jaromirk merged commit 4cebf33 into microsoft:dev Feb 26, 2024
1 check passed
@Karl-WE
Copy link
Contributor Author

Karl-WE commented Feb 26, 2024

Thank you for the merge. Any idea why 23H2 CUs aren't downloaded for W11 or Azure Stack HCI? Could this be a limitation of the module used? @jaromirk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants