Use the procedures and information in this topic to manage the device drivers that are required to deploy operating systems in your System Center 2012 Configuration Manager environment. The procedures include how to import device drivers into the driver catalog, how to add and remove device drivers for driver packages and boot images, how to create driver packages, and how to install drivers on computers during the installation of the operating system.

Use the following sections for more information about how to manage the driver catalog in Configuration Manager:

For information about planning how to use the driver catalog when you deploy operating systems, see Planning a Device Driver Strategy in Configuration Manager.

Managing Device Drivers

Use these procedures and additional information to manage device drivers to perform the following:

  • Import device drivers into the driver catalog.

  • Add or remove device drivers to and from driver packages and boot images.

  • Additional actions that manage device drivers.

How to Import Windows Device Drivers into the Driver Catalog

As part of the import process for the device driver, Configuration Manager reads the provider, class, version, signature, supported hardware, and supported platform information that is associated with the device. By default, the driver is named after the first hardware device that it supports; however, you can rename the device driver later. The supported platforms list is based on the information in the INF file of the driver. Because the accuracy of this information can vary, manually verify that the device driver is supported after it is imported into the driver catalog.

In addition, when you import device drivers into the catalog, you can add the device drivers to driver packages or to boot image packages.

Important
You cannot import device drivers directly into a subfolder of the Drivers node. To import a device driver into a subfolder, first import the device driver into the Drivers node, and then move the driver to the subfolder.

Use the following procedure to import Windows device drivers.

To import Windows device drivers into the driver catalog

How to Add and Remove Device Drivers That Are Associated with Driver Packages and Boot Images

Use the following procedures to modify driver packages and boot images. To add or remove device drivers, locate the drivers in the Drivers node, and then edit the packages or boot images that the selected drivers are associated with.

Use the following procedure to add or remove device drivers associated with a driver package.

To add or remove device drivers associated with driver packages

Use the following procedure to add or remove device drivers associated with a boot image.

To add or remove device drivers associated with a boot image

Additional Actions to Manage Device Drivers

You can perform additional actions to manage device drivers when you select one or more device drivers from the Drivers node. These actions include the following:

Action Description

Categorize

Clears, manages, or sets an administrative category for the selected device drivers.

Delete

Removes the device driver from the Drivers node and also removes the driver from the associated distribution points.

Disable

Prohibits the device driver from being installed. You can temporarily disable device drivers so that Configuration Manager client computers and task sequences cannot install them when you are deploying operating systems.

Enable

Lets Configuration Manager client computers and task sequences install the device driver when the operating system is deployed.

Move

Moves the device driver to another folder in the Drivers node.

Properties

Opens the Properties dialog box where you can review and change the properties of the device driver. For example, you can change the name and description of the device driver, enable the device driver, and specify which platforms the device driver can be run on.

Managing Driver Packages

Use the following procedure and additional information to create and manage driver packages.

How to Create Driver Packages

Use the following procedure to create a new driver package. You must add device drivers to a driver package and distribute them to distribution points before Configuration Manager clients can install the drivers.

Important
To create a driver package, you must have an empty network folder that is not used by another driver package. In most cases, you must create a new folder before you perform this procedure.
Note
When you use task sequences to install drivers, limit the number of drivers that are included in your driver packages.
  • For installing drivers on computers running Windows XP, create driver packages that contain fewer than 150 device drivers.

  • For computers running Windows Vista and later, create driver packages that contain less than 500 device drivers.

Use the following procedure to create a driver package.

To create a driver package

Additional Actions to Manage Driver Packages

You can perform additional actions to manage driver packages when you select one or more driver packages from the Driver Packages node. These actions include the following:

Action Description

Create Prestage Content file

Creates files that can be used to manually import content and its associated metadata. Use prestaged content when you have low network bandwidth between the site server and the distribution points where the driver package is stored.

Delete

Removes the driver package from the Driver Packages node.

Distribute Content

Distributes the driver package to distribution points, distribution point groups, and distribution point groups that are associated with collections.

Manage Access Accounts

Adds, modifies, or removes access accounts for the driver package.

For more information about Package Access Accounts, see Technical Reference for Accounts Used in Configuration Manager.

Move

Moves the driver package to another folder in the Driver Packages node.

Update Distribution Points

Updates the device driver package on all the distribution points where the package is stored. This action copies only the content that has changed after the last time it was distributed.

Properties

Opens the Properties dialog box where you can review and change the content and properties of the device driver. For example, you can change the name and description of the device driver, enable the device driver, and specify on which platforms the device driver can be run.

How to Install Device Drivers on Computers by Using Task Sequences

You can add steps to task sequences that install device drivers on the destination computer during the operating system deployment. You can specify the device drivers to install, or you can let Configuration Manager search the driver categories to determine the drivers to install. For more information about task sequences, see Planning a Task Sequences Strategy in Configuration Manager.

Use the following procedure to install device drivers as part of the operating system deployment. You can use the one of the following Driver task sequence steps:

To install device driver by using task sequences

See Also