Kizzy12
asked on
Enable a non Admin to run a Scheduled Task without giving them admin rights.
Need to enable a non administrative group to run a current scheduled task without giving them admin rights - The task is already set up to run as a service account that has admin rights just need to give them rights to run the service only. I added the group to the permissions of the task but they do not have rights to see the scheduled tasks of that server to run it.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
You can ask for your points back if you wish, as I don't feel I contributed to the answer, I'm glad you did find what works.
-rich
-rich
ASKER
No you can keep the points since your solution also would work. I don't track or follow the points anyway. Thanks again for your support.
Fair enough, thanks!
-rich
-rich
ASKER
The scheduled task runs on it's own but at times we wanted to give a non admin rights to run if needed on off hours.
I added the group to the Task permissions RWX only
I then added this group to the task folder using CACLS C:\WINDOWS\TASKS /E /G GROUP:R
This gives the group rights to only view the one task as well as execute and run if needed.