adamu Posted August 13, 2009 Posted August 13, 2009 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.
rh91uk Posted August 13, 2009 Posted August 13, 2009 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.
PEO Posted August 13, 2009 Posted August 13, 2009 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
ChrisH Posted August 13, 2009 Posted August 13, 2009 Try NTFS Fix from Wisesoft. Nice and easy to use.
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