I have a simple batch file composed of the command "dir > test.log" that I am trying to remote execute on a server and use a mapped drive as the working directory. If I use the local drive as the working directory, it works fine, if I use the mapped network drive I set up I get:
The process was not started successfully. Start code: 8. Unknown failureException in Task: Non zero exit code
The credentials I am using have access to all these resources and I have local login unchecked. Any guess how I can test this further to get more information?