Update checkmarks in USMT docs

This commit is contained in:
Frank Rojas 2024-04-30 22:18:32 -04:00
parent 5bfd5e1917
commit cc834f8980
3 changed files with 56 additions and 56 deletions

View File

@ -6,7 +6,7 @@ manager: aaroncz
ms.author: frankroj
ms.service: windows-client
author: frankroj
ms.date: 01/09/2024
ms.date: 04/30/2024
ms.topic: article
ms.subservice: itpro-deploy
appliesto:
@ -127,33 +127,33 @@ The `/uel`, `/ue` and `/ui` options can be used together to migrate only the use
## Incompatible command-line options
The following table indicates which command-line options aren't compatible with the `LoadState.exe` command. If the table entry for a particular combination has a ✔️, the options are compatible, and they can be used together. The ❌ symbol means that the options aren't compatible. For example, the `/nocompress` option can't be used with the `/encrypt` option.
The following table indicates which command-line options aren't compatible with the `LoadState.exe` command. If the table entry for a particular combination has a , the options are compatible, and they can be used together. The ❌ symbol means that the options aren't compatible. For example, the `/nocompress` option can't be used with the `/encrypt` option.
| Command-Line Option | /keyfile | /nocompress | /genconfig | /all |
|--- |--- |--- |--- |--- |
| **/i** | ✔️ | ✔️ | ✔️ | ✔️ |
| **/v** | ✔️ | ✔️ | ✔️ | ✔️ |
| **/nocompress** | ✔️ | N/A | ❌ | ✔️ |
| **/key** | ❌ | ✔️ | ❌ | ✔️ |
| **/decrypt** | Required* | ❌ | ❌ | ✔️ |
| **/keyfile** | N/A | ✔️ | ❌ | ✔️ |
| **/l** | ✔️ | ✔️ | ✔️ | ✔️ |
| **/progress** | ✔️ | ✔️ | ❌ | ✔️ |
| **/r** | ✔️ | ✔️ | ❌ | ✔️ |
| **/w** | ✔️ | ✔️ | ❌ | ✔️ |
| **/c** | ✔️ | ✔️ | ❌ | ✔️ |
| **/p** | ✔️ | ✔️ | ❌ | N/A |
| **/all** | ✔️ | ✔️ | ❌ | ✔️ |
| **/ui** | ✔️ | ✔️ | ❌ | ❌ |
| **/ue** | ✔️ | ✔️ | ❌ | ❌ |
| **/uel** | ✔️ | ✔️ | ❌ | ❌ |
| **/genconfig** | ✔️ | ✔️ | N/A | ✔️ |
| **/config** | ✔️ | ✔️ | ❌ | ✔️ |
| *StorePath* | ✔️ | ✔️ | ✔️ | ✔️ |
| **/md** | ✔️ | ✔️ | ✔️ | ✔️ |
| **/mu** | ✔️ | ✔️ | ✔️ | ✔️ |
| **/lae** | ✔️ | ✔️ | ✔️ | ✔️ |
| **/lac** | ✔️ | ✔️ | ✔️ | ✔️ |
| **/i** | ✅ | ✅ | ✅ | ✅ |
| **/v** | ✅ | ✅ | ✅ | ✅ |
| **/nocompress** | ✅ | N/A | ❌ | ✅ |
| **/key** | ❌ | ✅ | ❌ | ✅ |
| **/decrypt** | Required* | ❌ | ❌ | |
| **/keyfile** | N/A | ✅ | ❌ | ✅ |
| **/l** | ✅ | ✅ | ✅ | ✅ |
| **/progress** | ✅ | ✅ | ❌ | ✅ |
| **/r** | ✅ | ✅ | ❌ | ✅ |
| **/w** | ✅ | ✅ | ❌ | ✅ |
| **/c** | ✅ | ✅ | ❌ | ✅ |
| **/p** | ✅ | ✅ | ❌ | N/A |
| **/all** | ✅ | ✅ | ❌ | ✅ |
| **/ui** | ✅ | ✅ | ❌ | ❌ |
| **/ue** | ✅ | ✅ | ❌ | ❌ |
| **/uel** | ✅ | ✅ | ❌ | ❌ |
| **/genconfig** | ✅ | ✅ | N/A | ✅ |
| **/config** | ✅ | ✅ | ❌ | ✅ |
| *StorePath* | ✅ | ✅ | ✅ | ✅ |
| **/md** | ✅ | ✅ | ✅ | ✅ |
| **/mu** | ✅ | ✅ | ✅ | ✅ |
| **/lae** | ✅ | ✅ | ✅ | ✅ |
| **/lac** | ✅ | ✅ | ✅ | ✅ |
> [!NOTE]
>

View File

@ -6,7 +6,7 @@ manager: aaroncz
ms.author: frankroj
ms.service: windows-client
author: frankroj
ms.date: 01/18/2024
ms.date: 04/30/2024
ms.topic: article
ms.subservice: itpro-deploy
appliesto:
@ -24,10 +24,10 @@ The following table lists the operating systems supported in USMT.
| Operating<br>Systems | ScanState<br>(Source<br>Device)| LoadState<br>(Destination<br>Device)|
|--- |--- |--- |
|Windows 7|✔️|❌|
|Windows 8|✔️|❌|
|Windows 10|✔️|✔️|
|Windows 11|✔️|✔️|
|Windows 7||❌|
|Windows 8||❌|
|Windows 10|✅|✅|
|Windows 11|✅|✅|
> [!NOTE]
>

View File

@ -6,7 +6,7 @@ manager: aaroncz
ms.author: frankroj
ms.service: windows-client
author: frankroj
ms.date: 01/09/2024
ms.date: 04/30/2024
ms.topic: article
ms.subservice: itpro-deploy
appliesto:
@ -197,33 +197,33 @@ For more information, see [Migrate EFS Files and Certificates](usmt-migrate-efs-
## Incompatible command-line options
The following table indicates which command-line options aren't compatible with the `ScanState.exe` command. If the table entry for a particular combination has a ✔️, the options are compatible and they can be used together. The ❌ symbol means that the options aren't compatible. For example, the `/nocompress` option can't be used with the `/encrypt` option.
The following table indicates which command-line options aren't compatible with the `ScanState.exe` command. If the table entry for a particular combination has a , the options are compatible and they can be used together. The ❌ symbol means that the options aren't compatible. For example, the `/nocompress` option can't be used with the `/encrypt` option.
|Command-Line Option|/keyfile|/nocompress|/genconfig|/all|
|--- |--- |--- |--- |--- |
|**/i**| ✔️ | ✔️ | ✔️ | ✔️ |
|**/o**| ✔️ | ✔️ | ✔️ | ✔️ |
|**/v**| ✔️ | ✔️ | ✔️ | ✔️ |
|**/nocompress**| ✔️ | ✔️ | ✔️ |N/A|
|**/localonly**| ✔️ | ✔️ | ❌ | ✔️ |
|**/key**| ❌ | ✔️ | ❌ | ✔️ |
|**/encrypt**|Required*| ❌ | ❌ | ✔️ |
|**/keyfile**|N/A| ✔️ | ❌ | ✔️ |
|**/l**| ✔️ | ✔️ | ✔️ | ✔️ |
|**/listfiles**| ✔️ | ✔️ | ❌ | ✔️ |
|**/progress**| ✔️ | ✔️ | ❌ | ✔️ |
|**/r**| ✔️ | ✔️ | ❌ | ✔️ |
|**/w**| ✔️ | ✔️ | ❌ | ✔️ |
|**/c**| ✔️ | ✔️ | ❌ | ✔️ |
|**/p**| ✔️ | ✔️ | ❌ |N/A|
|**/all**| ✔️ | ✔️ | ❌ | ✔️ |
|**/ui**| ✔️ | ✔️ | ❌ | ❌ |
|**/ue**| ✔️ | ✔️ | ❌ | ❌ |
|**/uel**| ✔️ | ✔️ | ❌ | ❌ |
|**/efs**:*\<option\>*| ✔️ | ✔️ | ❌ | ✔️ |
|**/genconfig**| ✔️ | ✔️ |N/A| ✔️ |
|**/config**| ✔️ | ✔️ | ❌ | ✔️ |
|*\<StorePath\>*| ✔️ | ✔️ | ❌ | ✔️ |
|**/i**| ✅ | ✅ | ✅ | ✅ |
|**/o**| ✅ | ✅ | ✅ | ✅ |
|**/v**| ✅ | ✅ | ✅ | ✅ |
|**/nocompress**| ✅ | ✅ | ✅ |N/A|
|**/localonly**| ✅ | ✅ | ❌ | ✅ |
|**/key**| ❌ | ✅ | ❌ | ✅ |
|**/encrypt**|Required*| ❌ | ❌ | |
|**/keyfile**|N/A| ✅ | ❌ | ✅ |
|**/l**| ✅ | ✅ | ✅ | ✅ |
|**/listfiles**| ✅ | ✅ | ❌ | ✅ |
|**/progress**| ✅ | ✅ | ❌ | ✅ |
|**/r**| ✅ | ✅ | ❌ | ✅ |
|**/w**| ✅ | ✅ | ❌ | ✅ |
|**/c**| ✅ | ✅ | ❌ | ✅ |
|**/p**| ✅ | ✅ | ❌ |N/A|
|**/all**| ✅ | ✅ | ❌ | ✅ |
|**/ui**| ✅ | ✅ | ❌ | ❌ |
|**/ue**| ✅ | ✅ | ❌ | ❌ |
|**/uel**| ✅ | ✅ | ❌ | ❌ |
|**/efs**:*\<option\>*| ✅ | ✅ | ❌ | ✅ |
|**/genconfig**| ✅ | ✅ |N/A| ✅ |
|**/config**| ✅ | ✅ | ❌ | ✅ |
|*\<StorePath\>*| ✅ | ✅ | ❌ | ✅ |
> [!NOTE]
>