windows-itpro-docs/windows/deployment/deploy-windows-sccm/add-drivers-to-a-windows-10-deployment-with-windows-pe-using-configuration-manager.md
2019-12-20 16:29:18 -05:00

7.0 KiB

title, description, ms.assetid, ms.reviewer, manager, ms.author, keywords, ms.prod, ms.localizationpriority, ms.mktglfcycl, ms.sitesec, audience, author, ms.date, ms.topic
title description ms.assetid ms.reviewer manager ms.author keywords ms.prod ms.localizationpriority ms.mktglfcycl ms.sitesec audience author ms.date ms.topic
Add drivers to a Windows 10 deployment with Windows PE using Configuration Manager (Windows 10) Learn how to configure the Windows Preinstallation Environment (Windows PE) to include required network and storage drivers. 97b3ea46-28d9-407e-8c42-ded2e45e8d5c laurawi greglin deploy, task sequence w10 medium deploy library itpro greg-lindsay 07/27/2017 article

Add drivers to a Windows 10 deployment with Windows PE using Configuration Manager

Applies to

  • Windows 10 versions 1507, 1511

Important

For instructions to deploy the most recent version of Windows 10 with Configuration Manager, see Scenarios to deploy enterprise operating systems with System Center Configuration Manager. Configuration Manager 2012 and 2012 R2 provide support for Windows 10 versions 1507 and 1511 only. Later versions of Windows 10 require an updated Configuration Manager release. For a list of Configuration Manager versions and the corresponding Windows 10 client versions that are supported, see Support for Windows 10 for System Center Configuration Manager.

In this topic, you will learn how to configure the Windows Preinstallation Environment (Windows PE) to include the network drivers required to connect to the deployment share and the storage drivers required to see the local storage on machines. Even though the Windows PE boot image and the Windows 10 operating system contain many out-of-the-box drivers, it is likely you will have to add new or updated drivers to support all your hardware. In this section, you import drivers for both Windows PE and the full Windows 10 operating system.

For the purposes of this topic, we will use CM01, a machine running Windows Server 2012 R2 Standard that is a member of the domain contoso.com for the fictitious Contoso Corporation. For more details on the setup for this topic, please see Deploy Windows 10 with the Microsoft Deployment Toolkit.

Add drivers for Windows PE

This section will show you how to import some network and storage drivers for Windows PE. This section assumes you have downloaded some drivers to the E:\Sources\OSD\DriverSources\WinPE x64 folder on CM01.

  1. On CM01, using the Configuration Manager Console, in the Software Library workspace, right-click the Drivers node and select Import Driver.

  2. In the Import New Driver Wizard, on the Specify a location to import driver page, below the Import all drivers in the following network path (UNC) option, browse to the \\CM01\Sources$\OSD\DriverSources\WinPE x64 folder and click Next.

  3. On the Specify the details for the imported driver page, click Categories, create a category named WinPE x64, and then click Next.

  4. On the Select the packages to add the imported driver page, click Next.

  5. On the Select drivers to include in the boot image page, select the Zero Touch WinPE x64 boot image. Also select the Update distribution points when finished check box, and click Next twice.

Add drivers to Windows PE

Figure 21. Add drivers to Windows PE

Note

The Updating Boot Image part of the wizard will appear to hang when displaying Done. It will complete in a minute or two.

Add drivers for Windows 10

This section illustrates how to add drivers for Windows 10 through an example in which you want to import Windows 10 drivers for the HP EliteBook 8560w model. For the purposes of this section, we assume that you have downloaded the Windows 10 drivers for the HP EliteBook 8560w model and copied them to the E:\Sources\OSD\DriverSources\Windows 10 x64\HP EliteBook 8560w folder on CM01.

  1. On CM01, using the Configuration Manager Console, right-click the Drivers folder and select Import Driver.

  2. In the Import New Driver Wizard, on the Specify a location to import driver page, below the Import all drivers in the following network path (UNC) option, browse to the \\CM01\Sources$\OSD\DriverSources\Windows 10 x64\HP EliteBook 8560w folder and click Next.

  3. On the Specify the details for the imported driver page, click Categories, create a category named Windows 10 x64 - HP EliteBook 8560w, and then click Next.

    Create driver categories

    Figure 22. Create driver categories

  4. On the Select the packages to add the imported driver page, click New Package, use the following settings for the package, and then click Next:

    • Name: Windows 10 x64 - HP EliteBook 8560w

    • Path: \\CM01\Sources$\OSD\DriverPackages\Windows 10 x64\HP EliteBook 8560w

    Note

    The package path does not yet exist, so you have to type it in. The wizard will create the new package in that folder.

  5. On the Select drivers to include in the boot image page, do not select anything, and click Next twice. After the package has been created, click Close.

    Note

    If you want to monitor the driver import process more closely, you can open the SMSProv.log file during driver import.

    Drivers imported and a new driver package created

    Figure 23. Drivers imported and a new driver package created

Integrate Configuration Manager with MDT

Prepare for Zero Touch Installation of Windows 10 with Configuration Manager

Create a custom Windows PE boot image with Configuration Manager

Add a Windows 10 operating system image using Configuration Manager

Create an application to deploy with Windows 10 using Configuration Manager

Create a task sequence with Configuration Manager and MDT

Deploy Windows 10 using PXE and Configuration Manager

Refresh a Windows 7 SP1 client with Windows 10 using Configuration Manager

Replace a Windows 7 SP1 client with Windows 10 using Configuration Manager