mtniehaus / UpdateOS

Sample app for installing Windows updates during an Autopilot deployment
137 stars 29 forks source link

Install failure, Apps (0x81036502) #5

Closed Bwells2023 closed 3 months ago

Bwells2023 commented 5 months ago

Hello,

Looking for a way to apply windows updates during autopilot setup. Came across this option and started some test runs based of the setup instructions. During account setup I see the app failure below:

Apps(0x81036502)

It happened once I added the .intunewin app with the update. Once I remove it, the setup finished. I also tested ESP with just that PowerShell update app and failed. Have you seen this error before? and have a suggested resolution?

Thank you

mtniehaus commented 5 months ago

That error by itself just means that a timeout occurred. Did you set a longer "Installation time required (mins)" value?

image
Bwells2023 commented 5 months ago

Hello,

Yes I had set to 120 minutes

Screenshot 2024-02-02 at 10 43 02 AM

mtniehaus commented 5 months ago

OK, then it would require digging deeper into the IntuneManagementExtension.log file to see what's up.

HeyJudeRW commented 4 months ago

Hi @Bwells2023 , did you try running the PS script manually with admin rights?

Bwells2023 commented 4 months ago

Hello @HeyJudeRW,

Yes, I was able to run it locally. I do have to set the execution policy to unrestricted. The issue on my end may be with the script not being signed. Right now, this is on hold for due to timing.

Thank you