mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-18 03:43:39 +00:00
CI Update
This commit is contained in:
@ -30,7 +30,7 @@ For more information about using the Config.xml file with other migration files,
|
||||
**Note**
|
||||
To exclude a component from the Config.xml file, set the **migrate** value to **"no"**. Deleting the XML tag for the component from the Config.xml file will not exclude the component from your migration.
|
||||
|
||||
|
||||
|
||||
|
||||
## In This Topic
|
||||
|
||||
@ -110,7 +110,7 @@ Additionally, the order in the **<ErrorControl>** section implies priority
|
||||
**Important**
|
||||
The configurable **<ErrorControl>** rules support only the environment variables for the operating system that is running and the currently logged-on user. As a workaround, you can specify a path using the (\*) wildcard character.
|
||||
|
||||
|
||||
|
||||
|
||||
### <a href="" id="bkmk-fatal"></a><fatal>
|
||||
|
||||
@ -146,7 +146,7 @@ Syntax: `<fatal errorCode="any">`*<pattern>*`</fatal>`
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
You use the **<fatal>** element to specify that errors matching a specific pattern should cause USMT to halt the migration.
|
||||
|
||||
@ -200,14 +200,14 @@ Syntax: `<nonfatal errorCode="any">`*<pattern>*`</nonFatal>`
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
You use the **<nonFatal>** element to specify that errors matching a specific pattern should not cause USMT to halt the migration.
|
||||
|
||||
## <a href="" id="bkmk-registryerror"></a><registryError>
|
||||
|
||||
|
||||
The **<registryError>**element is not required.
|
||||
The <strong><registryError></strong>element is not required.
|
||||
|
||||
- **Number of occurrences**: Once for each component
|
||||
|
||||
@ -239,7 +239,7 @@ Syntax: `<registryError></registryError>`
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
You use the **<registryError>** element to specify that errors matching a specific pattern should not cause USMT to halt the migration.
|
||||
|
||||
@ -263,7 +263,7 @@ The **<HardLinkStoreControl>** sample code below specifies that hard links
|
||||
**Important**
|
||||
The **<ErrorControl>** section can be configured to conditionally ignore file access errors, based on the file’s location.
|
||||
|
||||
|
||||
|
||||
|
||||
``` syntax
|
||||
<Policy>
|
||||
@ -358,7 +358,7 @@ This element describes the source and destination groups for a local group membe
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
The valid and required children of **<changeGroup>** are **<include>** and **<exclude>**. Although both can be children at the same time, only one is required.
|
||||
|
||||
@ -579,9 +579,9 @@ Refer to the following sample Config.xml file for additional details about items
|
||||
|
||||
[USMT XML Reference](usmt-xml-reference.md)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user