Hello,
Andy Qi was kind enough to offer me some information about editing permissions through CACLS.
An example script:
cacls c:\ExampleFolder /t /e /g Administrators:f
Will change the permissions in "ExampleFolder" so that all administrators can have full control.
However, what I'd like to do is change the permissions but for all REGULAR network users. The domain name is, for the sake of this question, "flowerdomain" . I keep tryin to alter the script, but I cannot edit the permission for regular network users :( Probably missing something silly I know.
Thank you for anyone who takes the time to read this. Thanks again to Andy for answering earleir.