|
Answer» Hi
I'm USING this command to enable inheritance on a folder and by default "replace all child object PERMISSIONS with inheritable permsissions of this object"
isn't ENABLED so when i use this command it enables inheritance on "my folder" but not the child objects so how would i get this to apply to child objects
also . I tried inserting (OI)(CI) to try and apply to This folder, subfolders, and files and i'm still stuck its invalid when i try to insert (OI)(CI).
Code: [SELECT]ICACLS "C:\Program Files\my folder" /inheritance:e
To explain more i want to add an inheritance FLAG to my code above so it applies to sub objects and sub containers.
the command /inheritance:e enables directory inheritance so how do i add replace all child objects with inheritable permissions from this object ?
Please help me
|