I am in the process of finding a suitable solution of the following. I have a Windows Server 2013 share with a set of shared folders. This share has a central folder (say Shares) and a set of subfolders, each of those should be shared to a specific department or group with entries already specified in AD.
What is a correct way of assigning permissions so that the folder structure could remain unchanged and survive accidental deletion and modification while users of corresponding departments could work in their subfolders without restrictions? So that Share is accessible by anyone but its subfolders cannot be modified (say, top-level and level 1 folders are unmodifiable), then everything inside its subfolders can be modified, so on.
I was thinking about removing inheritance in permissions, but then I need to specify over ~300 folder permissions (a number of departments and specific stuff) which is annoyng.
Is there any better way? Thank you!