Our company has a share called "ClientStore" where we store all client information. Within the "ClientStore" folder we have a letter for each letter in the alphabet. Then we have another folder with the client's company name within the folder that the client's company name starts with. Then we have all the client information within that particular client folder.
What we're trying to accomplish is to prevent users from making changes, such as deleting, renaming, moving and so on, to our folder structure. We would like to lock it down but we still need to allow our users to write, edit and read within each of those Client Folders so they can save documents and edit documents for a particular client.
Is there anyway to accomplish this with a GPO?
Software/Hardware used:
ASKED:
February 26, 2008 4:01 PM
UPDATED:
February 29, 2008 11:32 PM
or what you could do is setup the entire folder structure with List Files/Traverse folders permissions to all groups that need to get into the folders. this will allow them to see the folders and get into them but they will not be able to modify nor delete any of them. then give the the last folders special rights to the user groups to modify the subfolders and files only.
Buddy, this won’t allow them to read the contents of the files either though unless you added the read permission. Additionally, the original question was needing to read, write, and modify. This is essentially the change permission MINUS the delete permission.
The way to go about this is not using group policy but NTFS permissions.