Today we are going to install the model-specific driver packages using PowerShell script. The advantage of using this method of driver installation during the Operating System deployment is to reduce the overall Task Sequence deployment time, This method is more suitable if you have multiple hardware devices with multiple vendors (Dell, HP, Lenovo, Microsoft, etc...)
In order to achieve this method follow the below steps.
1. Create the folder structure as below.
a. Vendor\Hardware model\
2. Download the specific hardware model driver package from the vendor website and extract the cab files.
3. Archive/Zip all the extracted drivers into one single folder called "Drivers.zip".
4. Copy DISM folder from ADK installed machine and place into the "Vendor\Hardware model\"
path of DISM-(C:\Program Files (x86)\Windows Kits\<version>\Assessment and Deployment Kit\Deployment Tools\10\DISM)