Jump to content

Recommended Posts

Posted

currently our students have Modify access to their network resource area I need to change it to Full Control.

Does anyone know of a tool or script that would do this modification?

thank you for reading this.

Posted
currently our students have Modify access to their network resource area I need to change it to Full Control.

Does anyone know of a tool or script that would do this modification?

thank you for reading this.

 

Run this on the server on the user directory as this sets permissions on the folders inside. This is also assuming your folders are called by username.

 

for /D %%i in (*) do ( 
cls

CACLS %%i /E /T /C /G %%i:F

)

 

That will give the user particular full control.

 

That should do it. I'm no scripting god though.

Posted
I have a script at work that uses csv so you can cantrol what gets what. can post tomorrow if post above dose'nt work for you. send me a PM if intrested

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