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
+29-28Lines changed: 29 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ keywords:
7
7
author: MandiOhlinger
8
8
ms.author: mandia
9
9
manager: dougeby
10
-
ms.date: 10/18/2021
10
+
ms.date: 01/19/2022
11
11
ms.topic: reference
12
12
ms.service: microsoft-intune
13
13
ms.subservice: configuration
@@ -244,37 +244,38 @@ This feature applies to:
244
244
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
-
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.
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 `{{ }}`.
248
248
249
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
250
+
251
+
-`{{AADDeviceId}}`: Azure AD device ID
252
+
-`{{AccountId}}`: Intune tenant ID or account ID
253
+
-`{{AccountName}}`: Intune tenant name or account name
254
+
-`{{AppleId}}`: Apple ID of the user
255
+
-`{{Department}}`: Department assigned during Setup Assistant
256
+
-`{{DeviceId}}`: Intune device ID
257
+
-`{{DeviceName}}`: Intune device name
258
+
-`{{domain}}`: Domain name
259
+
-`{{EASID}}`: Exchange Active Sync ID
260
+
-`{{EDUUserType}}`: Type of user
261
+
-`{{IMEI}}`: IMEI of the device
262
+
-`{{mail}}`: Email address of the user
263
+
-`{{ManagedAppleId}}`: Managed Apple ID of the user
264
+
-`{{MEID}}`: MEID of the device
265
+
-`{{partialUPN}}`: UPN prefix before the @ symbol
266
+
-`{{SearchableDeviceKey}}`: NGC Key ID
267
+
-`{{SerialNumber}}`: Device serial number
268
+
-`{{SerialNumberLast4Digits}}`: Last 4 digits of the device serial number
269
+
-`{{SIGNEDDEVICEID}}`: Device ID blob assigned to client during Company Portal enrollment
270
+
-`{{SignedDeviceIdWithUserId}}`: Device ID blob assigned to client with user-affinity during Apple Setup Assistant
271
+
-`{{UDID}}`: Device UDID
272
+
-`{{UDIDLast4Digits}}`: Last 4 digits of the device UDID
273
+
-`{{UserId}}`: Intune user ID
274
+
-`{{UserName}}`: User name
275
+
-`{{userPrincipalName}}`: UPN of the user
275
276
276
277
> [!NOTE]
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.
278
+
> 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