Skip to content

Commit 0723dbe

Browse files
authored
Merge pull request #2716 from bb-froggy/patch-2
DeviceId not supported for COPE devices
2 parents 1a1ac95 + 9de2e7c commit 0723dbe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

memdocs/intune/protect/certificates-profile-scep.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Devices that run Android Enterprise might require a PIN before SCEP can provisio
129129
- **CN={{UserName}}**: The user name of the user, such as janedoe.
130130
- **CN={{UserPrincipalName}}**: The user principal name of the user, such as [email protected].
131131
- **CN={{AAD_Device_ID}}**: An ID assigned when you register a device in Azure Active Directory (AD). This ID is typically used to authenticate with Azure AD.
132-
- **CN={{DeviceId}}**: An ID assigned when you enroll a device in Intune.
132+
- **CN={{DeviceId}}**: An ID assigned when you enroll a device in Intune. *(not supported on Android Enterprise for Fully Managed, Dedicated, and Corporate-Owned Work Profile)*
133133
- **CN={{SERIALNUMBER}}**: The unique serial number (SN) typically used by the manufacturer to identify a device.
134134
- **CN={{IMEINumber}}**: The International Mobile Equipment Identity (IMEI) unique number used to identify a mobile phone.
135135
- **CN={{OnPrem_Distinguished_Name}}**: A sequence of relative distinguished names separated by comma, such as *CN=Jane Doe,OU=UserAccounts,DC=corp,DC=contoso,DC=com*.
@@ -155,7 +155,7 @@ Devices that run Android Enterprise might require a PIN before SCEP can provisio
155155
Format options for the Subject name format include the following variables:
156156

157157
- **{{AAD_Device_ID}}** or **{{AzureADDeviceId}}** - Either variable can be used to identify a device by its Azure AD ID.
158-
- **{{DeviceId}}** - The Intune device ID
158+
- **{{DeviceId}}** - The Intune device ID *(not supported on Android Enterprise for Fully Managed, Dedicated, and Corporate-Owned Work Profile)*
159159
- **{{Device_Serial}}**
160160
- **{{Device_IMEI}}**
161161
- **{{SerialNumber}}**

0 commit comments

Comments
 (0)