MSEndpointMgr / ModernDriverManagement

Official repo of Modern Driver Management from MSEndpointMgr.com
https://www.msendpointmgr.com
MIT License
132 stars 77 forks source link

Drivers are going under "Packages" Section in SCCM and not in "Drivers" Section in SCCM, how can I get it to show up in drivers section? #291

Open Frankie24 opened 2 months ago

Frankie24 commented 2 months ago

Hello, we had a manual process of downloading the drivers for each model and then have SCCM created a package of the drivers using the "Drivers" Import wizard. When I used the tool, it's creating the package and placing the package in the "Packages" > Driver packages". How can I use this in the task sequence when upgrading to windows 11.

Thanks,

image
HermanGB commented 1 month ago

You need to read the documentation. It's all explained in detail. In short you need to run a custom powershell-script [Invoke-CMApplyDriverPackage.ps1] in your task sequence. Packages are way faster then "Operating Systems\Drivers", both when it comes to importing drivers, distributing to DP's, downloading to clients and installation/extraction. Make sure you use .wim-format for the additional advantage with branch cache.