Deploy-Application.exe - Execute Powershell-Command

Hello,

if youre new to the toolkit, here is a nice guide you can take a look at - Great beginners guide to PSAppDeployToolkit

When it comes to your question, you are not forced to use Execute-Process but it is recommended to do so since it offers many good features.

You could use it this way:

Execute-Process -Path "powershell.exe" -Parameters "-ExecutionPolicy Bypass -WindowStyle Hidden -File Decrypt.ps1 1,0,5,9,56,34,254,211,4,4,2,23,42,54,33,200,1,34,2,7,6,9,35,37" -CreateNoWindow $true
1 Like