# IntelPack MDT

When starting with **OSDDrivers**, the first step is to Download and Pack the **IntelDisplay** and **IntelWireless** Drivers using **`Save-IntelPack`**

There are two required Parameters that you will need to provide.  The first is **`AppendName`** which I set to **MDT** and the second is **`WorkspacePath`** which I set to **D:\OSDDrivers**.  I also want to limit this to Windows 7 only so I will add the **`OsVersion`** parameter.  This results in the following Command Line

```
Save-IntelPack -AppendName MDT -WorkspacePath D:\OSDDrivers -OsVersion 6.1 -Pack
```

This will bring up a **GridView** where I can multi-select the Drivers that I want to include.  I'll make sure to deselect any Driver that is compatible with Windows 10.  After making my selection, I'll press OK

![](https://90615321-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LiHEYdqDT_SC0vbQ-Uh%2F-LmjaBdu09kJ_T4ZmwUm%2F-LmjbtO8xpdGFDK7_dkO%2Fimage.png?alt=media\&token=81809574-6587-4eaf-a6be-042dc4ac5871)

This will download the IntelWireless Drivers and Package them in CAB files

![](https://90615321-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LiHEYdqDT_SC0vbQ-Uh%2F-LmjaBdu09kJ_T4ZmwUm%2F-LmjcR6AFsM5uJuNsS3b%2Fimage.png?alt=media\&token=b791e795-6cad-4cb8-8e69-fa590dd2cbd2)

These will be saved in my **Workspace Packages** directory.  Its easy to see from the file names that I have nothing compatible with Windows 10

![](https://90615321-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LiHEYdqDT_SC0vbQ-Uh%2F-LmjaBdu09kJ_T4ZmwUm%2F-Lmjck6c7CHoH96AU4SV%2Fimage.png?alt=media\&token=23818030-d0a8-47dd-8e79-102d7075842a)
