New
#1
Icacls, syntax question.
I want to give interactive user folder permissions, with icacls.
But I canīt find the correct syntax for the interactive user.
e.g.
icacls folder1 /grant user1:(M) ---> Works very well. User1 gets modify rights to the folder "folder1".
Now I want to give interactive user the same modify rights.
icacls folder1 /grant INTERACTIVE:(M)
But that syntax does not work. Anyone that can help?