OSDeploy / OSD

OSD Shared Functions
MIT License
144 stars 59 forks source link

Save-MsUpCatDriver - Link Parsing Issue #17

Closed jyonke closed 2 years ago

jyonke commented 2 years ago

Describe the bug Save-MsUpCatDriver fails to download any drivers and fails to throw a warning/error when no links are found correctly. This is directly related to the below recently issue with the MSCatalog module linked below. Microsoft recently changed there base URL for files from https://www.catalog.update.microsoft.com/

https://github.com/ryan-jan/MSCatalog/issues/14

To Reproduce

  1. Install latest version of OSD Module from PSGallery
  2. Attempt to pull drivers - Save-MsUpCatDriver -DestinationDirectory C:\temp\
  3. Function is in a user input state with zero options to select

Expected behavior

  1. Driver files are either downloaded or a warning/error is thrown.

Possible Solution Mirror fixes in the below pull request https://github.com/ryan-jan/MSCatalog/pull/15

Screenshots image

Desktop (please complete the following information):