Menu
Modern Workplace Blog
  • Home
  • About: Kenneth van Surksum
  • Cookie Policy
Modern Workplace Blog
January 13, 2013January 13, 2013

Best practices for Implementing drivers in ConfigMgr

One of the most time consuming tasks when working with OS Deployment in ConfigMgr is implementing the drivers needed to support different hardware models. There are a couple of reasons for this:

  • Determining if drivers installed correctly can only be determined by executing an actual Task Sequence, which takes a lot of time.
  • Each Hardware Manufacturer has its own way of providing drivers. Finding the right driver can be a real nightmare and some Hardware Manufacturers make a real mess of the drivers they provide. On the other hand there are some manufactures which supply driver packages which you can import directly into ConfigMgr.
  • Especially for laptops, which contain a lot of extra features in the hardware, manufactures make it a sport to keep the optimal configuration which consists of the needed drivers plus additional software as vague as possible, so it’s up to you to find out which drivers and driver applications make the laptop fully functional. Don’t we have a nice job 🙂
  • Some HW manufacturers are known to change the hardware inside different batches of the same hardware model, make sure that you make agreements with your HW supplier that the HW doesn’t change with each delivered batch of machines, or you will continue to spent time on certifying HW models.

Before just simply starting I recommend you to create a strategy for implementing and maintaining the drivers within your company. What follows below are some guidelines which can help.

For implementing drivers we have several options:

  • If the manufacturer provides so called driver packages, implement these drivers. It is known that Dell and HP at least provide some ready made driver packages for at least their newest hardware models.
  • Use the out-of-the-box drivers supplied with your Windows by default and only use drivers downloaded from the manufacturer when needed, this is often the fastest way, but not necessarily the most stable.

Below is a flowchart of the steps needed, when choosing to only implement drivers which are supplied by Microsoft in the Windows installation, and install additional drivers when needed.

clip_image001

Step 1: Determine if manufacturer provides driver package for your specific hardware model. Dell provides driver packages on a FTP download location which can be found here:

Also HP now provides these driver packages as part of the SoftPaq Download Manager, as detailed by Johan Arwidmark on his blog here

If the HW manufacturer doesn’t provide any driver packages for import in ConfigMgr

For implementing drivers, I recommend using the “Control Freak” method as described by Johan Arwidmark in the following blogarticle: The Drivers Saga continues – How to Master Drivers in ConfigMgr 2012, this methods lets you create driver packages per HW model, and use a WMI query to apply the driver package based on the detected HW in the Task Sequence.

You can determine the HW model by executing the following WMI query on that model:

Wmic computersystem get model

Step 2: Try to install Windows from your custom task sequence and see whether this installation is not, partly or fully successful.

Option A: Not successful

If the installation is not successful, the task sequence doesn’t even have a chance to start, because for example the boot image doesn’t have the necessary network drivers injected to support your hardware model. Michael Petersen has described how to add only the necessary drivers to your boot image in his blog post: Finding and adding only the correct device driver to the Boot image. Another reason for installation not to be successful is when the task sequence breaks during deployment for some kind of reason related to drivers.

Option B: Partly Successful

If the installation is partly successful, the task sequence probably started successfully and was able to finish as well. But you will notice some missing devices in your device manager.

clip_image002

This is where the fun starts, how can i find out which driver I need to download in order for my Base System Device to start working. Well, the answer to this is that we need to find the Vendor ID and Device ID. You can find the Vendor ID and Device ID by opening the properties of the Base System Device and going to the Details tab. Select the Hardware Ids, which will list het Vendor ID 197B and Device ID 2393.

clip_image003

So, how can we find out what this device is, so that we can find a suitable driver for it. Well, actually Microsoft provides a website to look this information up. The website is called the Microsoft Update Catalogue. Before you can use the website you have to install an ActiveX control though, which means IE only. On the website you have a search field which you can use to input your Vendor ID and Device ID after which you hit search.

clip_image004

This results in the following page:

clip_image005

As you can see, this is a PCIe controller provided by a company JMicron. And you can now start searching for a suitable driver using several options.

  • You can download the driver from Microsoft
  • You can download the driver from HP, since my laptop is from HP this is an obvious place to search
  • You can search on the Jmicron website, to see if I’m able to download a suitable driver

An article which can really help you to determine if the correct driver gets installed, is written by Mikael Nystrom aka the Deployment Bunny: Nice to know: – Why did Windows 7 pick THAT driver ?

Option C: Fully Successful

Well, if the installation is successful, and no performance or other issues arise you can use the machine. This scenario is a rare one though.

Step 3: Determine if the HW needs so called Driver Applications.

Some HW, especially laptops need to install some additional software in order to become fully functional. This software can be a utility in order to make some extra buttons work, but also some software which is needed in order to activate the 3G onboard modem.

Locate this software, and hope that the installer support unattended installation. See my blog post about Application installation best practices for more information on how to make this software available.

When successfully made available, add the software to the Task Sequence using the same WMI query you used to install the driver package to select the installation during execution of the task sequence on that HW model.

For updating the drivers:

Manufacturers update their drivers for several reasons, some reasons can be: bug fixing, performance improvements, added models in a family driver or necessary driver update to support backend feature among other reasons.

For maintaining we also have several options:

  • If it isn’t broke don’t fix it
  • Update on a regular basis.

Some HW manufacturers provide options to update drivers using utilities. If the driver is provided in an installer you can create an application, and deploy that application on a collection containing machines which have the old version of the driver which you want to update.

Tweet
Follow me
Tweet #WPNinjasNL

Continue Reading

← How to add Branding to your OS Deployment in ConfigMgr 2012 – Part 3: Create Compliance Baseline
Techdays NL 2013: ConfigMgr 2012: Notes from the field →

1 thought on “Best practices for Implementing drivers in ConfigMgr”

  1. Mick Pletcher (@mick_pletcher) says:
    January 14, 2013 at 12:52 am

    With the Dell systems, I am now only installing the system and network drivers. I have the Dell Client System Update installing in the as a task sequence so that it takes care of all the updates that are non-critical.

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Founding member of:

Recent Posts

  • MAM vs. MDM: Choosing the Right Mobile Management Approach
  • Comparing Web Filtering and Security: Microsoft Entra Internet Access (Global Secure Access) vs. Microsoft Defender for Endpoint (MDE)
  • Navigating New Authentication Methods: SMS for Password Reset, Not for MFA
  • From SPF to DANE: Securing Microsoft 365 Email Communications
  • Protecting your Break Glass accounts in Entra now that MFA gets enforced on more and more Admin portals

Books

System Center 2012 Service Manager Unleashed
Amazon
System Center 2012 R2 Configuration Manager Unleashed: Supplement to System Center 2012 Configuration Manager
Amazon
System Center Configuration Manager Current Branch Unleashed
Amazon
Mastering Windows 7 Deployment
Amazon
System Center 2012 Configuration Manager (SCCM) Unleashed
Amazon

Archives

  • February 2025
  • January 2025
  • September 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • September 2023
  • August 2023
  • February 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • May 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • August 2019
  • July 2019
  • November 2016
  • November 2015
  • June 2015
  • May 2015
  • November 2014
  • July 2014
  • April 2014
  • March 2014
  • February 2014
  • January 2014
  • November 2013
  • August 2013
  • April 2013
  • March 2013
  • January 2013
  • December 2012
  • November 2012
  • August 2012
  • July 2012
  • June 2012

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Categories

  • ABM (4)
  • Advanced Threat Protection (4)
  • Announcement (44)
  • Azure (3)
  • AzureAD (73)
  • Certification (2)
  • Cloud App Security (5)
  • Conditional Access (58)
  • Configuration Manager (24)
  • Entra (2)
  • Entra Id (8)
  • Events (14)
  • Exchange Online (9)
  • Identity Protection (5)
  • Intune (27)
  • Licensing (2)
  • Microsoft Defender (1)
  • Microsoft Defender for Endpoint (1)
  • Microsoft Endpoint Manager (35)
  • Mobile Application Management (4)
  • Modern Workplace (74)
  • Office 365 (10)
  • Overview (11)
  • Power Platform (1)
  • PowerShell (2)
  • Presentations (9)
  • Privileged Identity Management (5)
  • Role Based Access Control (2)
  • Security (63)
  • Service Manager (4)
  • Speaking (30)
  • Troubleshooting (4)
  • Uncategorized (11)
  • Windows 10 (15)
  • Windows 11 (5)
  • Windows Update for Business (4)
  • WMUG.nl (16)
  • WPNinjasNL (32)

Tags

#ABM #AzureAD #community #conditionalaccess #ConfigMgr #IAM #Intune #m365 #MEM #MEMCM #microsoft365 #modernworkplace #office365 #security #webinar #wmug_nl ATP authentication strength AzureAD Branding Community Conditional Access ConfigMgr ConfigMgr 2012 Email EXO Identity Intune Licensing M365 MCAS MFA Modern Workplace Office 365 OSD PIM Policy Sets Presentation RBAC roles Security System Center Task Sequence troubleshooting webinar

Recent Comments

  • brc on Protecting your Break Glass accounts in Entra now that MFA gets enforced on more and more Admin portals
  • [m365weekly] #186 – M365 Weekly Newsletter on MAM vs. MDM: Choosing the Right Mobile Management Approach
  • Dean Gross on Comparing Web Filtering and Security: Microsoft Entra Internet Access (Global Secure Access) vs. Microsoft Defender for Endpoint (MDE)
  • nikhil tech on Protecting your Break Glass accounts in Entra now that MFA gets enforced on more and more Admin portals
  • Kenneth on Comparing Web Filtering and Security: Microsoft Entra Internet Access (Global Secure Access) vs. Microsoft Defender for Endpoint (MDE)

This information is provided “AS IS” with no warranties, confers no rights and is not supported by the author.

Copyright © 2021 by Kenneth van Surksum. All rights reserved. No part of the information on this web site may be reproduced or posted in any form or by any means without the prior written permission of the publisher.

Shorthand: Don’t pass off my work as yours, it’s not nice.

©2025 Modern Workplace Blog | Powered by WordPress and Superb Themes!
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Cookie settingsACCEPT
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT