0

I'm setting up file and storage services on Windows Server 2016 wherein I wish to allow AD users to have their own folders under a common folder where they will save and modify files. However they can modify and save files under their own folder but can view only files from other user's folders.

How can I go about setting up such hierarchy?

HDR
  • 3
  • 1

1 Answers1

0

On the parent folder, disable inheritance and set the users are Read/List only.

On each user folder, set all the other users (assuming in a Security Group or OU) to Read/List. Set the folder's owner to the appropriate owner user, then set Owner Permissions to R/W.

Felix Jen
  • 403
  • 5
  • 18
  • 1
    Was pretty much confused between inheritance and setting each and every folder Read/List. After some trial and error along with your answer given, I was able to achieve exactly what I needed! – HDR Nov 27 '17 at 09:38