I have dervied a new class from System.WorkItem called TaskClass. I need to provide the permission to everybody (EndUsers - NT Authenticated Users) to be able to create or update tasks.
We do not require any queue mechanism, we just need to have implied permission (just like Affected User implied permission).
I may enforce the access control in another layer.
How can I do that in Powershell or SCSM SDK?
I have asked similar question here but I am doubtfull about parameters.
Meanwhile I have read this, this and this articles but didn't manage to find my answer nor the MP bundle mentioned in the first post of @AntonGritsenko-8172
Thanks