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

This function will perform the following actions in one step
Set-WIMExecutionPolicy -ImagePath "D:\WinPE\sources\boot.wim" -ExecutionPolicy Bypass


Last modified 2yr ago