This environment is a dev environment, so I am trying to create generic jobs/processes which can run in different deployments. We will be exporting the processes from the dev environment, then modifying them wrt server names etc and then deploying into UAT (Test) environments and finally into production, so I cannot make assumptions about the locations and or credentials.
To run VC under local system allows rogue jobs to be deployed which have then full access to the machine, we would prefer to run Vc with network service type credentials and protect the relevant resources with diff credentials.
After that mouthful, have confirmed though that we can execute successfully against a local UNC on the VC server if no credentials are specified.
regards