How to grant explicity permission modify to a user on a child folder in windows 2012
I am trying to grant explicitly modify access to a domain user on a child object which is 2 level down. Only the system and the local admin along with this user should have full access to this child object/folder. Effective permissions test shows that this user has required access (except- Full Control, take ownership, change permissions), but unable to create folders in it.
Windows Server 2012Microsoft Legacy OSMicrosoft Server OS
Last Comment
Member_2_7702693
8/22/2022 - Mon
cmaohio
I would check to make sure the folder is not inheriting permissions from the folder above it, then reapply the permissions
Member_2_7702693
ASKER
Inheritance has been disabled, and all inherited permissions removed accept system/local admin/domain admin/specific domain user. In effective access tab in Windows 2012 I found the user doesn't have proper permission though the user has modify permissions. Refer attached. Effective-permissions-on-child-folder-in
Mahesh
Effective permissions showing that user only has read access
After you disabling inheritance, have you propagate those permissions to child objects from folder advance permissions?
If here you get errors, 1st you should take folder ownership and grant administrators full control and then try again
I suggest you use a command line utility called icacls http://ss64.com/nt/icacls.html. You can run it as one command or as separate commands. Interested in this approach? If so I can write the required commands for you.
Mahesh
U may try Subinacl utility to enforce specific user permissions to specific folder and sub folders
Replace domain\user with yours
The above command will grant specific user modify (C) OR Write and Delete (WD) permissions on all sub folders and files under Userdata