Prevent folder deletes at top level only on Server 2008

Posted by DomoDomo on Server Fault See other posts from Server Fault or by DomoDomo
Published on 2011-08-10T20:00:29Z Indexed on 2012/09/30 21:40 UTC
Read the original article Hit count: 217

I'm trying to prevent folders moves, really folder delete in NTFS parlance, for series of folders within a network share.

So let's say I have: FolderA, FolderB, FolderC. Each folder has various files and subfolders. I want the Domain Users group to have modify access to all files and folders beneath FolderA, FolderB, and FolderC. However I don't want them to be able to delete these three top level folders.

The issue we are having right now is people keep accidentally dragging one top level folder into another.

I've tried used advanced NTFS permissions to deny domain users delete access to these top level folders, and set the permissions to apply to "This folder only", however it seems to only affect sub-folders, and not the top level.

Platform is Server 2008 Standard.

Thanks in advance.

© Server Fault or respective owner

Related posts about windows-server-2008

Related posts about ntfs