I need to execute a job on a remote server. Apparently, remote execute does not support UNC paths. Therefore, I need to map a drive with VC prior to executing the program. The only way I could get the drive mapping to work is to pass credentials on the net use command line. This is not a good solution since the credentials are exposed. What is the recommended way of doing this?