--please don't forget to Accept as answer if the reply is helpful--
Windows server 2019 Task scheduler task unable to view by other user
i have created some tasks in adminstartor, the same task unable to see in user accounts (user don't have admin rights)
Windows for business | Windows Server | User experience | Other
2 answers
Sort by: Most helpful
-
-
Carl Fan 6,881 Reputation points
2021-04-19T06:46:52.153+00:00 Hi,
Do you mean these account are domain user account?
I consider that the easiest way is add these domain users in local administrators group. These task could be viewed. Because we could not to create a scheduled task without admin rights, or this would be a serious security bug in Windows.
The Task Scheduler can only be used by an administrator, so you should look for some other solution for a standard user, by using a third-party product.
Or you could try to see the task with my non-admin account using schtasks.exe /query.
For Windows server 16 and 19, it seems that two settings below would not work.
Local Security Policy. In the Local Security Policy window, click Local Policy, User Rights Assignment, and then Logon as batch job.
Adding permission to the user in the folder C:\Windows\System32\Tasks.
You also could check the steps below and try using the command.
https://devstuffs.wordpress.com/2019/02/21/how-to-run-task-scheduler-on-window-server-with-non-admin-user-account/
Hope this helps and please help to accept as Answer if the response is useful.
Best Regards,
Carl