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

OSDWinPE -Modules

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

OSDWinPE -Modules

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

Last updated