You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: memdocs/intune/configuration/ios-device-features-settings.md
+28-1Lines changed: 28 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -245,7 +245,34 @@ This feature applies to:
245
245
-**Asset tag information**: Enter information about the asset tag of the device. For example, enter `Owned by Contoso Corp` or `Serial Number: {{serialnumber}}`.
246
246
247
247
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
+
249
276
> [!NOTE]
250
277
> 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.
0 commit comments