OSDeploy / OSD

OSD Shared Functions
MIT License
144 stars 59 forks source link

Get-OSDCatalogLenovoBios #34

Closed AkosBakos closed 5 months ago

AkosBakos commented 2 years ago

In Get-OSDCatalogLenovoBios.ps1 script, Lenovo is using 'SupportedProduct' XML tag and not 'Product' --> using -Compatible filter the result is due to this wrong filter, is empty.

Get-OSDCatalogLenovoDriverPack -Compatible is correct.

AkosBakos commented 2 years ago

1

AkosBakos commented 2 years ago

2

gwblok commented 5 months ago

@AkosBakos, is this something that still needs to be changed? Did you resolve the issue? What's the status on this?

AkosBakos commented 5 months ago

@gwblok the new function (Get-LenovoBiosCatalog) seems to work. The old functions which I was referencing back July 2022, doesn't exist anymore.