-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Hi James,
Thanks for sharing a script.
I am trying to remove the recursive ACL for a user. My directory structure as below
Test - Container
Folder2 - root dir
absoluteACL = $null
mergeprincipal = abc@zyx.com.au
mergetype=user
permission-rwx
removeentry=$true
User has ACL permission on Folder2/Z/file1.txt and Folder2/Z/file12.txt
when I run the script: it removes the ACL from Folder2/Z/file1.txt and Folder2/Z/file12.txt
However, it will update the ACL on other files/folder under Folder2 - root dir
Can you suggest how to troubleshoot this issue? I want to remove ACL for the user if present.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels