Hello,
I have a batch script on a remote computer. I need to invoke the script without giving the password and also invoke
batch should have network resources so that it would copy logs or files from remote machine to local server.
I tried with psexec
psexec -s \\servername command
After invoking a batch script Successfully, it doesn't copy logs to local server says access is denied. After googling I found
due to Impersonation of psexec it won't allow network resources. Giving username and password to psexec bat script working fine , but requirement is to achieve without giving password invoke the batch script and copy the logs