Situation: Windows Server 2003 - Users all have a mapped network drive to a common "Shared Files" file share...
- File Share
- Level 1 ("Projects" folder)
- Level 2 (Files in the project folder)
- Level 1 ("Projects" folder)
Users have been accidentally moving Level 1 folders into other Level 2 folders. What's the magic combination of permissions to achieve the following:
- Users should be able to CREATE folders at Level 1.
- Users should have full control (create/modify/delete) at Level 2.
- Users should not be able to RENAME, DELETE, or MOVE folders at Level 1.
Edit: The trick here is that after a user creates a folder at level 2, they should automatically have full control at that level; any way to use "this level only' at Level 1 and achieve this?