I have a Windows 2012 Server with file server role. I have users in my active directory which are defined by 3 things : country - service - role
I have about 10 countries, 10 services and 5 roles.
How can I grant access to a folder to users which belongs to multiple things ? For example, I want to grant access to a folder to every France - Logistics - Manager ; or to another folder to every US - Production - (any role)
I can create 700+ distinct groups, one for each combination, but is there a simpler way to do this ? Like allowing access to users which have such country AND such service AND such role ?
Thanks for any answers :)
[edit]
This is a new installation, I didn't create any user group yet.What I would like to do is create one group per country, one group per service and one group per role, for a total of 25 groups.
Then, for each user, I could set 1 country group, 1 service group and 1 role group, and i'd like to set my folder so that it's only accessible to users which belong to the group "France" AND the group "Logistics" AND the group "Manager" (for example).
I want to know what can be done and how it can be done before creating my groups.