Link to home
Start Free TrialLog in
Avatar of Helao Mwapangasha
Helao MwapangashaFlag for Namibia

asked on

Permissions not cascading to child objects - SBS 2011

I have a problem with a small business setup. I was trying to move the RedirectedFolders folder to a drive with more space and it kept on failing with a permission issue, i accidentally took ownership of the entire directory. I Stopped sharing the folder and manualy moved it to the E drive successfully. i enabled sharing again.

I then ran the registry hack as indicated here http://technet.microsoft.com/en-us/library/gg680331.aspx and all tested ok, for some users for users they cant write to the child objects in some or all the folders.

for example,

user 1 has a folder located at e:\Redirectedfolders\user1

NTFS here is as (System FC, Domain users R,Domain Admin FC,user1 FC)

user1 ones desktop is at e:\RedirectedFolders\user1\desktop

NTFS here is as (System FC, Domain Users R, Domain Admin FC, User1 None - no check boxes checked)
the above is present for all child objects, user is in the permission list but no permissions specified for the objects

I tried to reset the permissions using icacls

icacls "c:\parentDirectory\user1" /q /c /t /reset

this seems to remove all permissions but when i try to specify some permissions it applies them but the user still has no write access to the said folders

HELP!!!
Avatar of VB ITS
VB ITS
Flag of Australia image

Try changing the Owner of the E:\Redirectedfolders\User1 back to either User1 or the local Administrators group on the file server.

Folder redirection doesn't seem to like it when the Owner isn't set to one of the above.
Avatar of Helao Mwapangasha

ASKER

The problem is when i do that, it applies only to the parent folder, if i check the properties of the child object, the previous permissions are still applied
Sounds like you need to configure the permissions to propagate to the child objects. To do this:

Right click on the User1 folder in E:\RedirectedFoldersSecurity tab > Advanced > click Change Permissions in the Permissions tab > tick Replace all child object permissions with inheritable permissions from this object.
i tried that but nothing seems to be working.
When you re-enabled the sharing, did you grant the Everyone group Full Control to the share permissions?

Go to the Properties of the E:\RedirectedFolders folder > Sharing tab > Advanced SharingPermissions > make sure the Everyone group has Full Control, as by default the Everyone group only has Read access when you first enable sharing.
Hi,

as you mentioned user1 should take full control as he the owner creator so you must assign full control first to everyone in sharing permission then  

go to security permission add user1 assign full-control .

and make sure from advanced option on Security tab to Replace all child object permissions with inheritable permissions from this object.

Bahloul.
ASKER CERTIFIED SOLUTION
Avatar of Helao Mwapangasha
Helao Mwapangasha
Flag of Namibia 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
I did some research on the internet and managed to find the best possible solution.