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?