ISC Workflow - PTA - Launch PowerShell Script

Idea - Launch an on-prem powershell script using Workflow PTA and Credential Provider.
Something that would mimic:
PsExec.exe \192.168.1.10 -u admin -p P@ssw0rd c:\scripts\dailyLongLoopJob.ps1

PTA is a great start, what are the plans for expanding capabilities?

One long pole with existing customers moving from IIQ to ISC is their often extensive library of tasks in IIQ that do a variety of jobs. These typical beanshell tasks benefit from IIQ logging, reporting, and audit framework.

ISC equivalent is typically building PS versions and leveraging API and/or CLI for interaction with the product in a disconnected fashion.

What if in ISC workflow (scheduled or otherwise), PTA allowed us to remote execute an on-prem server PowerShell script? And what if these scripts could send events to the audit log through CLI/API while executing, along with task completion status details?

If we can start/stop a service now, adding this feature shouldn’t be much harder right?

2 Likes

@colin_mckibben could you please see if this could be a possible feature as it would make it much eaiser than using a rule to trigger a PS script. I have written rules in the past to trigger the ps script but it would be much more user friendly and easier to have a similar feature as the one suggested.

:+1:

This would be a great add on to PTA workflows in ISC.

@questjj
+1

That’s a good Idea indeed