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.
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.
That will give the user particular full control.Code:for /D %%i in (*) do ( cls CACLS %%i /E /T /C /G %%i:F )
That should do it. I'm no scripting god though.
Did this work for you?
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
Try NTFS Fix from Wisesoft. Nice and easy to use.

Have a look at AutoShare.
There are currently 1 users browsing this thread. (0 members and 1 guests)