I would like to know how to block deleting a file created by another user in the same shared folder?
Thanks!!!
Hello,
One option would be to use the Icacls tool to set the required permissions for this:
https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/cc753525(v=ws.11)
Regards,
Thank you very much!