I was asked to prevent certain users from being able to delete files from network shares.
The reason for this is that user might have reason to maliciously delete files from corporate shares.
I found this:
I tried this and user still has right to modify documents, so she could open them and mangle them and save them. Also she still can delete stuff created by her but not by others. Besides Office keeps temporary files which it wouldn't be able to delete, users would complain about temp files on shares.
I think this might potentially create more problems than it would solve.
I have a daily Windows Server backup that cannot be mangled by users, so I could just rely on that.
I also found another idea where you can create a script that seals or copies documents which haven't been modified for certain time.
How would you do it?
This is a small company with SBS 2011 and ~10 workstations, so no storage vaults, Cisco stuff...
The reason for this is that user might have reason to maliciously delete files from corporate shares.
I found this:
answering this from the top of my head, but the basic rule of permissions is AVOID the DENY button. here is the permission you need to set for the User you want to allow create and read but not delete
Enable the Allow for the Following
Read & Execute
Read
Write
and Make sure MODIFY is unchecked for Allow and Deny leave it blank and you should be good.
good luck
Source(s):
http://www.windowsecurity.com/articl...rmissions.html
Enable the Allow for the Following
Read & Execute
Read
Write
and Make sure MODIFY is unchecked for Allow and Deny leave it blank and you should be good.
good luck
Source(s):
http://www.windowsecurity.com/articl...rmissions.html
I think this might potentially create more problems than it would solve.
I have a daily Windows Server backup that cannot be mangled by users, so I could just rely on that.
I also found another idea where you can create a script that seals or copies documents which haven't been modified for certain time.
How would you do it?
This is a small company with SBS 2011 and ~10 workstations, so no storage vaults, Cisco stuff...
Comment