For some reason, I'm getting the following error off-and-on as I work with VCO. It happens when I call the openSession action in a workflow that is use Powershell in.
Receive timed out (Dynamic Script Module name : openSession#52994)
The error seems to go away after awhile, but it always comes back. I've searched a number of places for the solution and I'm baffled.
I'm pretty confident the error is only within VCO or the plugin because if I remote into the Powershell host from another machine using Powershell, I connect without issues.
My powershell host is setup using WSMan, Kerberos, and SSL with a hard-coded domain account username and password. The domain account is a local admin on the powershell host.
When I remote in from another machine to test, I use:
Enter-PSSession -Computername vcohost.domain.com -Authentication Kerberos -Usessl -Credential (Get-Credential)
Anyone ever run into this?