This repository was archived by the owner on May 28, 2021. It is now read-only.

Description
I am a faily newb to Powershell.
I can't for the life of me run this script from inside of an elevated powershell prompt using a simple command like
PS c:> .\win10.ps1 -include c:\temp\win10.psm1 -preset c:\temp\default.preset
I get no response. It works if I use the ..: Start-Process Powershell.exe... from the docs
Am I calling the function wrong somehow?