From cc834f8980ce65c6275d47210d1b4d9b75f6ea57 Mon Sep 17 00:00:00 2001 From: Frank Rojas <45807133+frankroj@users.noreply.github.com> Date: Tue, 30 Apr 2024 22:18:32 -0400 Subject: [PATCH] Update checkmarks in USMT docs --- .../deployment/usmt/usmt-loadstate-syntax.md | 50 +++++++++--------- windows/deployment/usmt/usmt-requirements.md | 10 ++-- .../deployment/usmt/usmt-scanstate-syntax.md | 52 +++++++++---------- 3 files changed, 56 insertions(+), 56 deletions(-) diff --git a/windows/deployment/usmt/usmt-loadstate-syntax.md b/windows/deployment/usmt/usmt-loadstate-syntax.md index 520ba1010a..c13a48e0c7 100644 --- a/windows/deployment/usmt/usmt-loadstate-syntax.md +++ b/windows/deployment/usmt/usmt-loadstate-syntax.md @@ -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] > diff --git a/windows/deployment/usmt/usmt-requirements.md b/windows/deployment/usmt/usmt-requirements.md index 1ed79eb022..9d3a68589b 100644 --- a/windows/deployment/usmt/usmt-requirements.md +++ b/windows/deployment/usmt/usmt-requirements.md @@ -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
Systems | ScanState
(Source
Device)| LoadState
(Destination
Device)| |--- |--- |--- | -|Windows 7|✔️|❌| -|Windows 8|✔️|❌| -|Windows 10|✔️|✔️| -|Windows 11|✔️|✔️| +|Windows 7|✅|❌| +|Windows 8|✅|❌| +|Windows 10|✅|✅| +|Windows 11|✅|✅| > [!NOTE] > diff --git a/windows/deployment/usmt/usmt-scanstate-syntax.md b/windows/deployment/usmt/usmt-scanstate-syntax.md index 5b74859a02..82d4e9ada4 100644 --- a/windows/deployment/usmt/usmt-scanstate-syntax.md +++ b/windows/deployment/usmt/usmt-scanstate-syntax.md @@ -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: @@ -85,7 +85,7 @@ There are several benefits to running the `ScanState.exe` command on an offline - **Improved success of migration.** The migration success rate is increased because: - + - Files aren't locked for editing while offline. - WinPE provides administrator access to files in the offline Windows file system, eliminating the need for administrator-level access to the online system. @@ -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**:*\*| ✔️ | ✔️ | ❌ | ✔️ | -|**/genconfig**| ✔️ | ✔️ |N/A| ✔️ | -|**/config**| ✔️ | ✔️ | ❌ | ✔️ | -|*\*| ✔️ | ✔️ | ❌ | ✔️ | +|**/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**:*\*| ✅ | ✅ | ❌ | ✅ | +|**/genconfig**| ✅ | ✅ |N/A| ✅ | +|**/config**| ✅ | ✅ | ❌ | ✅ | +|*\*| ✅ | ✅ | ❌ | ✅ | > [!NOTE] >