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
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-OSDCloudWinPEDriverMDT -Driver HP
In this example, I'll import all available Drivers to MDT using the following command
Import-OSDCloudWinPEDriverMDT -Driver *

Import-OSDCloudWinPEDriverMDT -Driver *
You can also import an individual Driver by using a simiar command line to the example below
Import-OSDCloudWinPEDriverMDT -DriverHWID 'VEN_10EC&DEV_5261'

Import-OSDCloudWinPEDriverMDT -DriverHWID 'VEN_10EC&DEV_5261'
Drivers will be added to Out-of-Box Drivers automatically in a folder called OSDCloud WinPE x64

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

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

Include all drivers from the selection profile

Update Deployment Share

Completely regenerate the boot images

