ryan-jan / MSCatalog

PowerShell module for searching and downloading offline updates from https://www.catalog.update.microsoft.com
MIT License
58 stars 16 forks source link

Get-UpdateLinks Regex not working #35

Closed fxrio closed 9 months ago

fxrio commented 9 months ago

Hello, I was trying to use this script, but it was not finding download links, after some investigation it seems the Regex is wrong in the Get-UpdateLinks.ps1 module. A fix would be greatly appreciated! I found this bug when attempting to download the Windows Update with Guid = 8432dcb0-3e89-4c40-a032-f238aee3517f

fxrio commented 9 months ago

I just saw the fix in the other issue... thank you all