I am trying to add a task remotely to a computer on the same domain as mine.
schtasks /create /sc DAILY /tn remotask /tr C: /s <<othercomputerIP>>
It gives me: ACCESS DENIED.
Could this be lack of permissions? Because i tried:
schtasks /create /sc DAILY /tn remotask /tr C: /s <<othercomputerIP>> /ru [<<domain>>]<<username>> /rp <<password>>
and still gave me the same error.
What should I be checking before trying to add the task?
fyi: I am running this on a Admin cmd.
Gonçalo Figueiredo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.