I have a domain running on a virtual windows server 2012 R2. Another virtual servers hosts our file server. To that end I need a shared folder accessible by all domain users. No problem there. However I would now like to restrict the access to the subfolders, and if possible not list those folders if they do not have access to them. In those subfolders they are allowed to do anything they like.
Let me illustrate this: We have domain users Alice and Bob, shared folder Z: with subfolders K, L, M.
Alice has access to K and L.
Bob has access to L and M.
Both should have be able to open Z. Alice sees folders K and L, whereas Bob sees folders L and M.
If Alice creates something in L, Bob can remove or modify it.
I have been messing around with share access, permissions and access-based enumeration, but so far no combination has got me close to what I need. Any suggestions are welcome. Thanks!
My biggest problem is probably:
How do you give everybody access to the shared folder, but restrict basically all permissions in that folder at the same time (except for viewing the subfolders they should have access to)