Score:1

USMT workgroup to domain

us flag

I am using USMT to migrate a large amount of computers from workgroup profiles to domain profiles.

My scanstate is:

scanstate.exe C:\temp\migration /ue:*\* /ui:"%computername%\@localUser@" /o /vsc /i:migdocs.xml /i:migapp.xml  /i:"C:\temp\USMT-Deploy\Config.xml" 

My loadstate is:

loadstate.exe C:\temp\migration /c  /mu:"%computername%\@localUser@:@domain@\@domainUser@" /auto /i:migdocs.xml /i:migapp.xml /i:"C:\temp\USMT-Deploy\Config.xml"

My config.xml is located here: https://github.com/safetynet-jharrand/USMT-Config/blob/main/config.xml

I am using a custom config to bring across the user AppData and AppData local. I know its not ideal but needed for this project.

Right now I am having to log into the domain account and then run the script to use USMT. Is there a flag or option I can put in the config.xml file to create the domain user profile after it has already been domain joined?

Score:0
us flag

The answer for anyone else having the problem was I needed to add the following exclusion rules for appdata local:

<exclude>
    <objectSet>
        <pattern type="File">%CSIDL_LOCAL_APPDATA%\IconCache.db [*]</pattern>
        <pattern type="File">%CSIDL_LOCAL_APPDATA%\Microsoft\Windows\* [*]</pattern>
        <pattern type="File">%CSIDL_LOCAL_APPDATA%\Microsoft\InputPersonalization\* [*]</pattern>   
    </objectSet>
</exclude>
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.