Hi
i ve created a powershell task to launch a script on a remote server
Task type :
PowershellScope :
Authentication : Default
Hostname : Remote_server
Port 5985Script
Powershell file : file on the remote server
I have enable and configure PSremote so i can connect from the CRON server to the remote server by PSSession
here the issue i have
04:00:00: Server->Execute path: C:\Program Files (x86)\VisualCron\\PowerShell\TaskPowerShell.exe
04:00:00: Server->Executing Task process
04:00:00: Server->Executing Task process exited with exit code: 267there is a '\\' in the execute path to powershell ..?
thanks