Skip to content

Update DownloadLatestCUs.ps1 - #578

Merged
Jaromir Kaspar (jaromirk) merged 7 commits into
microsoft:devfrom
Karl-WE:patch-1
Feb 26, 2024
Merged

Update DownloadLatestCUs.ps1#578
Jaromir Kaspar (jaromirk) merged 7 commits into
microsoft:devfrom
Karl-WE:patch-1

Conversation

@Karl-WE

Copy link
Copy Markdown
Contributor

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

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
Copy Markdown
ContributorAuthor

related #577

@Karl-WE

Copy link
Copy Markdown
ContributorAuthor

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
Jaromir Kaspar (jaromirk) changed the base branch from master to devFebruary 22, 2024 17:20
@jaromirk
Jaromir Kaspar (jaromirk) merged commit 4cebf33 into microsoft:devFeb 26, 2024
@Karl-WE

Copy link
Copy Markdown
ContributorAuthor

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? Jaromir Kaspar (@jaromirk)

Sign up for freeto 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

@Karl-WE@jaromirk@machv