Windows 2003 Server "at" job "access is denied"

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Anyone else having these issues if you are not logged in as Administrator.

My user is part of the users/powerusers group. cmd.exe has the batch group
added aswel as my user. The local security settings have "log on as a batch
job" user added and still I am getting nowhere. I have checked all over the
internet and done most "work arounds" but the only work around i can see is
making this user part of the Admin group which is defeating the object.

Any help or feedback would be appreciated.
 
SteveAdcock said:
Anyone else having these issues if you are not logged in as Administrator.

My user is part of the users/powerusers group. cmd.exe has the batch group
added aswel as my user. The local security settings have "log on as a batch
job" user added and still I am getting nowhere. I have checked all over the
internet and done most "work arounds" but the only work around i can see is
making this user part of the Admin group which is defeating the object.

Any help or feedback would be appreciated.

Jobs scheduled with at.exe run under the System account by default,
which has no access to networked resources. Schedule your jobs
with the Task Scheduler instead, or specify a different account to be
used for the AT Service Account.
 
Back
Top