junz Posted July 7, 2018 Posted July 7, 2018 Hi, I was reviewing permissions for our staff after our file server shutdown suddenly and it seems that each staff member does not have permissions for their own homedrive. Is there a way to set the permissions so staff have permissions for their individual drives?
snagrat Posted July 7, 2018 Posted July 7, 2018 Is the home folder called the same as their username?
junz Posted July 7, 2018 Author Posted July 7, 2018 yes it is. so if their username is j.holdy that is what thier home folder will also be called.
snagrat Posted July 7, 2018 Posted July 7, 2018 Save the following into a batch file, and then save the batch file in the same location as the home folders. Change DOMAIN for your actual domain. Then run the batch FOR /D %%G IN ("*") DO echo y| cacls "%%G" /T /E /G "DOMAIN\%%G:F"
junz Posted July 7, 2018 Author Posted July 7, 2018 Thank you for this, Please could you confirm what exactly the script does.
snagrat Posted July 7, 2018 Posted July 7, 2018 Just gives the user full control of the folder with the same name.
junz Posted July 7, 2018 Author Posted July 7, 2018 Thank you for this. Would you be able to modify the script to give users modify permission rather than full permissions please.
DGardiner Posted July 9, 2018 Posted July 9, 2018 Thank you for this. Would you be able to modify the script to give users modify permission rather than full permissions please. if I remember right the user/owner requires full control here's the documentation i used when i last rebuilt our stuff. How to configure Roaming Profiles and Folder Redirection
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