required rights for a scheduled tasks to run

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

Guest

Is it possible to have a scheduled task to run with restricted user rights
(i.e. without Admin rights) ??
 
epo said:
Is it possible to have a scheduled task to run with restricted user rights
(i.e. without Admin rights) ??

Each time you create a task in the Task Scheduler (via the Control
Panel), it prompts you for an account name to be used for that
task. Use an account name without admin rights!
 
I tried using a restricted account but still get access denied in the task
logs when I tried to schedule the task. I can log on as that restricted user
and execute the script manually and it works.
Not sure for scheduled tasks, if it needs any special rights (i.e in local
policy). Any ideas ?
 
Did you try logging on as an administrator while scheduling
the task?

You may have to allow the selected account to "Log on as a service".
This is one of the many settings in the local policy under "User Rights
Assignments".
 
Not to forget 'Logon as batch job'

Also if it involves network resources, make sure the user account has
permissions to the resources and also use UNC paths as mapped drives won't
exist when no one is logged on.

Scheduled Tasks|Advanced|View Log may provide some details.


--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
|I tried using a restricted account but still get access denied in the task
| logs when I tried to schedule the task. I can log on as that restricted
user
| and execute the script manually and it works.
| Not sure for scheduled tasks, if it needs any special rights (i.e in local
| policy). Any ideas ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top