Windows Shares / NTFS permissions on folder redirection in Active Directory
        Posted  
        
            by 
                Shawn Gradwell
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Shawn Gradwell
        
        
        
        Published on 2012-06-17T17:32:00Z
        Indexed on 
            2012/06/19
            15:18 UTC
        
        
        Read the original article
        Hit count: 416
        
directory-permissions
|folder-redirection
A client has folder redirection in AD setup on each user's Home Folder set to the Z:\ drive as \server\share\username. A Group Policy redirects the user's Documents to the user's Home Folder with the option 'Grant the user to exclusive rights to Documents' selected.
The share on the server has permissions for the relevant user security group with 'Full Control', but each user's folder only have NTFS permissions only for 'CREATOR OWNER' and 'Domain Admins'.
Why can the different users access other user's folders? I thought the most restrictive permissions applied effectively between the share and the NTFS permissions.
Also, this setup has been like this for years, and this client recently updated all client computers to Windows 7. What is the best way to setup this redirection now? I assume only in Group Policy, also Basic Redirection - to create a folder for each user under the root path?
© Server Fault or respective owner