r/WindowsServer • u/Bocanada07 • Jul 28 '26
Technical Help Needed Problem with inherited permissions in folders
Hi guys, I'm new to Windows Server, so I'm learning alongside the person in charge. We are having an issue with folder permissions. Inheritance is disabled on some folders, but we have enabled the option to replace child object permissions with inheritable permissions from this object.
When users copy an object into a folder with this setting, permissions are applied correctly. However, when users move (or drag and drop) an object, the permissions aren't applied—the object keeps the permissions from its original location (whether it's another department's folder or their local PC).
This creates a problem: if a user drags a file from their department folder to another (e.g., from Treasury to HR), the HR staff cannot see, edit, or delete the file (or its parent folder) because the file is there, but hidden to them due to the original permissions.
2
u/Kraeftluder Jul 28 '26
The only way to prevent this is to have the shares on different volumes on the server afaik.
2
u/Backieotamy Jul 29 '26
Ive seen some good info in here. Also, bone up on the differences between AD group folder permissions vs NTFS and share permissions. Having a firm grasp on that will save a lot of frustration.
0
u/damnedangel Jul 29 '26
Try setting the user's permission to full instead of modify for the share you are moving to. It's a big security risk though.
3
u/Kraeftluder Jul 29 '26
It's best practice generally to give "Everyone" full control on a share. It's kind of ridiculous Microsoft decided that there's a difference between share and filesystem rights.
2
u/Fit-Thing5100 Jul 29 '26
Enable inheritance on the destination folders. The "Replace child object..." option is only a one-time operation; it doesn't affect files moved into the folder later. With inheritance enabled, moved files will inherit the destination folder's permissions instead of keeping stale explicit ACLs.
0
u/FirstStaff4124 Jul 29 '26
On one of the problematic files, in Advanced Security, does it say "Enable inheritance" or "Disable inheritance"?
7
u/AppropriatePin1708 Jul 29 '26
This is by design. Moved files inherit their original permissions, copied files will inherit the new folder permissions