mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-19 12:23:37 +00:00
Fix USMT example
This commit is contained in:
@ -66,7 +66,7 @@ Links to detailed explanations of commands are available in the [Related article
|
|||||||
LoadState.exe \\server\share\migration\mystore /i:MigDocs.xml /i:MigApp.xml
|
LoadState.exe \\server\share\migration\mystore /i:MigDocs.xml /i:MigApp.xml
|
||||||
```
|
```
|
||||||
|
|
||||||
## To migrate two domain accounts (User1 and User2) and move User1 from the Contoso domain to the Fabrikam domain
|
## To migrate two domain accounts (User1 and User2) and move both accounts from the Contoso domain to the Fabrikam domain
|
||||||
|
|
||||||
Links to detailed explanations of commands are available in the [Related articles](#related-articles) section.
|
Links to detailed explanations of commands are available in the [Related articles](#related-articles) section.
|
||||||
|
|
||||||
@ -83,7 +83,7 @@ Links to detailed explanations of commands are available in the [Related article
|
|||||||
4. Enter the following `LoadState.exe ` command line in a command prompt window:
|
4. Enter the following `LoadState.exe ` command line in a command prompt window:
|
||||||
|
|
||||||
```cmd
|
```cmd
|
||||||
LoadState.exe \\server\share\migration\mystore /mu:contoso\user1:fabrikam\user2 /i:MigDocs.xml /i:MigApp.xml
|
LoadState.exe \\server\share\migration\mystore /mu:contoso\user1:fabrikam\user1 /mu:contoso\user2:fabrikam\user2 /i:MigDocs.xml /i:MigApp.xml
|
||||||
```
|
```
|
||||||
|
|
||||||
## Related articles
|
## Related articles
|
||||||
|
Reference in New Issue
Block a user