I have been tasked to take a PowerShell script that performs the complete DECOM process for a client I am working with. I have created a workflow that will go out and get a list of the approved Changes and create a file that the powershell script will use for the process. That is working great but once I connect to the server that hosts these scripts via the powershell plugin and start the script, the script starts and then hangs. I think I am getting stuck on the multiple hop issues since the powershell is making calls so all shorts of places during the process.
So any ideas on how I can get that script to run?