What is the best solution for migrating Citrix UPM profiles to FS logix profiles

V Venkat Saran Kumar 0 Reputation points
2026-08-18T09:41:16.9166667+00:00

Hi team,

We are planning to migrate our Citrix environment (which has app layering) to AVD. Can someone help us with the best solution for migrating Citrix UPM profiles to FS logix profiles

Azure Virtual Desktop
Azure Virtual Desktop

A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.

0 comments No comments

1 answer

Sort by: Newest
  1. Jose Benjamin Solis Nolasco 12,036 Reputation points Volunteer Moderator
    2026-08-24T04:09:03.22+00:00

    Welcome to Microsoft Q&A! @V Venkat Saran Kumar I hope you are doing well,While Microsoft doesn't offer a native "one-click" migration tool to convert Citrix UPM (file-based) profiles to FSLogix (VHDX container-based) profiles, there are two standard approaches for this transition to Azure Virtual Desktop (AVD):

    1. The Clean-Slate Route (Highly Recommended) To avoid bringing years of profile bloat and registry garbage into AVD, implement OneDrive Known Folder Move (KFM) and browser sync in your Citrix environment first. When users log into AVD, FSLogix creates a fresh, optimized profile, and OneDrive automatically syncs their critical files back down.

    2. The Scripted Migration Route If you must retain all application settings, you can use a PowerShell script to automate the conversion. The script will need to dynamically create an FSLogix VHDX for each user, set the correct SID permissions, and use robocopy to mirror the contents of the UPM profile into the newly mounted VHDX. (Note: There are many open-source community scripts available online for this exact workflow).

    Recommended Next Step: Evaluate whether your business requires keeping all AppData settings or just user documents. If you go with the scripted migration, ensure your robocopy command excludes Citrix-specific temporary folders and caches to keep the new FSLogix containers lightweight and performant.

    References:

    FSLogix Profile Container overview

    Configure FSLogix Profile Containers for Azure Virtual Desktop

    Help make this community better for everyone: if this answer resolved your issue, please accept it or leave an upvote. If not, share more details in a comment so we can continue the discussion and find the right solution

    Was this answer helpful?

    0 comments No comments

Your answer

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