Edit a template's XML code

  1. Click Tools > Provisioning > OS provisioning.
  2. Select Public or My templates or one of their subgroups.
  3. Double-click a template. In the Template view, click XML.
  4. Make changes to the XML code for the template.
  5. To save changes, click Save changes.
  6. To export a copy of the template, click Export and specify a file location.
  7. Click OK to close the Template view.

Provisioning templates are structured using the following general XML format.

<template name= >

<description></description>

<section name= >

<description></description>

<action></action>

</section>

<section name= >

<description></description>

<action></action>

</section>

</template>