Copy-PSModuleToWim
Last updated
Was this helpful?
Was this helpful?
Copy-PSModuleToWim -ImagePath 'C:\Media\boot.wim' -Name OSD
Copies the latest installed OSD module into index 1 of boot.wim.Copy-PSModuleToWim -ImagePath 'C:\Media\boot.wim' -Index 2 -Name OSD -ExecutionPolicy RemoteSigned
Copies modules to image index 2 and sets execution policy in the mounted image.