Jump to content

Recommended Posts

Posted

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?

Posted

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"

Posted
Thank you for this. Would you be able to modify the script to give users modify permission rather than full permissions please.

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...