Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue Jul 16, 2024 · 1 comment

Comments

@Frankie24
Copy link

Frankie24 commented Jul 16, 2024

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants