Press ESC to close

Maxime RastelloMaxime Rastello Microsoft 365, Azure, Identity, Security & Compliance, Enterprise Mobility, Workplace

Manually re-enroll a Hybrid Azure AD Join Windows 10 / Windows 11 device to Microsoft Intune without loosing the current configuration

Edit 01/06/2022 : updating this article to include Azure Virtual Desktop Windows 10 / Windows 11 multi-session enrollment command using Device Credential

——–

There are several ways to enroll a Windows 10 PC to Microsoft Intune:

Manually

  • During the Out-of-the-box Experience (OOBE), when starting a Windows 10 PC for the first time
  • In the Windows Settings, after the PC configuration

Manual enrollment will require that the user enters his Azure AD credentials.

[br]

Automatically

  • Using Azure AD Join + automatic Intune enrollment
  • Using Hybrid Azure AD Join + automatic Intune enrollment

Automatic enrollment can be triggered using a Group Policy, SCCM Co-Management or Windows AutoPilot.

Windows 10 automatic enrollment requires the creation of public DNS records enterpriseregistration and enterpriseenrollment. More info here.

[br]

However, sometimes it is possible that a Windows 10 PC is in an inconsistent enrollment state, with error “The sync could not be initiated“.

[br]

This can happen because:

  • The PC was shut down during a long time, and the Microsoft Intune certificate is expired (located in Local Machine / Certificates / Personal)
  • Someone manually deleted the Microsoft Intune certificate
  • The PC is enrolled in another Intune tenant

[br]

Prerequisites: check Hybrid Azure AD Join status

Before re-enrolling your device to Microsoft Intune, you need to make sure that the certificates for Hybrid Azure AD Join are not expired as well.

Follow this procedure to Manually re-register a Windows 10 / Windows 11 or Windows Server machine in Hybrid Azure AD Join.

[br]

Method 1: With data and configuration loss

[br]

The easiest way to unenroll a Windows 10 PC from Microsoft Intune is to disconnect the work or school account.

[br]

Just go to All settings > Accounts > Access work or school, select your corporate account and click Disconnect.

Important: this menu is not available on Windows 10 / Windows 11 multi-session edition for Azure Virtual Desktop.

[br]

[br]

However, the problem with this is that all data and configuration pushed by Microsoft Intune will be deleted from the PC.

[br]

Method 2: Without data or configuration loss

[br]

There is a way to manually re-enroll your Windows 10 PC without loosing all the current configuration and apps deployed by Microsoft Intune.

This method is not officially supported by Microsoft

[br]

As you may know, automatic enrollment can be triggered either by a Group Policy Object or by the SCCM client on a co-managed device.

In both cases, the feature will basically create a scheduled task to enroll the PC at next logon. The command is different if you are trying to enroll Windows 10 / Windows 11 Enterprise multi-session devices from Azure Virtual Desktop (using Device Credential) or a regular Windows 10 / Windows 11 device using User Credential:

[br]

Windows 10 / Windows 11 Enterprise (with User Credential)

[br]

Task launched in the SYSTEM context:

%windir%\system32\deviceenroller.exe /c /AutoEnrollMDM

[br][br]

Windows 10 / Windows 11 Enterprise Multi-session for Azure Virtual Desktop (with Device Credential)

[br]

Task launched in the SYSTEM context:

%windir%\system32\deviceenroller.exe /c /AutoEnrollMDMUsingAADDeviceCredential

[br][br]

To manually re-enroll the PC, we will need to clean up the environment and relaunch this command in the SYSTEM context to re-enroll the PC.

Here are the steps that you need to follow to make it work:

  1. Delete stale scheduled tasks
  2. Delete stale registry keys
  3. Delete the Intune enrollment certificate
  4. Restart the enrollment process

[br]

Step 1: Delete stale scheduled tasks

Follow this procedure:

  • Run the Task Scheduler as an administrator.

[br]

  • Go to Task Scheduler Library > Microsoft > Windows > EnterpriseMgmt. Write down the enrollment ID somewhere, you will need it for the cleanup.

[br]

  • Delete all the existing tasks the enrollment folder.

[br]

  • Delete the enrollment ID folder.

[br]

Step 2: delete stale registry keys

Use the previous enrollment ID to search the regitry:

  • Open the Registry Editor as an administrator.

[br]

  • Search for the enrollment ID you wrote in the following locations and if found, delete the key that is containing the ID:
    • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Enrollments\xxxxxxxxxxxxx
    • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Enrollments\Status\xxxxxxxxxxxxx
    • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EnterpriseResourceManager\Tracked\xxxxxxxxxxxxx
    • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\AdmxInstalled\xxxxxxxxxxxxx
    • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\Providers\xxxxxxxxxxxxx
    • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Provisioning\OMADM\Accounts\xxxxxxxxxxxxx
    • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Provisioning\OMADM\Logger\xxxxxxxxxxxxx
    • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Provisioning\OMADM\Sessions\xxxxxxxxxxxxx

DO NOT delete registry keys that are not in the list above. They will be overwritten after the new enrollment.

[br]

Step 3: delete the Intune enrollment certificate

Follow the procedure:

  • Search for the option “Manage computer certificates” or use the command certlm.msc as an administrator.

[br]

  • Go to Personal > Certificates and delete the certificate issued by either “Microsoft Intune MDM Device CA” or “SC_Online_Issuing” (depending on the date of the enrollment).

[br]

Step 4: Restart the enrollment process

To be properly executed, the enrollment command must be entered in a SYSTEM context. We will use the PSExec tool for that purpose.

[br]

  • Use PSExec to launch a Command Prompt as SYSTEM:
psexec /i /s cmd

[br]

  • In the Command Prompt, enter one of the following command depending on your enrollment type:

[br]

Windows 10 / Windows 11 Enterprise (using User Credential)

%windir%\system32\deviceenroller.exe /c /AutoEnrollMDM

[br]

Windows 10 / Windows 11 Enterprise Multisession for Azure Virtual Desktop (using User Credential)

%windir%\system32\deviceenroller.exe /c /AutoEnrollMDMUsingAADDeviceCredential

[br]

  • In the computer certificate store, check that a new Intune certificate has been enrolled for the device:

[br]

  • You are now ready to start a policy sync from the Windows Settings, and check that the connection with the Intune service is now OK:

[br]

Comments (25)

  • GIladsays:

    08/04/2020 at 10:56

    hi,
    in an Hybrid join with SCCM device. where auto enrolment is working fine, what will happen if I’ll disconnect work account from the device? will it than re-enroll it automatically as it did for the first time?

    • Maxime Rastellosays:

      08/04/2020 at 21:48

      Hello,
      Deleting a work or school account will not Disjoin device in Hybrid Azure AD, as HAAD is a device enrollment and not a user enrollment.

  • Alekseysays:

    09/08/2020 at 19:38

    “Hello,
    Deleting a work or school account will not Disjoin device in Hybrid Azure AD, as HAAD is a device enrollment and not a user enrollment.”

    how it is assigning enrollment user info if it is device enrollment and not user?

    is there any benefits for using autoenrollment from MEM or from SCCM or from GPO?

    • Maxime Rastellosays:

      05/10/2020 at 17:06

      Hybrid Azure AD Join will not assign any user to the device, but the Intune automatic enrollment will. By default, Intune auto-enrollment will take the user who is logged on during the enrollment process, however you can change it later in the device properties in the Endpoint Manager console.

    • Maxime Rastellosays:

      05/10/2020 at 17:04

      Make sure you deleted all the tasks in the folder before deleting it

  • Stevensays:

    13/12/2022 at 17:50

    Hi, if I run the %windir%\system32\deviceenroller.exe /c /AutoEnrollMDM
    I don’t see a new MDM certificate in the personal certificate store, any ideas?

    Kind regards,
    Steven

  • ionsays:

    14/12/2022 at 22:53

    Thanks Maxime for this great info.
    Help us a lot in our troubleshooting.
    Keep going doing good atricles.

    All the best!

  • Mariosays:

    31/01/2023 at 11:05

    I had a notebook (hybrid joined) with MDM “none” and owner “none” in Azure. Hours of searching and here in “Method 2” I found the solution. The device is now correctly assigned to the user again in the MDM. I couldn’t delete the Enrollment ID folder either, although it was empty. But that’s just a cosmetic issue. Many Thanks.

  • Eugene Verheemsays:

    17/02/2023 at 15:21

    Hopefully you will still read this. We have done the above and it works great devices are now appearing in intune, but what we have noticed is that the apps assigned to the device just goes into a stale “waiting for install status” and this does not change have tried a few things did a leave re-join for azure side and have even deleted the Azure AD record and let it re-sync from AD Connect, did not make any difference. Have restarted the intune management service ran syncs from device, or intune still same even unassigned re-assigned different users compliance policies and device configurations works fine it is only the application side of things not working, did you perhaps experience this issue please?

  • Anonymoussays:

    10/06/2023 at 14:26

    Thank you Maxime, this was really helpful and worked perfectly well and resolved my issue!

  • Stevesays:

    20/07/2023 at 20:34

    Amazing information, thank you! I wish I could have found this sooner. In case it helps the find this, these are some of the errors I ran into when failing to bulk enroll to azure ad and intune.
    ———–
    “Your device is already being managed by an organization”
    The device is already enrolled. You can contact your system administrator with the error code 8018000a
    AAD Cloud AP plugin call GenericCallPkg returned error: 0xC0048512
    The get join response operation callback failed with exit code: Unknown HResult Error code: 0x801c0058

  • Yuyosays:

    01/08/2023 at 23:01

    This works great to resolve some of my AVD multi-session hosts dropping from Intune. However, the description in Method 2 Step 4 for Windows 10 / Windows 11 Enterprise Multisession for Azure Virtual Desktop (using User Credential) should be for “(using Device Credential)”.

    Thanks for the help in fixing this issue!

  • Peter McAuleysays:

    21/10/2023 at 05:10

    Thank you so much. I have spent hours searching for a solution. And now I have one.

  • Kevinsays:

    31/10/2023 at 17:29

    Would something like this work on an AD joined + AAD registered device? Not quite hybrid, but almost there 🙂

  • Tomsays:

    15/12/2023 at 20:29

    Thank you so much. I’ve been struggling all week trying to correctly enroll my devices. This has been such a lifesaver.

  • Paulsays:

    29/02/2024 at 18:37

    Thank you so much for this – been struggling with an errant device that showed up in Entra quite happily (Hybrid Joined) but was showing up as stale in Intune. Deleted from Intune and Entra and let it all resync but was getting “device sync error 0x80072f9a” – which indicated there was a certificate issue.

    Followed your manual re-enrollment process, rebooted the machine and it’s all happily syncing with Entra and Intune. Definitely bookmarking this guide !

Leave a Reply

Your email address will not be published. Required fields are marked *