
Make sure to apply the created policy to proper Organization Unit which contains Windows 7 machines to be upgraded to Windows 10. \\\\adksetup.exe /quiet /installpath c:\\ /features OptionId.UserStateMigrationTool If exist "C:\\Assessment and Deployment Kit\Docs\" goto skip Use batch file or any other scripting engine you prefer to automate the USMT setup.Įxample of batch file which verifies whether Windows ADK is already installed and if not, then executes Windows ADK installation from installation file located on network share: Create the group policy and enable it for required set of machines in your domain.Ģ. The installation of Windows ADK can be done via Active Directory group policy as in the following example using Group Policy Management snap-in.ġ. Automate installation of USMT via Group Policy

…where /InstallPath defines the path where to install Windows ADK and /features OptionId.UserStateMigrationTool instructs to install only USMT feature. To automate installation of USMT onto multiple Windows 7 machines you can use CLI installation option of Windows ADK with the following parameters:Īdksetup.exe /quiet /installpath c:\ADK /features OptionId.UserStateMigrationTool The same version of Windows ADK (10) should be used on all machines to ensure proper exporting and importing of the user configuration. USMT is a part of Windows ADK package and can be installed separately: Source Windows 7 machines preparation Download and install USMT

