You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Task Scheduler Managed Wrapper
I am trying to pull a list of all tasks running on a local machine, their names, actions and triggers. In following the snapshot example I am unable to get things to work. I have added the required libraries but I have two issues. The first is a complie error with the use of ReportProgress. I can't find the correct library to use. The second, when I leave that part out is I get an error - "A required privilege is not held by the client"
daha...@gmail.com
unread,
Jul 17, 2019, 11:57:13 AM7/17/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Task Scheduler Managed Wrapper
Must be .NET 4.5.2 or later. The System.IProgress interface is declared in System.Runtime. You must have Admin rights on the Task Scheduler instance to enumerate all tasks and folders.