You can use variables to automatically pull information from your devices and input it as a value into your WizyEMM console. The information you can pull is data specific to each device, such as a device's IMEI number, MAC address, or associated username.
You can use variables in the managed configuration of your applications in your profiles. You can, for example, preconfigure the email clients of your devices based on the enrolled device's user credentials.
Please find below all of the available variables:
Variable Name | Description |
$DEVICE_OWNER_USERNAME$ | Username of the user associated to device |
$DEVICE_OWNER_EMAIL$ | Email of the user associated to device |
$DEVICE_OWNER_FIRSTNAME$ | First name of the user associated to device |
$DEVICE_OWNER_LASTNAME$ | Last name of the user associated to device |
$DEVICE_OWNER_PASSWORD$ | Password of the user associated to device |
$DEVICE_NAME$ | Device Name |
$DEVICE_SERIAL_NUMBER$ | Device Serial Number |
$DEVICE_IMEI$ | Device IMEI |
$DEVICE_WIFI_MAC_ADDRESS$ | Device Wifi Mac address |
$DEVICE_IP_ADDRESS$ | Device IP address |
$DEVICE_MODEL$ | Device Model |
$DEVICE_BRAND$ | Device Brand |
$DEVICE_STATE$ | Device State ("Registered", "Enrolled", "Provisioning") |
$PROFILE_NAME$ | Name of the profile associated to device |
$LABEL_NAMES$ | Labels given to a device (each label is separated by a comma) |
$DEVICE_PHONE_NUMBER$ | Phone number of device |
$DEVICE_CUSTOM_1$ | Device Custom Attribute 1 / Tour Number |
$DEVICE_CUSTOM_2$ | Device Custom Attribute 2 / Badge ID |
$DEVICE_CUSTOM_3$ | Device Custom Attribute 3 |
$DEVICE_CUSTOM_4$ | Device Custom Attribute 4 |
$DEVICE_CUSTOM_5$ | Device Custom Attribute 5 |
$DEVICE_OWNER_CUSTOM_1$ | User Custom Attribute 1 (found in User settings) |
$DEVICE_OWNER_CUSTOM_2$ | User Custom Attribute 2 (found in User settings) |
$DEVICE_OWNER_CUSTOM_3$ | User Custom Attribute 3 (found in User settings) |
$DEVICE_OWNER_CUSTOM_4$ | User Custom Attribute 4 (found in User settings) |
$DEVICE_OWNER_CUSTOM_5$ | User Custom Attribute 5 (found in User settings) |
Note:
- All variables must be enclosed with a dollar sign, like $VARIABLE$