I'm redirecting appdata, my docs and desktop folders to a server using a GPO based on what facility they're usually at. This brings up a problem for users who bounce between multiple locations. Firefox profiles are stored in appdata so it takes forever to go to another facility to get the Firefox profile so that it can start. And after two to three minutes of waiting for Firefox to load, it runs so slowly that it's almost unusable
I want to remedy this with DFS but I don't want to have a hellish transition period. Right now the GPO for facility1 is set to redirect the folders to //server1/Documents
and the GPO for facility2 is set to redirect the folders to //server2/Documents
. I know I'll need to change these settings to the DFS namespace that I create.
I'll need to add //server1/Documents
and //server2/Documents
to the DFS namespace //DFSDocuments/
and change the GPO redirection settings to redirect appdata to //DFSDocuments/UserName
. Writing it down here makes it seem really easy though; will that be all I have to do? Will the GPO setting direct to the UserName folders in the DFS namespace correctly without me having to move anything? Will the users see any hiccups at all? Or will it just magically replicate?
I'd appreciate any feedback and tips from anyone who's gone through this (non-dfs folder redirection to dfs folder redirection) transition before.