> For the complete documentation index, see [llms.txt](https://osd.osdeploy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://osd.osdeploy.com/docs/winse/import-modules.md).

# Import Modules

#### Let's say you include the OSD Module in WinSE, but its an old version, and you want to use an updated version.  Typically you would have to create an updated WinSE

## Add Modules to Media

#### OSD Module has an easy way to add an update.  Simply create a directory called Modules in the root of any Drive and add PowerShell Modules to it that you want to add

![](/files/-Lq07mGDTH3TSEhV56nm)

## OSDWinPE -Modules

#### Using the following PowerShell command will copy the Modules to the PowerShell Modules in System32

```
OSDWinPE -Modules
```

![](/files/-Lq0AS2RP1p2XVXYuBI5)

#### Now the next time you launch PowerShell, the added Modules will be available
