Access network share from within VBScript eg FileSystemObject
问题 Is there a good way to access network shares from within a VBS script, with alternative credentials (not the credentials with which the VBS script is running)? The intention is to perform two tasks: programmatically navigate a remote share file structure, in order to confirm that a couple of remote files exist, and copy one file over the other (both remote) copy files from a local drive (accessed with local username / permissions) to a remote drive (accessed with the alternate credentials) As