I've tried using xcacls and cacls on a Windows Server 2003 computer but they all replace the existing permissions when I use /g. Does anyone know of a command-line tool that will simply add permissions?
I've tried using xcacls and cacls on a Windows Server 2003 computer but they all replace the existing permissions when I use /g. Does anyone know of a command-line tool that will simply add permissions?
Make sure that you use /G and /E (edit mode) together (and most likely /T as well).
For reference, here is the complete usage information from the command
CACLS /?
You can also try to use a tool from helgeklein.com, called SetACL.exe. Very powerful tool, try it.
If you take a look at CACLS, don't forget to take a look at ICACLS