bondbill2k2 Posted September 14, 2011 Posted September 14, 2011 I have encoutered a few software problems on my new images sent out during the summer where students don't have the required permissions for certain bits of software, is there any method to automate a few folders security permissions, adding a group and settings their permissions rather then manually changing each computer?
p858snake Posted September 14, 2011 Posted September 14, 2011 Do a batch file which runs a few xcalcs commands? (just set it as a machine gpo and it should be file), I would set it to create a text file so its easy to kill the script and doesn't attempt to keep redoing it. eg (pesduo code): If exist: c:\file.txt then do NOTHING else end
SYNACK Posted September 14, 2011 Posted September 14, 2011 Use group policy, there is a bit under system setting > security that lets you push out file/folder/reg permissions which is way easier to manage and deploy than scripting. 1
p858snake Posted September 14, 2011 Posted September 14, 2011 You learn something new [almost] everyday!
bondbill2k2 Posted September 14, 2011 Author Posted September 14, 2011 Its not far off true tho a new thing every day things like this go unnoticed in GPO I find, thanks for that nice and easy too
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now