locked
icacls - grant permissions for more than one user RRS feed

  • Question

  • is it possible to grant permissions for multiple groups at the same time?

    for example:

    icacls "<root folder>" /grant "group 1" + "group 2" + "group 3" :F /t

    in case it's not possible what is the alternative way to do it?

    • Moved by Bill_Stewart Tuesday, December 11, 2018 10:21 PM This is not "scripts on demand"
    Wednesday, August 1, 2018 1:24 PM

All replies

  • This is not a utility forum.  Your question is not a scripting question.  You should post in the Windows General forum for utilities.

    No.  You can use multiple groups.  The alternative is to use one line per group.


    \_(ツ)_/

    Wednesday, August 1, 2018 3:21 PM
  • LOL each one is transferring me from a forum to another.Can you guide to which forum i have to go?

    Thursday, August 2, 2018 11:01 AM
  • The system utilizes are handled by the Windows General forum or the Windows tools forum.  For ICACLS I would suggest the Windows Security forum also.

    icacls D:\test /GRANT group1:(R) group2:(F) group3:(N) ...


    \_(ツ)_/

    Thursday, August 2, 2018 11:18 AM