NetConfig XML Format

 

The following is an example NetConfig.xml file:

 

 

<?xml version="1.0" ?>

<resources>

<group name="GROUPA">

<domain name="YOURDOMAIN">

<computer name="JOHN *">

</computer>

<computer name="*DELL">

</computer>

<computer name=”PETE">

</computer>

</domain>

</group>

<group name="GROUPB">

<domain name="MYDOMAIN">

</domain>

</group>

</resources>

 

 

NetConfig.xml is an XML file and must adhere to the XML constructs.

  

 

 

 

 

The Control Center also uses the NetConfig.xml file to ‘store’ additional data associated with each computer when exiting the console. This data is read back in upon the next invocation of the console. The data is stored under each <computer> tag with a <data> tag. The <data> does not need to be present, but it will automatically be generated and maintained by the Control Center.

 

The DelayedSettings.xml file also utilizes the same format. This file utilizes a second tag <setting> under the <computer> tag. This tag is used to store specific setting information for the computer. Currently, the attribute ‘file’ within the <setting> tag is used to determine what Client configuration settings file to copy to the computer.  

 

Note: the DelayedSettings.xml file is administered by the Control Center and does not need to be edited manually. This discussion is provided for informational purposes only.

 

 

Related Topics:

Knowledge Base

Technical Support