Issue with Administratively Assigned Offline Files
- by ZnewmaN
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.