Skip to content

Commit e986227

Browse files
authored
update device info variables
Added list of supported device information variables that can be used in asset tag information.
1 parent 1d7cccb commit e986227

1 file changed

Lines changed: 28 additions & 1 deletion

File tree

memdocs/intune/configuration/ios-device-features-settings.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,34 @@ This feature applies to:
245245
- **Asset tag information**: Enter information about the asset tag of the device. For example, enter `Owned by Contoso Corp` or `Serial Number: {{serialnumber}}`.
246246

247247
Device tokens can also be used to add device-specific information to these fields. For example, to show the serial number, enter `Serial Number: {{serialnumber}}` or `Device ID: {{DEVICEID}}`. On the lock screen, the text shows similar to `Serial Number 123456789ABC`. When entering variables, be sure to use curly brackets `{{ }}`. [App configuration tokens](../apps/app-configuration-policies-use-ios.md#tokens-used-in-the-property-list) includes a list of variables that can be used. You can also use `DEVICENAME` or any other device-specific value.
248-
248+
249+
The following device information variables are supported:
250+
- **{{userPrincipalName}}**: UPN of the user
251+
- **{{mail}}**: Email address of the user
252+
- **{{partialUPN}}**: UPN prefix before the @ symbol
253+
- **{{UserName}}**: User name
254+
- **{{AccountId}}**: Intune tenant ID or account ID
255+
- **{{AccountName}}**: Intune tenant name or account name
256+
- **{{DeviceId}}**: Intune device ID
257+
- **{{DeviceName}}**: Intune device name
258+
- **{{UserId}}**: Intune user ID
259+
- **{{SerialNumber}}**: Device serial number
260+
- **{{SerialNumberLast4Digits}}**: Last 4 digits of the device serial number
261+
- **{{UDID}}**: Device UDID
262+
- **{{UDIDLast4Digits}}**: Last 4 digits of the device UDID
263+
- **{{domain}}**: Domain name
264+
- **{{AppleId}}**: Apple ID of the user
265+
- **{{ManagedAppleId}}**: Managed Apple ID of the user
266+
- **{{EDUUserType}}**: Type of user
267+
- **{{SearchableDeviceKey}}**: NGC Key ID
268+
- **{{SIGNEDDEVICEID}}**: Device ID blob assigned to client during Company Portal enrollment
269+
- **{{SignedDeviceIdWithUserId}}**: Device ID blob assigned to client with user-affinity during Apple Setup Assistant
270+
- **{{EASID}}**: Exchange Active Sync ID
271+
- **{{IMEI}}**: IMEI of the device
272+
- **{{MEID}}**: MEID of the device
273+
- **{{AADDeviceId}}**: Azure AD device ID
274+
- **{{Department}}**: Department assigned during Setup Assistant
275+
249276
> [!NOTE]
250277
> Variables aren't validated in the UI, and are case sensitive. As a result, you may see profiles saved with incorrect input. For example, if you enter `{{DeviceID}}` instead of `{{deviceid}}` or '{{DEVICEID}}', then the literal string is shown instead of the device's unique ID. Be sure to enter the correct information. All lowercase or all uppercase variables are supported, but not a mix.
251278

0 commit comments

Comments
 (0)