Re: set up a scheduled task on windows 2003
Hi,
You can use any account you want to run scheduled task. Permissions that are
required to run the task will depend on what the scheduled task needs to do.
E.g. if you want to write a log to a specific folder, the account would need
write permissions (NTFS permissions) on that folder.
I hope this helps,
--
Mike
Microsoft MVP - Windows Security
"beachboy" <jpsteambun@xxxxxxxxxxxx> wrote in message
news:O5YD0%2381GHA.476@xxxxxxxxxxxxxxxxxxxxxxx
when i create a scheduled task on windows, it always ask for administrator
login and pwd to run the scheduled task,
can i assign another userid to do that bcoz i always miss to update the
password for scheduled task after administrator password changed. Which
permission group i need to assign to that new userid for scheduled task?
Thanks in advanced
.
Relevant Pages
- Re: Scheduled Tasks - Strange Permissions Issue
... I did know about this issue and assigned that user the right security permissions on cmd.exe. ... They appear to run and don't issue any errors in the scheduled tasks log, yet they seem to be having permissions problems. ... However, the application that I'm running via the Scheduled Task has its own log which states, "Access is denied". ... Logon Failure: ... (microsoft.public.windows.server.security) - Re: Scheduled Task on Client PC with NT AUTHORITY/SYSTEM account f
... I've added the scheduled task user account to various groups: ... and Internet Users, then Power Users, then Administrators. ... I thought this might have to do with network permissions and ... (microsoft.public.windows.server.sbs) - Re: ActiveX Permission Denied Error from Sch Task
... Setting permissions in DCom worked. ... The account I was using to launch the ... > Try using dcomcnfg.exe to set the permissions on the ActiveX EXE, ... > it run under a specific account (different to that of the scheduled task) ... (microsoft.public.vb.com) - RE: Question for the higher level techs - Logon authentn for services
... using domain admin credintials in all operations is a bad ... permissions you need. ... make sure that the admin account is listed in the DACL of this user/group/... ... > This scheduled task needs to run unattended and running it using the "System ... (microsoft.public.windows.server.general) - Re: Mapping with CreateProcess
... What user are you running your task under; what are the permissions? ... possible the user might not have appropriate priviledges to create the ... when I attempt to use this console app from a scheduled task, ... (microsoft.public.dotnet.framework.interop) |
|