Re: rights of a user to run the service "task scheduler"
From: Karl Levinson [x y] mvp (levinson_k_at_despammed.com)
Date: 07/30/03
- Next message: Karl Levinson [x y] mvp: "Re: Strange ports open"
- Previous message: Sandi - Microsoft MVP: "Re: Message Away"
- In reply to: Eric K.: "rights of a user to run the service "task scheduler""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 30 Jul 2003 11:32:16 -0400
Is there any chance the task works because the administrator has rights to
copy the file to the new location and the user doesn't? Does the script run
without errors when the user runs it manually? As far as I know, anyone can
run task scheduler, the permissions are dependent on what the script is
trying to do.
You might try enabling auditing and/or edit your script to log the results
somewhere, such as
xcopy thisfile thatlocation >> c:\logfile.txt
... where >> appends data to the end of the log file and > overwrites
the file completely.
How to enable auditing:
http://securityadmin.info/faq.htm#auditing
Or, if you prefer, you might sit there and run the free filemon and regmon
and maybe process explorer utilities from www.sysinternals.com while the
task attempts to run, to try to see what is happening. This might be easier
and better than enabling auditing for this purpose.
"Eric K." <ekrejci@consultas.ch> wrote in message
news:#hSAASoVDHA.2344@TK2MSFTNGP09.phx.gbl...
> Hello,
>
>
>
> I try to run the service "task scheduler" of a W2k Server with a account
> member of the power users. When I set and run a test task, which is a
simple
> .CMD command supposed to copy a file to a new location, nothing happen.
The
> task scheduler says that the task ran, but it didn't the way it was
supposed
> to. When I do the same but using the system to run the service, it works.
> The user that I use as the log on as a service right, act as part of the
> operating system and logon locally.
>
>
>
> If I use another user, member of the administrators group, it works. The
> problem is that I don't want to run the task scheduler with an admin user.
>
>
>
> It would be very helpful if someone knows all the necessary rights to run
> the task scheduler and make the tasks working.
>
>
>
> Eric K.
>
>
- Next message: Karl Levinson [x y] mvp: "Re: Strange ports open"
- Previous message: Sandi - Microsoft MVP: "Re: Message Away"
- In reply to: Eric K.: "rights of a user to run the service "task scheduler""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|