I am attempting to run a batch file on a remote machine and I am getting "Access DENIED". I am logged in as a domain administrator and have the appropriate permissions on the remote machine. My syntax is as follows:
psexec \\remotemachine \\storageserver\share\batc
hfile.bat cmd -i
Also tried without cmd -i and it still isn't working. The batch file is only importing a registry entry in silent mode. I would like to know how to do this to deploy any other future scripts (bat or vbs) as well.
Start Free Trial