I have some sensitive files, that should be accessed only by a small group of users. Currently the files are stored in a folder, on a WinServer 2012 machine, and will be accessed via a mapped location shortcut (using windows explorer).
What I want, is to restrict the access to everybody (except the server's administrators of course), and then grant it to those 2-3 users. The problem is that the Deny rule takes precedence, and if I deny access to Users group, somehow it cuts mine too (even though I'm an administrator).
How should I set the rules so that ONLY the Administrators and users X, Y, Z have access? Not even authenticated users shouldn't be able to access the folder.
Thank you very much! Daniel