# Get-DeployROEMDriverPack

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.&#x20;

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.&#x20;

<figure><img src="https://744643921-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJO9NLelA0RS8JB4i9oaQ%2Fuploads%2FxYhxFTrLDuhW9sxWeh9l%2Fimage.png?alt=media&#x26;token=25283e38-8c32-4798-a42a-544aac0cc127" alt=""><figcaption></figcaption></figure>

The function requires several paramaters passed to it, which it will display for you if not provided:

### Manufacturer

By running the function with no parameters, it will list you the available options for the manufacturer parameter

<figure><img src="https://744643921-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJO9NLelA0RS8JB4i9oaQ%2Fuploads%2FwBWDSyrxwjoo94NATD15%2Fimage.png?alt=media&#x26;token=f9fd9e91-7210-4287-9e3e-23b7da16228c" alt=""><figcaption></figcaption></figure>

### Model

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.&#x20;

<figure><img src="https://744643921-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJO9NLelA0RS8JB4i9oaQ%2Fuploads%2FLWpxBVT4qIQNpyYaZQHK%2Fimage.png?alt=media&#x26;token=24d88740-8571-4b9f-8335-67c87d23cd08" alt=""><figcaption></figcaption></figure>

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.

<figure><img src="https://744643921-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJO9NLelA0RS8JB4i9oaQ%2Fuploads%2FT8zNyOl7hmfffLIUM7bq%2Fimage.png?alt=media&#x26;token=e40d4541-5c5f-45ec-97e8-23fb9256b23b" alt=""><figcaption></figcaption></figure>

### OS

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.

<figure><img src="https://744643921-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJO9NLelA0RS8JB4i9oaQ%2Fuploads%2F1o2E0fVhKrxl8oXShzSZ%2Fimage.png?alt=media&#x26;token=c0c1fc22-9331-4ff8-a0e4-d8440e37e883" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://744643921-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJO9NLelA0RS8JB4i9oaQ%2Fuploads%2FbSe0pE7mUaymBocpiQSw%2Fimage.png?alt=media&#x26;token=e072e1d5-f827-4155-9da2-3a4ee6ad4b98" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://744643921-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJO9NLelA0RS8JB4i9oaQ%2Fuploads%2FDQiqnG2BkLwweVBoCQ1k%2Fimage.png?alt=media&#x26;token=70324423-9569-4a6c-82fa-3847f3899ca9" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://744643921-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJO9NLelA0RS8JB4i9oaQ%2Fuploads%2FaVahV4KTZ23AtKXLq2UP%2Fimage.png?alt=media&#x26;token=a1eeae10-fb70-440c-afc0-c367330b5c0a" alt=""><figcaption></figcaption></figure>

<figure><img src="https://744643921-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJO9NLelA0RS8JB4i9oaQ%2Fuploads%2FqKP1vH7Fprv6AaqcFEdl%2Fimage.png?alt=media&#x26;token=0a609f7b-f78d-4529-b941-785da590dded" alt=""><figcaption></figcaption></figure>

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