microsoft / MSLab

Azure Stack HCI, Windows 10 and Windows Server rapid lab deployment scripts
MIT License
1.18k stars 284 forks source link

DownloadLatestCU is not working #507

Closed DenBir closed 2 years ago

DenBir commented 2 years ago

Hi @jaromirk,

your script to download the latest CU https://github.com/microsoft/MSLab/blob/master/Tools/DownloadLatestCUs.ps1 is not working.

I can choose from GridView the right version and then I got this message in a loop: Multiple files exist for this update. Enter the Id of the file to download or 'A' to download all files.: A

image

It would be great if this worked again ;-).

jaromirk commented 2 years ago

THX, will take a look!

jaromirk commented 2 years ago

Hmm, looks like Save-MSCatalogUpdate is broken image

jaromirk commented 2 years ago

Looks like it's being fixed https://github.com/ryan-jan/MSCatalog/issues/14

jaromirk commented 2 years ago

Sorry for delay, I was waiting if someone will patch mscatalog itself. I added patch to the code - so it will fix the mscatalog you have on disk. Enjoy!