From 1f634436ca523a870fc5f0d8df156aa09dadfec9 Mon Sep 17 00:00:00 2001 From: Greg Lindsay Date: Thu, 9 Feb 2017 15:28:35 -0800 Subject: [PATCH] USMT fix --- windows/deploy/usmt-requirements.md | 32 ++++++++++++++++++----------- 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/windows/deploy/usmt-requirements.md b/windows/deploy/usmt-requirements.md index 7e9f49c676..4cb1c8dbe9 100644 --- a/windows/deploy/usmt-requirements.md +++ b/windows/deploy/usmt-requirements.md @@ -91,24 +91,32 @@ USMT does not support any of the Windows Server® operating systems, Windows 20 To open an elevated command prompt: - 1. Click **Start**. - 2. Enter **cmd** in the search function. - 3. Depending on the OS you are using, **cmd** or **Command Prompt** is displayed. - 3. Right-click **cmd** or **Command Prompt**, and then click **Run as administrator**. - 4. If the current user is not already an administrator, you will be prompted to enter administrator credentials. + 1. Click **Start**. + 2. Enter **cmd** in the search function. + 3. Depending on the OS you are using, **cmd** or **Command Prompt** is displayed. + 3. Right-click **cmd** or **Command Prompt**, and then click **Run as administrator**. + 4. If the current user is not already an administrator, you will be prompted to enter administrator credentials.
+ + + + -
**Important**   You must run USMT using an account with full administrative permissions, including the following privileges: - - SeBackupPrivilege (Back up files and directories) - - SeDebugPrivilege (Debug programs) - - SeRestorePrivilege (Restore files and directories) - - SeSecurityPrivilege (Manage auditing and security log) - - SeTakeOwnership Privilege (Take ownership of files or other objects) + - SeBackupPrivilege (Back up files and directories) + - SeDebugPrivilege (Debug programs) + - SeRestorePrivilege (Restore files and directories) + - SeSecurityPrivilege (Manage auditing and security log) + - SeTakeOwnership Privilege (Take ownership of files or other objects)
+ + + + + + -
- **Specify the /c option and <ErrorControl> settings in the Config.xml file.** USMT will fail if it cannot migrate a file or setting, unless you specify the **/c** option. When you specify the **/c** option, USMT logs an error each time it encounters a file that is in use that did not migrate, but the migration will not be interrupted. In USMT, you can specify in the Config.xml file which types of errors should allow the migration to continue, and which should cause the migration to fail. For more information about error reporting, and the **<ErrorControl>** element, see [Config.xml File](usmt-configxml-file.md), [Log Files](usmt-log-files.md), and [XML Elements Library](usmt-xml-elements-library.md).