I am using the following code:
icacls C:\testscott\ /grant:r "TestGroup":(NP)F
However, the existing permissions in the directory C:\testscott\ are still there. I thought using the /grant:r option meant it would overwrite the existing permissions?