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
+33-5Lines changed: 33 additions & 5 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
@@ -240,14 +240,42 @@ This feature applies to:
240
240
241
241
-**"If Lost, Return to..." Message**: If devices are lost or stolen, enter a note that might help get the device returned if found. You can enter any text you want. For example, enter something like `If found, call Contoso at ...`.
242
242
243
-
The text you enter is shown on the sign in window and lock screen on devices.
243
+
The text you enter is shown on the sign in window and lock screen on devices.
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.
248
-
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
+
249
+
The following device information variables are supported:
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
276
+
249
277
> [!NOTE]
250
-
> 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