Custom Policies for MDM Devices

Instructions for how to create and apply custom policies.

Create a policy:

  1. In Trustd MTD, navigate to Policies
  2. Click “Add new policy”
  3. Enter a friendly policy name (e.g. Corporate Device Policy) then press “Create new policy”

Edit a policy:

  1. Click the policy from the “Custom policies” table that you wish to edit

Assign the policy:

Note: The custom policy is assigned when the device first connects to Trustd MTD.

via Microsoft Intune for iOS :
  1. In Microsoft Intune, Navigate to Apps -> App Configuration Policy
  2. Select the iOS App Configuration policy that you wish to which you want the custom policy to apply
  3. Before the /dict tag, insert the following 2 lines:
    <key>app.traced.policyID</key>
    <string>{PASTE POLICY ID HERE}</string>
via Microsoft Intune for Android :
  1. In Microsoft Intune, Navigate to Apps -> App Configuration Policy
  2. Select the Android App Configuration policy that you wish to which you want the custom policy to apply
  3. Within the “managedProperty” JSON array, add the following object:
        {
            "key": "app.traced.policyID",
            "valueString": "{PASTE POLICY ID HERE}"
        }

Still have any questions or need more info? contact us at support@traced.app