Skip to content

Commit e3416e2

Browse files
Put list in alphabetical order
1 parent e986227 commit e3416e2

1 file changed

Lines changed: 29 additions & 28 deletions

File tree

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

Lines changed: 29 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords:
77
author: MandiOhlinger
88
ms.author: mandia
99
manager: dougeby
10-
ms.date: 10/18/2021
10+
ms.date: 01/19/2022
1111
ms.topic: reference
1212
ms.service: microsoft-intune
1313
ms.subservice: configuration
@@ -244,37 +244,38 @@ This feature applies to:
244244

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

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 `{{ }}`.
248248

249249
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
275276

276277
> [!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.
278279
279280
## Single sign-on
280281

0 commit comments

Comments
 (0)