☁️
OSDCloud.com
OSDeploy.comTwitter
  • About
  • Contributors
    • Damien Van Robaeys | MVP
    • Ákos Bakos
    • David Segura | MVP
    • Gary Blok
    • Jérôme Bezet-Torres | MVP
  • OSDCloud
    • Local Setup
      • OSDCloud Template
        • Build Process
        • Logs
        • Named Templates
        • WinRE WiFi
        • Public Content
        • Languages
        • Cumulative Updates
        • ISO Boot Media
        • Universal WinPE
      • OSDCloud Workspace
        • Get-OSDCloudWorkspace
        • Set-OSDCloudWorkspace
        • New-OSDCloudWorkspace
          • Restore from ISO
          • Restore from ISO URL
          • Restore from USB
        • Update-OSDCloudWorkspace
        • Configuration Files
      • OSDCloud WinPE
        • Default Wallpaper
        • Wallpaper
        • Drivers
        • PSModule
        • Startup
      • OSDCloud ISO
      • OSDCloud USB
        • New-OSDCloudUSB
        • Update-OSDCloudUSB
        • USB Drives
        • Secure USB Drives
      • 🚧OSDCloud VM
        • Get-OSDCloudVMDefaults
        • Get-OSDCloudVMSettings
        • Set-OSDCloudVMSettings
        • Reset-OSDCloudVMSettings
        • New-OSDCloudVM
    • Deployment
      • WinPE
        • Start-OSDCloud
          • OS Parameters
          • ZTI
        • Start-OSDCloudGUI
          • Parameters
          • Defaults
          • Global Variable
          • Customize
        • Start-OSDCloud Wrapping
      • First Boot
      • OOBE
      • Windows
  • Sandbox
    • OSDCloud
      • sandbox.osdcloud.com
      • WinPE Usage
      • OOBE Usage
      • Functions
    • OSDCloud Azure
      • az.osdcloud.com
    • WinPE Downloads
  • OSDCloud Automate
    • 🆕Basic Configuration
    • 🆕OSDCloudGUI Defaults
    • 🆕Autopilot
    • 🆕Provisioning
      • 🆕Windows Configuration Designer
      • 🆕MSI Application PPKG
      • 🆕Bulk Enroll PPKG
      • 🆕PowerShell Script PPKG
    • 🚧Scripts
  • OSDCloud Azure
    • Azure Setup
      • Azure Portal
        • Storage Accounts
        • Storage Containers
          • BootImage
          • DriverPack
        • Storage Access Control (IAM)
      • Infrastructure As Code
        • Prerequisites
        • Technicien
        • Workspace
        • Bicep
        • Terraform
        • Configure Azure
    • Deployment
      • Testing
      • OSDCloudRE Azure
    • Deep Dive
      • Cloud Functions and Scripts
      • Connect Azure in WinPE
      • Azure Tags
      • Log Files
  • Offline Deployment
    • ISO: Adding a WIM
  • Integration
    • ADK: Use the OSDCloud Boot.wim
    • MDT: Use the OSDCloud Boot.wim
    • MDT: Add OSDCloud WinPE Drivers
    • MDT: Use OSDCloud DriverPacks in a Task Sequence
    • OSDCloud IPU
      • Windows In-place Upgrades
      • Windows Media Download
  • Archive
    • 💡Tips
      • 🆕Media Cleanup
      • Firmware Update
      • Quick Setup
    • 🌎Community
      • OSDCloud: The ZTI Way
      • OSDCloud - Image devices without need of infrastructure
      • Trying out Windows 10 Deployment with OSDCloud
      • Deploying Windows 10 to bare metal devices with just WinPE & internet
    • 💔Under Review
      • ISO
      • WIM
    • 🪦Recycle Bin
      • Release Notes
      • Enable-OSDCloudODT
      • Deploy
        • OOBE Phase
      • Guides
        • OSDCloud WIM
        • Custom OSDCloud
        • AutoPilot
          • AutoPilot Configuration File
          • AutoPilot in Audit Mode
          • AutoPilot in OOBE
        • WiFi
      • OOBE
        • Start-OOBE.settings
        • Start-OOBE.wifi
        • Start-OOBE.autopilot
      • Concepts
        • K.I.S.S.
        • OSD Disks Logically
        • Office365 Specialize
        • Specialize DriverPacks
        • Model Reference Image
        • MDT OSDCloud DriverPacks
        • MDT DriverPacks
      • Blob SAS URL
      • Storage Containers (Public)
Powered by GitBook
On this page
  • Import HP Drivers
  • Import All Drivers
  • Import a Driver by HardwareID
  • Out-of-Box Drivers
  • Selection Profile
  • Deployment Share Update

Was this helpful?

Export as PDF
  1. Integration

MDT: Add OSDCloud WinPE Drivers

Requires OSD 22.10.7.2+

You can add WinPE Drivers to MDT using Import-OSDCloudWinPEDriverMDT. This function can automatically import the following Manufacturer drivers into MDT

  • Dell

  • HP

  • Lenovo

  • Microsoft Surface

  • Nutanix

  • VMware

Additionally, the following Hardware Drivers can also be added

  • Intel Ethernet

  • Intel Wireless (Requires WinPE created with WinRE)

  • Generic USB

  • by HardwareID (Microsoft Catalog)

Its a good idea to update your WinPE Drivers from time to time to ensure you have the latest. Simply delete the OSDCloud WinPE x64 folder from Out-of-Box Drivers and repeat this process

Import HP Drivers

In this example, I'll import the HP WinPE DriverPack using the following command

Import-OSDCloudWinPEDriverMDT -Driver HP

This will download the current HP Client Windows PE 10 x64 Driver Pack, expand the contents, and add it to Out-of-Box Drivers

Import All Drivers

In this example, I'll import all available Drivers to MDT using the following command

Import-OSDCloudWinPEDriverMDT -Driver *

Import a Driver by HardwareID

You can also import an individual Driver by using a simiar command line to the example below

Import-OSDCloudWinPEDriverMDT -DriverHWID 'VEN_10EC&DEV_5261'

Out-of-Box Drivers

Drivers will be added to Out-of-Box Drivers automatically in a folder called OSDCloud WinPE x64

Selection Profile

A new Selection Profile named OSDCloud WinPE x64 will be created containing all the Drivers

Deployment Share Update

Now is a good time to set your WinPE Selection Profile in your MDT Deployment Share properties to OSDCloud WinPE x64. Once this is complete, you can Update Deployment Share to add the WinPE Drivers to your Boot Image

PreviousMDT: Use the OSDCloud Boot.wimNextMDT: Use OSDCloud DriverPacks in a Task Sequence

Last updated 2 years ago

Was this helpful?

Import-OSDCloudWinPEDriverMDT -Driver HP
Import-OSDCloudWinPEDriverMDT -Driver *
Import-OSDCloudWinPEDriverMDT -DriverHWID 'VEN_10EC&DEV_5261'
Include all drivers from the selection profile
Update Deployment Share
Completely regenerate the boot images