Setting file ACLs with PowerShell part 5
...ACLs, there are basically three steps you have to take
Read the ACL from an object
Tweak it however you like
Write the ACL back to the object
In this last line of code, I'm applying the new, tweaked ACL back to the file foo.txt. At this point the new access control policy takes effect
Navigate posts in this series: prev
