Link to home
Start Free TrialLog in
Avatar of ubsoc
ubsocFlag for United States of America

asked on

iCacls help setting permissions for single user to an empty folder wuth "This folder, subfolders and files" set

I used to use cacls to set permissions on my users roaming profile directories with this line:
cacls W:\Folder\Folder1 /T /E /G "Domain\USERID":C
This would grant the user CHANGE permissions to the folder and would inherit down to any new folders

Trying to use iCacls I am trying:
icacls W:\Folder\Folder1 /grant:r DOMAIN\USERID:M /C /T

It sets the permissions for the user to the folder but for "This folder only"

How do I type the command to make sure it sets the permissions for "This folder, subfolders and files"
ASKER CERTIFIED SOLUTION
Avatar of ubsoc
ubsoc
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial