Skip to main content
Member
August 13, 2024

Running a Task Scheduler task as Administrator not a specific user.

  • August 13, 2024
  • 2 replies
  • 0 views

How do I set up a task in the task scheduler to run as Administrator and not as me?

Thanks,

Scott

 

2 replies

T_Kress
OneStream Employee
OneStream Employee
August 13, 2024

If you are wanting to run the task as a native user (such as "OS Automation" or some other user ID you created), I typically log in as that native ID, set up a WF, POV and then any scheduled tasks while logged in as that ID.

But there may be other ways.

 

Member
August 14, 2024

You can take a xml extract of the task scheduler and update the user name to the id you want to run it against and upload it back

sudarshan_0-1723610738186.png

 

Member
August 19, 2024

I'll give this a try.  Thank you.