cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
jakobsachs
Level 3

Execute ps1 script

Jump to solution

Hi.
I want to run a PowerShell script in the background during my installation and i haven't found any documentation/guides on how to do this. I tried the 'Execute Target File' action but that didn't seem to have worked.

Whats the intended way to launch these ?

Thanks for the help. 

0 Kudos
(1) Solution
jakobsachs
Level 3

Update:

Incase anyone has the same issue as me.

The way i managed to run PowerShell Scripts was by using the "Execute Script/Batch file" Action and just calling the powershell script like:

powershell .\my_scripy.ps1 "arguments"

View solution in original post

0 Kudos
(1) Reply
jakobsachs
Level 3

Update:

Incase anyone has the same issue as me.

The way i managed to run PowerShell Scripts was by using the "Execute Script/Batch file" Action and just calling the powershell script like:

powershell .\my_scripy.ps1 "arguments"

0 Kudos