MSEndpointMgr / ConfigMgr

Microsoft Endpoint Configuration Manager scripts and tools
628 stars 282 forks source link

Error SKU/Model matching #276

Open Derrynm70 opened 3 years ago

Derrynm70 commented 3 years ago

Having trouble matching some computer models even though the SKUs match up. No errors or anything, BIOS update doesn't apply or attempt to apply. BIOS Matching

duminduweera commented 3 years ago

With version 6.4.9 of Driver Automation Tool, the script now create all HP driver/bios with manufacturer "HP" instead of Hewlett-Packard". So the matching process fails. I added if($Package.PackageManufacturer -eq "HP"){$Package.PackageManufacturer = "Hewlett-Packard"} to the Invoke-CMDownloadBIOSPackage.ps1 as below image