Jump to content

Recommended Posts

Posted

I have all my student folders set on my Windows 2003 Server in a share called pupils, and then their username.

 

Ofcourse, when these directories were created in Active Directory Users and Computers, I set the Home Folder to the path - \\server2003\pupils\~username~.

 

All the permissions for these folders are then soley for the user.

 

Is ther any way to give my staff group read access to these folders, and the administrators full control without having to take ownership as the administrator and set the permissions on the individual users again?:getmecoat:

Posted
I have all my student folders set on my Windows 2003 Server in a share called pupils, and then their username.

 

Ofcourse, when these directories were created in Active Directory Users and Computers, I set the Home Folder to the path - \\server2003\pupils\~username~.

 

All the permissions for these folders are then soley for the user.

 

Is ther any way to give my staff group read access to these folders, and the administrators full control without having to take ownership as the administrator and set the permissions on the individual users again?:getmecoat:

 

I dont know if it works in retrospect but the option you are looking for is "Grant user exclusive rights..." in the settings tab of folder redirection.

Posted
When you say that the permissions are all solely for that user, do you literally mean administrators have no access to the folders/files at all? How are you backing up your folders/files?
Posted

NTFSFix is a nice way to do it if you only have permissions issues - if you also have ownership issues you're looking at a scripted job... If you're happier on the command line look at cacls or xcacls - as an example, here's the one I use to fix up the perms on one of our directories here if I bodge them.

 

for /D %%I in (*) DO XCACLS "%%I" /T /G BUILTIN\ADMINISTRATORS:F "NT AUTHORITY\SYSTEM":F "%%I":C /Y

 

Running that leaves the current users permissions in place and also adds full control for administrators and system - you could tweak something similar to do :R access for your teachers group.

Posted

Give administrators full rights at the top of the Userdata Share and Staff read/write rights and inherit them through the userdata share.

 

Thats how you should have the network share setup.

 

Still confused on that the only person who has rights on user folders is the user. Administrators must have rights to perform task such as back up.

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