I'm running a powershell script to a remote server and the script works fine outside of VC but when I run it in VC, it gives me the following error:
ExecuteProcess("C:\Program Files (x86)\VisualCron\\PowerShell\TaskPowerShell.exe" 401289574)->System.NotSupportedException: Specified method is not supported.
at System.Management.Automation.Internal.PSDataCollectionPipelineReader`2.ReadToEnd()
at TaskPowerShell.PowerShellTaskClass.Run(ProcessPowerShellTaskInfoClass ti, StringBuilder& sbStandardOut, StringBuilder& sbStandardError, Boolean& bolResult)
ExecuteProcess("C:\Program Files (x86)\VisualCron\\PowerShell\TaskPowerShell.exe" 401289574)->Unhandled execution error: System.NotSupportedException: Specified method is not supported.
at TaskPowerShell.PowerShellTaskClass.Run(ProcessPowerShellTaskInfoClass ti, StringBuilder& sbStandardOut, StringBuilder& sbStandardError, Boolean& bolResult)
The script just runs a mongodump on the local of the remote machine. I'm on Version 8.2.7.