> For the complete documentation index, see [llms.txt](https://documentation.2pintsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.2pintsoftware.com/deployr/1.2/powershell-modules/scripting-for-deployr-server/automating-content-item-creation/get-deployroemdriverpack.md).

# 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="/files/VnBsoWP9nOhbKBDwQ7xF" 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="/files/HrRnxXEb8tVhY2Y4WKec" 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="/files/GqEMwg0Qbejx78dxaEGz" 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="/files/3X9O0etZzhEXgzzxwwQR" 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="/files/pGwyyBg2TELo2Vqigm24" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/reMPlowbzfKxfZIVAMkx" 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="/files/OFZHeOcLWJ98oWPLGe3X" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/SapVDidpZXvgCYshosLx" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/mUVixABMLoST5yz9cUtI" alt=""><figcaption></figcaption></figure>

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.2pintsoftware.com/deployr/1.2/powershell-modules/scripting-for-deployr-server/automating-content-item-creation/get-deployroemdriverpack.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
