Hi there
Ā
Im wondering if its possible for the powershell orch app to be able to call a pre-built script and pass parameters to it.
I have a few scripts that would be ideal to now turn into Service requests but the scripts all have built in creds (using encrytion), which ive seen the Powershell App struggles with.Ā But if i can call my script and simply pass some parameters to it then it āshouldā work.Ā The scripts are stored on the Server we installed FS Orch on
and egample of what im looking for is
execute command
.\nameofscript.ps {{ticket.id}}Ā {{ticket.from_email}}
this would call the script and pass āticket idā and āTicket from Emailā as the params