Hello, I am wondering whether is it possible to replace orchestrator with PowerShell or at least with PowerShell Workflow. All my runbooks in Orchestrator are written in PowerShell object. So I am using Orchestrator only to manage flow, nothing else. Will glad to know the approach for the same.
Not really. PowerShell doesn’t provide the actual orchestration. You’d end up building a ton of custom tooling.
Thanks for your reply Sir Don