Troubleshooting Autopilot Hybrid Azure Build

Brass Contributor

Hi Everyone

 

I'm having some trouble with an Autopilot deployment. I am pretty new to this too..

 

I am seeing errors with app deployments as part of an Autopilot profile which is Hybrid Azure AD joined. The environment is configured with co-management but the devices are new AutoPilot builds which have their hashes uploaded by the vendor.

 

Can confirm all the pre-requisites are setup in the environment for HAAJ Autopilot.

Automatic enrolment is setup and user provisioning device is within the scope and has a M365 E3 license.

 

Testing with a number of devices and all are failing at App 14 to 16.

 

When collecting the logs and reviewing we are seeing the following in the IntuneManagementExtension.log, I have extracted a few lines from it:

 

<![LOG[AAD User check is failed, exception is Intune Management Extension Error.

Exception: Microsoft.Management.Services.IntuneWindowsAgent.AgentCommon.TokenAquireException: Attempt to get token, but failed.

at Microsoft.Management.Services.IntuneWindowsAgent.AgentCommon.IntuneTokenManager.<GetTokenInternalAsync>d__41.MoveNext()

 

I have reviewed the event viewer logs and IntuneManagementExtension.log where the above is taken from.

 

Are there any other logs that I should review to help me troubleshoot or even better does anyone know what this issue could relate to?

 

Many Thanks

4 Replies

Hi
Just an update I think we know what the issue is, we are seeing errors 304/307 in the event viewer of a failed AP build. It seems to be related to the service connection point configuration, so looking into that.

The environment does already have an SCP configured but it doesnt match up with the tenant name so are making changes to reflect the correct details.

Plan to re-reun the Azure AD Connect wizard again to update the SCP config.

 

 

@isotonic_uk I was seeing similar errors in my logs as well on my AP device. Did you find a resolution?

@Geekmaster614 

 

Hi yes I did, for any failure builds I used this script to help me understand the problems and which apps were failing. https://oofhours.com/2020/09/27/coming-soon-improvements-to-app-installation-error-handling-in-esp/

 

@ranj-singh111 Great script!  Thanks for sharing! Very detailed, and helpful.