Issue with Administratively Assigned Offline Files
        Posted  
        
            by 
                ZnewmaN
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by ZnewmaN
        
        
        
        Published on 2012-10-10T16:50:05Z
        Indexed on 
            2012/10/11
            15:38 UTC
        
        
        Read the original article
        Hit count: 166
        
windows-server-2008
|group-policy
I need to use Administratively Assigned Offline files in conjunction with folder redirection, but user home folders live on 26 different shares. Do I just need to add 52 file paths similar to:
\\server\shareA\%username%\Desktop
\\server\shareA\%username%\My Documents
\\server\shareB\%username%\Desktop
\\server\shareB\%username%\My Documents
... and so on? Or do I need to create 26 GPOs, one for each share; or is there an easier way to do it?
Edit: The solution provided by @berniewhite in the comments of using %homeshare% has resolved the issue and Administratively Assigned Offline Files is now working well.
© Server Fault or respective owner