Migrate User Fslogix Profile in a new domain AD

Raph Tico 1 Reputation point
2020-12-08T10:09:56.493+00:00

Hello,
We use full profile container. We want to migrate profile VHDX in a new domain user.

We set new ACL on File VHDX, inside VHDX, inside Ntuser.dat, change with new SID but not works :

Error fslogix :
[ERROR:00000002] QueryBinaryValue (The specified file can not be found.)

Someone has already done this migration?
Maybe files/folders to removed?

Thanks

Windows for business | Windows Client for IT Pros | User experience | FSLogix
{count} votes

1 answer

Sort by: Most helpful
  1. Thomas Brandlehner 1 Reputation point
    2022-06-16T19:19:24.227+00:00

    Did this once.
    The Environment was small so the Helpdesk did this as manual task.
    No idea if this is the correct way but it worked for us.

    Find the users SID in the new Domain, you will need it later
    import-module ActiveDirectory
    get-aduser testuser

    Logoff the user
    Rename the profile Folder as Administrator - replace old SID with new SID
    Mount the VHDX as Administrator
    Edit \Profile\Appdata\Local\fslogix\ProfileData.reg
    Delete the line with "Sid" and the line with "Guid"
    Replace the SID in the first line with the new SID.
    Unmount the VHDX
    Logon user with new Domain.

    Thomas


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.