Lab 16: Hybrid Entra Join and Intune Enrolment

Converted an existing domain-joined Windows client into a hybrid Microsoft Entra joined, Intune-managed endpoint by removing a stale workplace registration, configuring Hybrid Join, applying an auto-enrolment GPO and validating the final device state.

Overview

In this lab, I extended the endpoint management pilot from the cloud-native device in Lab 15 to an existing on-premises domain-joined Windows client. CL1 represented a traditional corporate workstation already joined to corp.nietz.co.uk.

Before configuring Hybrid Join, I found and removed an old Microsoft Entra registered workplace state for CL1. I then moved the on-premises computer object into the Hybrid Pilot device OU, configured the Hybrid Join service connection point through Microsoft Entra Connect, and used Group Policy to trigger automatic Intune enrolment.

Objective

The objective was to prove that an existing on-premises domain-joined Windows device can be brought under Microsoft Entra ID and Microsoft Intune management without rebuilding it as a cloud-native device.

Environment

Environment
ComponentValue
CompanyNietz Ltd
On-premises AD domaincorp.nietz.co.uk
Microsoft 365 / Entra domainnietz.co.uk
Domain controllerDC1
Entra Connect serverSYNC1
Client deviceCL1
Assigned userEmily Wilson
Assigned user UPN[email protected]
Pilot device OUOU=Devices,OU=Hybrid Pilot,OU=Nietz Ltd
Intune pilot groupGRP_Intune_Pilot
Intune auto-enrolment GPOGPO_Intune_Auto_Enrollment_Hybrid_Pilot
Final device join typeMicrosoft Entra hybrid joined
Management platformMicrosoft Intune
Previous lab dependencyLab 15: Cloud-Native Entra Join and Intune Auto-Enrolment
Next lab dependencyLab 17: Device Compliance Policy Pilot

Configuration

1. CL1 Starting State Reviewed

I signed in to CL1 as Emily Wilson and reviewed the local device registration state using dsregcmd /status.

PowerShell on CL1 showing AzureAdJoined No, DomainJoined Yes, WorkplaceJoined Yes and AD Configuration Test failed
Figure 1CL1 starting as a domain-joined device with a stale workplace registration.
Context: The pre-check showed that CL1 was domain joined but not hybrid joined. The existing workplace registration explained why an old Entra registered record existed.

2. Existing Entra Registered Record Identified

I searched Microsoft Entra ID for CL1 and confirmed that the device existed only as a Microsoft Entra registered device owned by Emily Wilson, with no Intune management.

Microsoft Entra devices list showing CL1 as Microsoft Entra registered with owner Emily Wilson and MDM None
Figure 2Stale CL1 Microsoft Entra registered record identified.
Context: A Microsoft Entra registered device is not the same as a hybrid joined and Intune-managed corporate endpoint.

3. Workplace Registration Removed from CL1

I removed the work or school account registration from CL1 and rechecked the local device state.

PowerShell on CL1 showing AzureAdJoined No, DomainJoined Yes and WorkplaceJoined No
Figure 3Workplace registration removed while keeping CL1 domain joined.
Context: This cleared the user-driven workplace registration before creating the proper hybrid joined device record.

4. Stale Entra Device Record Deleted

I deleted the stale Microsoft Entra registered CL1 device record and confirmed that CL1 no longer appeared in the Entra device search.

Microsoft Entra devices search for CL1 showing no results
Figure 4Stale CL1 Entra registered record removed.
Context: Removing the stale cloud record prevented confusion between an old registered device and the new hybrid joined device object.

5. CL1 Computer Object Confirmed in Active Directory

I confirmed that CL1 still existed as an on-premises Active Directory computer object before moving it into the pilot device OU.

Active Directory Users and Computers showing CL1 in the Computers container before the move
Figure 5CL1 confirmed as an on-premises AD computer object.
Context: Hybrid Join and GPO targeting depend on the on-premises AD computer object, not only the cloud device record.

6. CL1 Moved to the Hybrid Pilot Devices OU

I moved the CL1 computer object into the dedicated Hybrid Pilot Devices OU.

Active Directory Users and Computers showing CL1 inside Nietz Ltd Hybrid Pilot Devices OU
Figure 6CL1 moved into the Hybrid Pilot Devices OU.
Context: The pilot OU gave a controlled rollout boundary for hybrid device configuration and Intune enrolment policy.

7. Hybrid Join Device Type Selected

On SYNC1, I used Microsoft Entra Connect to configure Hybrid Microsoft Entra ID Join for Windows 10 or later domain-joined devices.

Microsoft Entra Connect wizard showing Windows 10 or later domain-joined devices selected
Figure 7Windows 10 or later domain-joined devices selected for Hybrid Join.
Context: CL1 is a modern Windows client, so the Windows 10 or later Hybrid Join option was the correct path.

8. Hybrid Join SCP Configured

I configured the service connection point for the corp.nietz.co.uk forest using the on-premises enterprise administrator credential.

Microsoft Entra Connect SCP configuration showing forest corp.nietz.co.uk and authentication service Microsoft Entra ID
Figure 8Hybrid Join service connection point configured for the AD forest.
Context: The SCP allows domain-joined Windows clients to discover the correct Microsoft Entra tenant for Hybrid Join registration.

9. Hybrid Join Configuration Completed

I completed the Microsoft Entra Connect wizard and confirmed that the Hybrid Join configuration task completed successfully.

Microsoft Entra Connect wizard showing Hybrid Microsoft Entra ID Join configuration completed successfully
Figure 9Hybrid Microsoft Entra ID Join configuration completed successfully.
Context: The wizard also displayed a TPM hardening recommendation for SYNC1. This was noted as a later server hardening task and did not block Hybrid Join configuration.

10. AD Connect Delta Sync Completed

I ran a delta synchronization from SYNC1 after configuring Hybrid Join.

PowerShell on SYNC1 showing Start-ADSyncSyncCycle delta result Success and scheduler enabled
Figure 10AD Connect delta sync completed after Hybrid Join configuration.
Context: A delta sync pushed the pilot device and configuration state through the existing Entra Connect synchronisation path.

11. CL1 Hybrid Join Confirmed Locally

I checked CL1 again with dsregcmd /status and confirmed that it was both domain joined and Microsoft Entra joined.

PowerShell on CL1 showing AzureAdJoined Yes, DomainJoined Yes and WorkplaceJoined No
Figure 11CL1 confirmed locally as Microsoft Entra hybrid joined.
Context: Hybrid Join is confirmed when a domain-joined client reports both AzureAdJoined : YES and DomainJoined : YES.

12. Entra Hybrid Joined Device Record Confirmed

I searched Microsoft Entra ID and confirmed that CL1 now appeared as a Microsoft Entra hybrid joined device.

Microsoft Entra devices list showing CL1 as Microsoft Entra hybrid joined with MDM None before Intune enrolment
Figure 12CL1 shown in Entra as a hybrid joined device before Intune enrolment.
Context: At this stage Hybrid Join was complete, but Intune enrolment had not yet been triggered.

13. Emily Wilson Confirmed in Intune Pilot Group

I confirmed that Emily Wilson was a member of GRP_Intune_Pilot, the group used for Intune automatic enrolment scope.

GRP_Intune_Pilot membership showing Emily Wilson as a member
Figure 13Emily Wilson confirmed as a member of the Intune pilot group.
Context: The signed-in user must be in the targeted MDM enrolment scope for user credential-based automatic enrolment.

14. Emily Wilson Licence Confirmed

I confirmed that Emily Wilson had Microsoft 365 Business Premium assigned.

Microsoft 365 admin center licence page showing Microsoft 365 Business Premium assigned to Emily Wilson
Figure 14Microsoft 365 Business Premium assigned to Emily Wilson.
Context: Emily required an Intune-capable licence for automatic device enrolment and management.

15. Intune Auto-Enrolment GPO Configured

I configured a Group Policy setting to enable automatic MDM enrolment using the default Microsoft Entra credentials.

Group Policy setting showing automatic MDM enrolment enabled using User Credential
Figure 15Automatic MDM enrolment enabled with user credentials.
Context: The policy instructs hybrid joined Windows clients to enrol into Intune using the signed-in user's Entra credentials.

16. Intune Auto-Enrolment GPO Linked

I linked GPO_Intune_Auto_Enrollment_Hybrid_Pilot to the Hybrid Pilot Devices OU where CL1 was located.

Group Policy Management showing GPO_Intune_Auto_Enrollment_Hybrid_Pilot linked to the Hybrid Pilot Devices OU
Figure 16Intune auto-enrolment GPO linked to the Hybrid Pilot Devices OU.
Context: Linking the GPO to the pilot OU ensures the setting applies to CL1 without applying it to every domain computer.

17. CL1 Group Policy Application Validated

I updated Group Policy on CL1 and confirmed that the Intune auto-enrolment GPO applied to the computer object.

PowerShell on CL1 showing gpupdate success and GPO_Intune_Auto_Enrollment_Hybrid_Pilot in applied Group Policy Objects
Figure 17CL1 applied the Intune auto-enrolment Group Policy.
Context: This confirms that policy targeting worked from the client side, not just that the GPO existed in Group Policy Management.

18. CL1 MDM Enrolment State Confirmed Locally

After restart and user sign-in, I checked dsregcmd /status and confirmed that CL1 had populated Intune MDM URLs and an Azure AD PRT.

PowerShell on CL1 showing AzureAdJoined Yes, DomainJoined Yes, populated MDM URLs and AzureAdPrt Yes
Figure 18CL1 local state showing Hybrid Join, MDM URLs and Azure AD PRT.
Context: Populated MDM URLs confirm that the device discovered Intune as the configured MDM provider for enrolment.

19. CL1 Confirmed in Intune Windows Devices

I reviewed the Intune Windows devices list and confirmed that CL1 was managed by Intune, corporate owned, compliant, assigned to Emily Wilson and hybrid joined.

Microsoft Intune Windows devices list showing CL1 managed by Intune, corporate owned, compliant, primary user e.wilson@nietz.co.uk and Microsoft Entra hybrid joined
Figure 19CL1 visible in Intune as a managed, corporate and compliant hybrid joined Windows device.
Context: This is the main Intune validation for the lab because it confirms management, ownership, compliance, primary user and join type in one view.

20. CL1 Intune Device Overview Confirmed

I opened the CL1 Intune device overview and confirmed the device badges, primary user, Intune device name, manufacturer, operating system and last check-in details.

Intune CL1 device overview showing Compliant Corporate Intune badges, primary user Emily Wilson, virtual machine model, Intune device name, manufacturer Microsoft Corporation and OS Windows
Figure 20CL1 Intune overview showing managed state and Emily Wilson as primary user.
Context: The overview provides the support-friendly endpoint summary that a helpdesk or endpoint administrator would use during investigation.

21. Entra Device Record Updated with Intune Management

I returned to Microsoft Entra ID and confirmed that the CL1 device record now showed Emily Wilson as the owner, Microsoft Intune as the MDM provider and a compliant state.

Microsoft Entra devices list showing CL1 with owner Emily Wilson, MDM Microsoft Intune and compliant Yes
Figure 21CL1 Entra record updated with Microsoft Intune MDM and compliant state.
Context: This closes the loop by showing that Microsoft Entra ID now reflects the hybrid joined device as Intune managed.

Validation

The lab was validated when CL1 showed AzureAdJoined : YES and DomainJoined : YES locally, Microsoft Entra ID showed the device as Microsoft Entra hybrid joined, the Intune automatic enrolment GPO applied to the CL1 computer object, dsregcmd showed populated MDM URLs and AzureAdPrt : YES, and Intune showed CL1 as managed, corporate owned, compliant and assigned to Emily Wilson.

Custom Windows compliance policy design was intentionally handled in Lab 17 so the Hybrid Join and enrolment evidence remained separate from the compliance-policy rollout. The Entra Connect TPM hardening recommendation for SYNC1 was also noted for a later server hardening task.

Key Technical Outcomes

This lab demonstrated stale device registration cleanup, controlled Hybrid Entra Join rollout, SCP configuration through Entra Connect, AD Connect delta sync validation, OU-based Group Policy targeting, automatic MDM enrolment, Azure AD PRT validation and tenant-side Entra and Intune verification.

The final result is that Nietz Ltd now has two endpoint baselines: CL2 from Lab 15 as a cloud-native Microsoft Entra joined device, and CL1 as an existing domain-joined device brought under Microsoft Entra ID and Intune management.

Summary

  • I identified and removed the stale CL1 workplace registration and old Entra registered device record.
  • I moved CL1 into the dedicated Hybrid Pilot Devices OU.
  • I configured Hybrid Microsoft Entra ID Join through Microsoft Entra Connect.
  • I ran an AD Connect delta sync after configuring the service connection point.
  • I confirmed CL1 became both domain joined and Microsoft Entra joined.
  • I confirmed Emily Wilson was licensed and in the Intune pilot group.
  • I configured and applied a Group Policy for automatic MDM enrolment.
  • I confirmed CL1 enrolled into Intune as a corporate, compliant, hybrid joined Windows device.