-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hi I was wondering is there is a way in this module to achieve this:
I want to set ACL's on specific folders for end-users programatically. Sometimes users are added, sometimes users are removed. Adding users works perfectly, but whenever I run my dsc script, I want to purge the acl's that are not managed by DSC. Is there a way to do that?
I know I can set acls to absent, but I don't want to ensure 1000 users are absent when I only want to ensure 3 are present.
It currently works fine with AD groups (ensuring specific people are in a group, and the setting a single acl for that group. However, this requires users to log out and back in again, which is a real pain. I want to switch to ACL's for end-users directly.
Metadata
Metadata
Assignees
Labels
No labels