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 1/2] 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] > From 569926916197258849477d904d70313a977adfd2 Mon Sep 17 00:00:00 2001 From: Aditi Srivastava <133841950+aditisrivastava07@users.noreply.github.com> Date: Wed, 1 May 2024 12:23:35 +0530 Subject: [PATCH 2/2] Pencil edit --- windows/deployment/usmt/usmt-requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/deployment/usmt/usmt-requirements.md b/windows/deployment/usmt/usmt-requirements.md index 9d3a68589b..cdb3d41096 100644 --- a/windows/deployment/usmt/usmt-requirements.md +++ b/windows/deployment/usmt/usmt-requirements.md @@ -79,7 +79,7 @@ To open an elevated command prompt: ### Specify the `/c` option and \ settings in the `Config.xml` file -USMT fails if it can't migrate a file or setting, unless the `/c` option is specified. When the `/c` option is specified, USMT logs an error each time it encounters a file that is in use that didn't migrate, but the migration isn't be interrupted. In USMT, which types of errors should allow the migration to continue and which should cause the migration to fail can be specified in the `Config.xml` file. For more information about error reporting, and the **\** element, see [Config.xml file](usmt-configxml-file.md#errorcontrol), [Log files](usmt-log-files.md), and [XML elements library](usmt-xml-elements-library.md). +USMT fails if it can't migrate a file or setting, unless the `/c` option is specified. When the `/c` option is specified, USMT logs an error each time it encounters a file that is in use that didn't migrate, but the migration isn't to be interrupted. In USMT, which types of errors should allow the migration to continue and which should cause the migration to fail can be specified in the `Config.xml` file. For more information about error reporting, and the **\** element, see [Config.xml file](usmt-configxml-file.md#errorcontrol), [Log files](usmt-log-files.md), and [XML elements library](usmt-xml-elements-library.md). ## LoadState