I am trying to change permissions on a folder running a command line in the task sequence.
Run Command Line: cmd /c icacls "%ProgramFiles%\test" /grant users:F /t
I can see it running but no permossion changed. Same line works manually.
Thanks for the help.