I created a launch executable task with the following parameters...
command = xcopy.exe
command line parameters = \\servername\volume\folder1\folder2\folder3\*.* C:\folder1\folder2 /E /I /Y
I tested the xcopy command at a command prompt and it worked fine.
I set the task to run as a dynamic administrator and I gave the dynamic administrator access to the folder on the server.
Ran the task and it returns this...
GenericActions::LaunchActionHandler::RemoteMachineConnectionFailure : The system could not find the environment option that was entered Please contact an administrator for more information
Any thoughts as to what the problem might be?