Setting file ACLs with PowerShell part 4
...AccessControl.FileSystemAccessRule "keith", Modify, Allow
I pointed out how the "Modify" was automatically converted into an enumeration value, promising that I'd talk more about enumerations later. Well, this value comes from the System.Security.AccessControl.FileSystemRights enumeration. And there's a cool way you can abuse PowerShell to...





