diff --git a/windows/deployment/windows-autopilot/known-issues.md b/windows/deployment/windows-autopilot/known-issues.md index 52826b1c93..0123c3675c 100644 --- a/windows/deployment/windows-autopilot/known-issues.md +++ b/windows/deployment/windows-autopilot/known-issues.md @@ -51,11 +51,11 @@ This happens because Windows 10, version 1903 deletes the AutopilotConfiguration - You are unable to install UWP apps from the Microsoft Store, causing failures during Windows Autopilot. If you are deploying Company Portal as a blocking app during Windows Autopilot ESP, you’ve probably seen this error. - A user is not granted administrator rights in the Windows Autopilot user-driven Hybrid Azure AD join scenario. This is another non-English OS issue.
0x800705B4 | The device is not TPM 2.0 capable, such as a VM. You cannot use this device with self-deploying mode. - |
0x801c03ea | The device is TPM 2.0 capable, but the TPM is not currently 2.0 and needs to be upgraded. - |
0xc1036501 | The device cannot do an automatic MDM enrollment because there are multiple MDM configurations in Azure AD. Remove the duplicate configurations. + |
0x800705B4 | This is a general error indicating a timeout. A common cause of this error in self-deploying mode is that the device is not TPM 2.0 capable (ex: a virtual machine). Devices that are not TPM 2.0 capable cannot be used with self-deploying mode. + |
0x801c03ea | This error indictes that TPM attestation failed, causing a failure to join Azure Active Directory with a device token. + |
0xc1036501 | The device cannot do an automatic MDM enrollment because there are multiple MDM configurations in Azure AD. See Inside Windows Autopilot self-deploying mode. |