I cannot get icacls to accept my group for adding permissions. I am using an elevated power shell with the following command:
icacls 'C:/foo' /grant:r 'Group Foo':f
I get the following error:
Invalid parameter "Group Foo"
I have tried using the SUID too, but that fails as well. I have also tried 'Domain\Group Foo'
I have a bunch of files I am trying to allow a group to use. What is the proper way to add mass permissions in Windows Server 2012?
-- EDIT --
E:\> icacls "E:/Contact Numbers.xlsx" /grant:r "Users":f
Invalid parameter "Users"