Hybrid Autopilot Issues

Matt Dillon 437 Reputation points
2026-03-17T13:16:14.0166667+00:00

I built out a Hybrid Join Autopilot setup for a client. I created an on-prem targeted OU called Autopilot Devices. I have the ENtra ID Connect app target this OU for Hybrid Join and applied the Intune Enrollment GPO to this OU as well. The Domain Join policy targets this OU and I also built out a Skip User Setup config.

There are a bunch of standard configs and apps deployed as well, including a script to make the automatic time zone apply.

I also built out an Entra Join Autopilot as well.

Without surprise, the Entra Join device works 100%:

Apps all install, Configs apply, Scripts run, time is changed, BitLocker works, Windows LAPS works - no issues with any Intune policies.

The Hybrid Device seems to have loads of issues:

The Entra device is the one that seems to be tied to Intune which is probably the reason for the rest of the issues - BitLocker seems to have necrypted the device, but I am not seeing the key in intune. WIndows LAPS doe snot show anything, I am seeing a delay in the apps install, and just general yuck results. I also noticed when we run a user based Hybrid AUtopilot, the sign in fails at first, but then works immediately afterwards.

The only thing different from this client than any other client I have set up for Hybrid AUtopilot is the fact that they use Arctic Wolf in the environemnt. AI seems to think this could be an issue, but not finding anything from real peopl on Reddit or the rest of the web.

Anyone have any thoughts?

Microsoft Security | Windows Autopilot

1 answer

Sort by: Oldest
  1. AI answer

    2026-03-17T13:16:43.0566667+00:00

    For this scenario, focus on how hybrid Autopilot devices are represented and when Intune actually “locks onto” the correct device object, plus known hybrid-specific behaviors and Conditional Access/compliance timing.

    Key points and checks:

    1. Understand the dual device IDs in hybrid Autopilot
    • Hybrid Autopilot creates two device identities initially:
      • A Microsoft Entra ID device
      • A hybrid-joined (on-prem AD + Entra) device
    • Until a user signs in successfully, Intune syncs and evaluates compliance only against the Entra device ID, not the hybrid one. The hybrid device’s compliance state shows as N/A in the Azure portal until that first sign-in completes.
    • This can cause:
      • Conditional Access issues
      • Apparent delays in app deployment and policy processing
      • Confusion about which object Intune is targeting

    Action:

    • After deployment, ensure a user signs in interactively on the hybrid device and allow time for Intune to resync. Then verify which device object shows as managed and compliant.
    1. Conditional Access and enrollment app exclusions
    • If there are restrictive Conditional Access policies (especially in security-focused environments like those using third-party monitoring such as Arctic Wolf), verify the following exceptions are in place:
      • Microsoft Intune Enrollment is excluded from any CA policy that requires Terms of Use or compliant device.
      • Microsoft Intune and Microsoft Intune Enrollment are on the exclusion list for any “block all apps except excluded” or “require compliant device” policies.
    • Without these exclusions, Autopilot enrollment can partially succeed but leave the device in a bad state where:
      • Enrollment completes
      • But compliance evaluation and app/policy flow are blocked or delayed

    Action:

    • Review Conditional Access policies and explicitly exclude:
      • Microsoft Intune Enrollment
      • Microsoft Intune
    • Ensure no Terms of Use requirement is applied to the Intune Enrollment app.
    1. BitLocker and compliance timing on Autopilot
    • For Autopilot devices, BitLocker and Secure Boot status are not captured until after a reboot.
    • Compliance policies that require BitLocker or Secure Boot must include a grace period; otherwise, the device can appear noncompliant or incomplete for some time.

    Action:

    • Confirm compliance policies for BitLocker/Secure Boot have a grace period (as low as 0.25 days) for Autopilot devices.
    • Ensure the device has rebooted after encryption before expecting BitLocker status and recovery keys to be fully reflected in Intune.
    1. Known hybrid Autopilot issues
    • Hybrid Autopilot is more fragile than pure Entra join and has several known issues:
      • Temporary N/A compliance state on hybrid device ID until user sign-in.
      • Potential timeouts or failures in hybrid join flows (depending on OS build and updates).

    Action:

    • Confirm devices are on OS builds that include fixes for hybrid Autopilot issues if applicable to the Windows version in use.
    • Validate that the Intune Connector for Active Directory is correctly installed in the same domain where the Autopilot devices’ computer accounts are created.
    1. General guidance for hybrid vs Entra join
    • Microsoft recommends using cloud-native Microsoft Entra join for new devices rather than hybrid join, including with Autopilot.
    • The behavior observed (Entra join working flawlessly, hybrid join being “yuck”) aligns with this guidance: hybrid adds complexity (on-prem AD, connector, dual IDs, CA interactions) that Entra join avoids.

    Action:

    • Where possible, prefer Entra join Autopilot for new deployments.
    • If hybrid is required (e.g., legacy on-prem dependencies), ensure:
      • Intune Connector for AD is healthy and in the correct domain
      • OU scoping is correct
      • Conditional Access and compliance policies are tuned for hybrid Autopilot (grace periods, app exclusions, first sign-in requirement)
    1. Arctic Wolf angle
    • No specific documented interaction with Arctic Wolf is present in the referenced material.
    • Focus troubleshooting on:
      • Network/proxy inspection that might affect ODJConnector or Autopilot traffic
      • Conditional Access and device compliance timing
      • Dual device ID behavior and first user sign-in

    Summary of practical steps:

    1. Confirm a user signs in to the hybrid Autopilot device and wait for Intune sync; then re-check device objects, compliance, BitLocker key, and LAPS status.
    2. Review Conditional Access to ensure Microsoft Intune and Microsoft Intune Enrollment are excluded from restrictive policies and Terms of Use.
    3. Ensure BitLocker/Secure Boot compliance policies have a grace period and that the device has rebooted post-encryption.
    4. Validate Intune Connector for AD is in the correct domain/OU path used by Autopilot.
    5. Prefer Entra join for new devices where possible, per Microsoft guidance.

    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.