Jump to content

Automate clients local permissions over the network


Recommended Posts

Posted
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?
Posted

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

Posted
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.
  • Thanks 1

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...