You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

This feature is available in DualShield v6.8 or later

Devices can also be enrolled in bulk by the administrators.

Collect Device IDs

First, the administrator needs to collect the Device IDs from users. 

Unable to render {include} The included page could not be found.

Create Import File

Then, the administrator needs to create a Device ID Import File in the format below:


Token File Format
<?xml version="1.0" encoding="utf-8"?>
<data>
  <header>
    <manufacturerCode>DN</manufacturerCode>
    <productCode>ASDID</productCode>
  </header>
  <tokens>
    <token>
      <serial></serial>
      <description>work phone</description>
      <deviceId>XXXXXXXX</deviceId>
      <deviceModel>iPhone Max 14</deviceModel>
      <deviceOS>iOS 14</deviceOS>
      <mailClient>Apple Mail</mailClient>
    </token>
    <token>
      <serial></serial>
      <description>work phone</description>
      <deviceId>XXXXXXXX</deviceId>
      <deviceModel>Sumsung Galaxy S23</deviceModel>
      <deviceOS>Android 13</deviceOS>
      <mailClient>Google Mail</mailClient>
    </token>
  </tokens>
</data>  

Import Device IDs

In the Admin Console, navigate to 

  • No labels