Link to home
Start Free TrialLog in
Avatar of Michael Green
Michael GreenFlag for Australia

asked on

Small Business Server 2008 - Migrating the Users folders - FolderRedirections, Shares - to a separate server

Hi,
As part of preparing to migrate off Small Business Server 2008 I need to move the Users folder structures to a new separate domain server running Windows Server 2012.

i.e.
\Users\FolderRedirections\User01
\Users\Shares\User01

etc etc


Is there an automated way to do this ?
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

Just change the group policy to point to the new location the clients will copy from the source to the destination when the login/logoff
Avatar of Michael Green

ASKER

Group Policy name:     Small Business Server Folder Redirection Policy


Policy setting:

User Configuration (Enabled)hide
Policieshide
Windows Settingshide
Folder Redirectionhide
Desktophide
Setting: Basic (Redirect everyone's folder to the same location)hide
Path: \\SGS01\RedirectedFolders\%USERNAME%\Desktop
Optionshide
Grant user exclusive rights to Desktop Enabled
Move the contents of Desktop to the new location Enabled
Also apply redirection policy to Windows 2000, Windows 2000 server, Windows XP, and Windows Server 2003 operating systems Enabled
Policy Removal Behavior Restore contents

Documentshide
Setting: Basic (Redirect everyone's folder to the same location)hide
Path: \\SGS01\RedirectedFolders\%USERNAME%\My Documents
Optionshide
Grant user exclusive rights to Documents Enabled
Move the contents of Documents to the new location Enabled
Also apply redirection policy to Windows 2000, Windows 2000 server, Windows XP, and Windows Server 2003 operating systems Enabled
Policy Removal Behavior Restore contents

Musichide
Setting: Follow the Documents folder
Pictureshide
Setting: Follow the Documents folder
Start Menuhide
Setting: Basic (Redirect everyone's folder to the same location)hide
Path: \\SGS01\RedirectedFolders\%USERNAME%\Start Menu
Optionshide
Grant user exclusive rights to Start Menu Enabled
Move the contents of Start Menu to the new location Enabled
Also apply redirection policy to Windows 2000, Windows 2000 server, Windows XP, and Windows Server 2003 operating systems Enabled
Policy Removal Behavior Restore contents

Videoshide
Setting: Follow the Documents folder
I'm afraid I'm not comfortable with the idea that just getting users to log off and log back on again will copy all files for all users.

I would have thought the scenario would have been something like :

1. Copy all files and permissions to new server
2. Set up some sort of sync, robocopy etc
3. When all users are logged off.....modify the group policy settings to point the new location.....
You can robocopy but NOT delete the older share. The problem is that the user when they first login will be looking for their files in the OLD location and attempt to move these non-existent files to the new location.  In the future set up a DFS share and you can move the targets of the DFS share wherever and whenever you want.  This allows you the option of doing a robocopy /move

\\domain\users points to \\server1\users you want to change it to \\server2\whatever simply copy from \\server1\users -> \\server2\whatever and then change the target for \\domain\user to point to the new location.
Thanks David.  I was planning to look at  implementing DFS as part of this migration.

The next issue I have is the permissions SBS puts on the Users RedirectedFolders and Shares - specifically even as domain admins I'm prevented from seeing /accessing users sub-folders

e.g.
E:\Users\FolderRedirections\JohnSmith\Desktop
E:\Users\FolderRedirections\JohnSmith\My Documents
E:\Users\FolderRedirections\JohnSmith\Start Menu

Do I need to change/modify any of these permissions as part of trying to migrate this to another server ?
NO use the /B (backup option in robocopy)
ASKER CERTIFIED SOLUTION
Avatar of Michael Green
Michael Green
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial