I saved an ACL using icacls using this command
icacls File.zip /save aclsFile
That worked fine, but whenever I try to restore the file I get an error message:
icacls * /restore aclsFile
Not all privileges or groups referenced are assigned to the caller.
Has anyone else encountered this problem or know how to fix it?