Hello,
I am trying to run the following command within a domain using an account with Domain Admin on to computers within the domain:
psexec64 @pcs.txt -u domain\adminaccount "\\server\share\file.cmd"
I enter the password when prompted and PsExec attempts to connect to the hostnames in my .txt but it just returns:
PsExec could not start \\server\share\file.cmd on COMPUTERNAME
Logon failure: the user has not been granted the requested logon type at this computer.
I would appreciate your assistance.
Thank you.