Previous Topic: Configuring Client Automation Integration for MDMNext Topic: Configuring Log File for Client Automation Integration for MDM


Customize MDM_Config_Settings Files

You can modify the MDM_Config_Settings file to configure the device types for asset collection from MDM Server.

Follow these steps:

Find the following code line for each of the device type and set the parameter "enabled" to true or false as required:

<device type="<device number>" name="<device type>" datakeyfilename="<device type>_DataKeySet.xml" xiumappingfilename="XIU_Schema_<device type>.xml" xiuconfigfilename="XIU_Config_Settings_<device type>.xml" enabled="<true>"/>
enabled="<true>"

Enables the importing of asset inventory for the corresponding device.

enabled="<false>"

Disables the importing of asset inventory for the corresponding device.

Customize DataKeySet Files

You can find the following DataKeySet files based on the devices supported:

Customize XIU_Schema Files

You can find the following XIU Schema Mapping files based on the devices supported:XIU_Schema_Android.

Customize XIU_Config_Settings Files

You can modify the XIU_Config_Setting file for each device type, to configure the general settings that are recommended to customize the inventory collection based on your environment settings. You can find the following XIU Configuration Settings files based on the devices supported:

You can configure the following settings for each device type as necessary:

<output-settings>

Includes Output Settings for the generated asset XIU files.

output-path value

Specifies the output folder or path to be used for generated asset XIU files

Default: C:\Import\MDM\Data\

You can configure the path for Asset Collector to directly pick-up the asset files. Or you can set the output-path value to an existing collector folder for Asset Collector.

Note: Also supports the Windows network path (UNC path) . For example, \\<hostname or IP>\Import\MDM\Data\

output-filename value

Specifies the name of the generated Asset XIU File. You can replace the default value with your desired value to name the file.

Default: Asset

output-filename host_key

Specifies the appending value for the generated XIU File name. True indicates to append the given value and False indicates not append any value.

Default: true

Examples:

  • If the value is set to True, the file name can be Asset_<host_key>.xiu, where <host_key> is the unique identifier of the corresponding device.
  • If the value is set to False, the file name can be Asset.xiu.
multi-tenant-support enabled

Specifies whether or not the multi-tenant support is enabled. True indicates enabled and False indicates disabled.

Default: false

If you set the value to True the generated asset XIU files are placed in the tenant specific folder as configured in the output-path value. If the tenant folder does not exist, then a new folder is created.

Examples:

  • If value is set to True, where the tenant is ABC, and the output-path is C:\Import\MDM\Data\ then a new folder ABC is created and the asset XIU file is placed in the ABC folder under the path C:\Import\MDM\Data\ABC.
  • If the value is set to True, where the tenant is ABC, and the output-path is C:\Import\MDM\Data\XXX then the asset XIU file is placed in the XXX folder.
<processing-info>

Includes Processing Settings for the generated asset XIU files.

origin value

Specifies the origin of the collected asset.

Default: CA MDM

trust-level

Specifies the trust worthiness of an asset. Trust level is displayed with a range of 1 to 5, 5 being the most trust worthy.

Default: 4