Hi
Powershell is able to execute that string to get a process on a remote server:
get-process "chromedriver" -computername "didbnt12.zg.ch"
Somehow, VisualCron is not able to execute it:
ExecuteProcess("C:\Program Files (x86)\VisualCron\\TaskPowerShellx86.exe" 20145)->System.Management.Automation.PSArgumentException: Cannot process argument because the value of argument "name" is invalid. Change the value of the "name" argument and run the operation again.
at System.Management.Automation.Runspaces.CommandParameter..ctor(String name, Object value)
at System.Management.Automation.Runspaces.CommandParameterCollection.Add(String name, Object value)
at TaskPowerShell.PowerShellTaskClass.Run(ProcessPowerShellTaskInfoClass ti, StringBuilder& sbResultObject)
Exception in Task: ExecuteProcess("C:\Program Files (x86)\VisualCron\\TaskPowerShellx86.exe" 20145)->System.Management.Automation.PSArgumentException: Cannot process argument because the value of argument "name" is invalid. Change the value of the "name" argument and run the operation again.
at System.Management.Automation.Runspaces.CommandParameter..ctor(String name, Object value)
at System.Management.Automation.Runspaces.CommandParameterCollection.Add(String name, Object value)
at TaskPowerShell.PowerShellTaskClass.Run(ProcessPowerShellTaskInfoClass ti, StringBuilder& sbResultObject)
Is there someone that can help?
Regards Dominic