We created a share named "Shares" for the E:\ folder on a Windows Server 2016 domain member.
Sharing permissions: Everyone:Full-Control.
NTFS permissions - Left the default permissions for SYSTEM, CREATOR OWNER, Administrators, and Domain Admins.
The share has two folders:
share1 - NTFS permissions added: [email protected] (full control)
share2 - NTFS permissions added: [email protected] (full control).
user1 and user2 are regular user accounts.
I expect user1 can view, edit, modify everything in share1, but not view or list the items in share2. And equivalent for user2.
However, user1 and user2 can view and all folders and files in share1 and share2, even though they have not been granted permissions.
I noticed the default permissions for the hard drive E: itself include entries for the local Users group:
servername\Users
That group has read/write and list permissions for the root folder and all subfolders including share1 and share2.
When I change the permissions of these local Users group to "this folder only", then the permissions are no longer inherited on all subfolders.
How does the local Users group grant permissions to domain user accounts?
It is as if the domain users are "mapped" to the local group servername\Users.
Does this make sense?
Or is there another explanation?