08-13-2024 01:24 PM
How do I set up a task in the task scheduler to run as Administrator and not as me?
Thanks,
Scott
08-13-2024 05:59 PM
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.
08-14-2024 12:46 AM
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
a month ago
I'll give this a try. Thank you.