OSDeploy / OSD

OSD Shared Functions
MIT License
144 stars 59 forks source link

Test-MicrosoftUpdateCatalog - Missing -UseBasicParsing Parameter #26

Open jyonke opened 2 years ago

jyonke commented 2 years ago

Describe the bug Save-MsUpCatDriver fails to download any drivers as the new function Test-MicrosoftUpdateCatalog will always fail in WinPE as the Internet Explorer engine is not available for DOM parsing,

To Reproduce Boot into WinPE with a custom OSDCloud ISO/USB, install or update to version 22.5..23.2.. Open PowerShell and invoke the command Test-MicrosoftUpdateCatalog.

Expected behavior The command returns a TRUE or FALSE value and allows drivers/firmware updates to be downloaded from the Microsoft Update Catalog website.

Possible Solution Add the BasicParsing parameter

Screenshots image image