Windows server 2019 Task scheduler task unable to view by other user

Shahul Hameed 6 Reputation points
2021-04-16T10:20:10.087+00:00

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
0 comments No comments
{count} vote

2 answers

Sort by: Most helpful
  1. Anonymous
    2021-04-16T13:46:20.413+00:00
    0 comments No comments

  2. 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

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.