Get-DeployROEMDriverPack
This page is going to cover the new Function available in DeployR 1.1. This ability will be native in the dashboard in a future release, allowing you to pick and choose which ones to import directly.
Last updated
This page is going to cover the new Function available in DeployR 1.1. This ability will be native in the dashboard in a future release, allowing you to pick and choose which ones to import directly.
The Get-DeployROEMDriverPack function, along with the Import-DeployROEMDriverPack function will allow you to easily import a driver pack from the 2Pint's OEM Driver pack catalog that is updated regularly, the same catalog that is used in the "Inject drivers from cloud" step.
Remember to first import the module, then Connect-DeployR to auth to allow this to work and make sure you're doing it from the DeployR server directly.

The function requires several paramaters passed to it, which it will display for you if not provided:
By running the function with no parameters, it will list you the available options for the manufacturer parameter

By running the function with a specific manufacturer, it will provide a list of the supported models that can be used with the model parameter.

When model is added, it will return the latest driver pack available, defaulting to Windows 11, even if a Windows 10 driver pack is available, if you want to check for a Windows 10 driver pack, use the OS parameter.

Options for this are 'Windows 10' or 'Windows 11'
In this example, for the Latitude 7410, without providing an OS parameter, it defaulted to Windows 11 driver pack being provided as shown previously, but you can check for a Windows 10 by specifying the OS parameter and feeding it 'Windows 10', as in the example below.

Once it's returning the desired driver pack, pipe that to "Import-DeployROEMDriverPack" function.

This command will complete imediatly in the console, as it triggers background processes. You can confirm things are working by watching taskmgr and looking at the DeployR Temp folder

Once the process is complete, it will show up in the dashboard:


Now this driver pack will be automatically used on the Latitude 7410 devices when the "inject drivers" step is run.
Last updated

