This commit is contained in:
Greg Lindsay 2017-02-09 15:09:31 -08:00
parent 886344d645
commit 546ec6ac24

View File

@ -15,11 +15,8 @@ author: greg-lindsay
- [Supported Operating Systems](#bkmk-1) - [Supported Operating Systems](#bkmk-1)
- [Software Requirements](#bkmk-2) - [Software Requirements](#bkmk-2)
- [Hard Disk Requirements](#bkmk-3) - [Hard Disk Requirements](#bkmk-3)
- [User Prerequisites](#bkmk-userprereqs) - [User Prerequisites](#bkmk-userprereqs)
## <a href="" id="bkmk-1"></a>Supported Operating Systems ## <a href="" id="bkmk-1"></a>Supported Operating Systems
@ -100,6 +97,8 @@ USMT does not support any of the Windows Server® operating systems, Windows 20
3. Right-click **cmd** or **Command Prompt**, and then click **Run as administrator**. 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. 4. If the current user is not already an administrator, you will be prompted to enter administrator credentials.
<P>
**Important**   **Important**  
You must run USMT using an account with full administrative permissions, including the following privileges: You must run USMT using an account with full administrative permissions, including the following privileges:
@ -109,6 +108,7 @@ USMT does not support any of the Windows Server® operating systems, Windows 20
- SeSecurityPrivilege (Manage auditing and security log) - SeSecurityPrivilege (Manage auditing and security log)
- SeTakeOwnership Privilege (Take ownership of files or other objects) - SeTakeOwnership Privilege (Take ownership of files or other objects)
<P>
- **Specify the /c option and &lt;ErrorControl&gt; 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 **&lt;ErrorControl&gt;** element, see [Config.xml File](usmt-configxml-file.md), [Log Files](usmt-log-files.md), and [XML Elements Library](usmt-xml-elements-library.md). - **Specify the /c option and &lt;ErrorControl&gt; 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 **&lt;ErrorControl&gt;** element, see [Config.xml File](usmt-configxml-file.md), [Log Files](usmt-log-files.md), and [XML Elements Library](usmt-xml-elements-library.md).
@ -125,21 +125,16 @@ Ensure that there is enough available space in the migration-store location and
This documentation assumes that IT professionals using USMT understand command-line tools. The documentation also assumes that IT professionals using USMT to author MigXML rules understand the following: This documentation assumes that IT professionals using USMT understand command-line tools. The documentation also assumes that IT professionals using USMT to author MigXML rules understand the following:
- The navigation and hierarchy of the Windows registry. - The navigation and hierarchy of the Windows registry.
- The files and file types that applications use. - The files and file types that applications use.
- The methods to extract application and setting information manually from applications created by internal software-development groups and non-Microsoft software vendors. - The methods to extract application and setting information manually from applications created by internal software-development groups and non-Microsoft software vendors.
- XML-authoring basics. - XML-authoring basics.
## Related topics ## Related topics
[Plan Your Migration](usmt-plan-your-migration.md) [Plan Your Migration](usmt-plan-your-migration.md)<BR>
[Estimate Migration Store Size](usmt-estimate-migration-store-size.md)<BR>
[Estimate Migration Store Size](usmt-estimate-migration-store-size.md) [User State Migration Tool (USMT) Overview Topics](usmt-topics.md)<BR>
[User State Migration Tool (USMT) Overview Topics](usmt-topics.md)