USMT Refresh 11

This commit is contained in:
Frank Rojas
2024-01-02 12:27:24 -05:00
parent e185f43bf3
commit f741c889e9
33 changed files with 482 additions and 485 deletions

View File

@ -1,26 +1,26 @@
---
title: XML File Requirements (Windows 10)
title: XML File Requirements
description: Learn about the XML file requirements for creating custom .xml files, like the file must be in UTF-8 and have a unique migration URL ID.
manager: aaroncz
ms.author: frankroj
ms.prod: windows-client
author: frankroj
ms.date: 11/01/2022
ms.date: 12/30/2023
ms.topic: article
ms.technology: itpro-deploy
---
# XML file requirements
When creating custom .xml files, note the following requirements:
When creating custom **.xml** files, note the following requirements:
- **The file must be in Unicode Transformation Format-8 (UTF-8).** Save the file in this format, and you must specify the following syntax at the beginning of each .xml file:
- **The file must be in Unicode Transformation Format-8 (UTF-8).** Save the file in this format and the following syntax must be specified at the beginning of each **.xml** file:
```xml
<?xml version="1.0" encoding="UTF-8"?>
```
- **The file must have a unique migration URL ID**. The URL ID of each file that you specify on the command line must be different. If two migration .xml files have the same URL ID, the second .xml file that is specified on the command line won't be processed. The second file won't be processed because USMT uses the URL ID to define the components within the file. For example, you must specify the following syntax at the beginning of each file:
- **The file must have a unique migration URL ID**. The URL ID of each file that is specified on the command line must be different. If two migration **.xml** files have the same URL ID, the second **.xml** file that is specified on the command line isn't processed. The second file isn't processed because USMT uses the URL ID to define the components within the file. For example, the following syntax must be specified at the beginning of each file:
```xml
<?xml version="1.0" encoding="UTF-8"?>
@ -33,4 +33,4 @@ When creating custom .xml files, note the following requirements:
<displayName>My Application</displayName>
```
For examples of custom .xml files, see [Custom XML examples](usmt-custom-xml-examples.md).
For examples of custom **.xml** files, see [Custom XML examples](usmt-custom-xml-examples.md).