Forum Discussion
rashadbakirov
Feb 09, 2023Brass Contributor
Autopilot Error (0x81036502) - Endpoint Manager
Dear community members, I am facing an issue with my Endpoint Manager's autopilot feature. It suddenly stopped working and I am receiving error code 0x81036502. I would greatly appreciate any hel...
- Feb 09, 2023https://call4cloud.nl/?s=0x81036502 😛
just use my blog as your own personal google search....
Lets start by looking at which apps you configured as required apps during the esp
If you know the apps... use mn his get-autopilotdiagnostics tool to determine which app has a wrong install status ... or by looking at the registry
https://learn.microsoft.com/en-us/troubleshoot/mem/intune/device-enrollment/understand-troubleshoot-esp
I guess with a little bit of searching you will find the culprit
JaggerSystems_com
Mar 07, 2023Copper Contributor
Hello world
I may have worked out how to find and resolve this.
When the device throws up the error, press Shift + F10 to open a cmd prompt. Open regedit.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Autopilot\EnrollmentStatusTracking\Device\Setup\Apps\Tracking\Sidecar
Here you'll see all win32 apps being deployed. We only deploy win32 apps but you may have some other registry locations with apps in. You'll find them in this general area anyway.
Look for a registry value of 4. This app has failed installation is likely what caused the issue. Make a note of the app ID string.
Use the app ID string to go to the app in Intune
I had to actually go in to the app, and visually find the app id, pasting it didn't work. I might have had an incorrect URL.
Anyway, that's how you find the app causing issues. Exclude it and you'll find ESP works fine.
Regards,
Stefan
nmartinez1205
Jun 23, 2023Copper Contributor
I identified the failed application and by simply deleting it from the ESP, the computer installation continued without problems.
I have to check why it failed, because when I finished the computer installation, I noticed that the application had been installed without problems, maybe it is something in the recognition method.
Anyway, thank you very much for your input, it has been a great help.
I have to check why it failed, because when I finished the computer installation, I noticed that the application had been installed without problems, maybe it is something in the recognition method.
Anyway, thank you very much for your input, it has been a great help.
- lamthongFeb 18, 2025Copper Contributor
I think this is a way too but it seems like I can't login after I deleted the records failed in ESP .
- Paul_IsaacJul 12, 2023Copper Contributor
nmartinez1205 removing the application from the ESP does not prevent it from being installed, it will still install in its own good time after the ESP finishes. The ESP only tracks the installs of the applications specified in the ESP, and will not release the ESP until they are installed. I believe it prioritizes these app installs, but it does not force them to be installed first. This has been an issue with Intune apps and continues to be as there is no way to control the install order. Say, for example you have two apps specified in your ESP, and 10 other required apps. It is possible that these 10 apps could install prior to the 2 you specified, and the time this takes could cause the ESP to time out. However, the application will still install in the background, regardless of the ESP failure or not (providing the installation is working fine), which makes troubleshooting difficult. Another scenario is that an application may fail to install because it has a dependency on another application and cannot install successfully until that application is installed. A third scenario is when an application install fails and puts a prompt or information screen up, which is hidden by the ESP. The user never sees it, and so cannot hit continue or ok or whatever the prompt is waiting for and the ESP stalls and eventually times out. generally these are the best issues as they may prevent the other applications from installing until the button is pressed and the process ends, permitting the next application to start.
Yet another scenario is where you have multiple application deployment mechanisms, like ConfigMgr and Intune, if both try to deploy an application at the same time, one will win, the other will fail due to another install taking place. This can happen with MSI apps or when mixing MSI (lob) and Win32 as the Win32 could have an embedded MSI.
In my personal opinion the Autopilot process is not Enterprise-ready and has so many issues. Don't get me started with Co-Management in Autopilot, that is a whole other can of worms.
- nmartinez1205Aug 01, 2023Copper ContributorI totally agree with you. With the experience we are having with autopilot, we have detected many failures, most of them we have been able to solve, others, do not adapt to our way of working with the workstations, but, maybe I expressed myself wrong, I decided to remove it from the ESP, while validating why it was not installing or failing that application, since I had many workstations, which were not being configured satisfactorily.
As a workaround, by removing it from the ESP, what I achieved, is that the AP process continues its course so that the workstation is finished configuring satisfactorily.
I did some research, and the failure was because the detection method of the application was wrong, so after fixing it, I was able to assign it back to the ESP.