Set-WimExecutionPolicy
You can't do much in PowerShell without setting the ExecutionPolicy

Example
This function will perform the following actions in one step
Mount-WindowsImageOSD
Dismount-WindowsImageOSD -Save


Last updated
Was this helpful?