I need to run a Powershell script with parameters in the toolkit. I can run it without parameters and its fine. How do I include parameters?
This is the code
Execute-Process -Path "$PSHOME\powershell.exe" -Parameters "-file `"$dirFiles\Invoke-AppDeploy.ps1`"" -Wait