My workflow executes 12 Run Command tools. Each command is a simple call to powershell to retrieve the list of users in an Active Directory group.
An example of the command run by the tool: "powershell get-adgroupmember -identity myADgroupname > C:\raw_ADGroup.txt"
Everything has been functioning fine with the workflow but it takes a long time to execute. When I watch the execution I see only one Run Command active at a time. Is there something I can do to enable multiple Run Commands to execute in parallel?
Thanks!
