Home Drive to one Drive migraion

MTS 26 Reputation points
2022-06-17T09:20:12.647+00:00

going to be moving users home drives to OneDrive small issue we have is currently there is a folder redirection policy that re-directs documents etc to the users home drive from the local device by GPO.

am i right in thinking the best option would be to turn off this policy allow the files to save locally then move the data to OneDrive and apply the OneDrive folder direction policy afterwards or is there something else i can do to sequence this into the migration tasks

or any other methods to do this I'm going to be using Microsoft migration manager to perform the task

Exchange Online
Exchange Online
A Microsoft email and calendaring hosted service.
6,201 questions
Microsoft 365 and Office | OneDrive | For business | Windows
{count} vote

1 answer

Sort by: Most helpful
  1. SeanKight 16 Reputation points
    2022-06-18T11:59:45.637+00:00

    @MTS

    The first thing to understand is that OneDrive cannot move files that point to a network location. So you must ensure that all directories you plan to move point to a local path.

    Folder Redirection is considered a managed policy. Once configured, clients see these settings and apply the redirection paths to the registry. If the policy is not configured correctly, these paths will remain after the policy is removed, and the client will still see them as a managed setting and you need to manually change the paths directly in the registry.

    To do this centrally takes some planning in advance.

    If you look at your current folder redirection policy, you should ensure that the following setting is enabled.
    212580-image.png

    You should ensure that an adequate amount of time has passed to ensure that all client computers have updated this setting

    I would suggest creating a security group named “Exclude Folder redirection” and adding the users you plan to move to this group.

    On the folder redirection, GPO go to delegation > Advanced, then Add your new security group with the following permissions Read = Allow. Apply Group Policy = Deny.

    The user login will be delayed at the next logon while it moves files from the network location back to the local profile.

    Now that the paths are local, you can redirect to OneDrive.

    • Manually by signing in to OneDrive as the user and choosing settings > Backup
    • Group policy (will require you to copy over ADMX & ADML files to your policies definition folder)
      https://learn.microsoft.com/en-us/onedrive/use-group-policy
    • For Azure Active Directory joined computers, redirection can be configured using a configuration policy in Endpoint configuration Manager
    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.