0:00–0:05
Recap
0:05–0:30
Lecture
0:30–1:50
Lab 6-A (10 phases)
1:50–1:57
Bonus
1:57–2:00
Debrief
0:00 – 0:05Recap · 5 min

Week 5 close & the endpoint gap

0:05 – 0:30Lecture · 25 min

Hybrid identity architecture — on-prem AD, Entra ID, and the bridge between them

This is the most common real-world M365 deployment model. Most organisations have existing on-prem AD infrastructure they cannot simply abandon — hybrid identity lets them extend that identity into the cloud without replacing it.

The three device join states

StateJoined toManaged byIdentity sourceTypical scenario
AD domain joined onlyOn-prem ADGroup Policy onlyOn-prem ADLegacy — pre-cloud
Hybrid Azure AD joinedOn-prem AD + Entra IDGroup Policy + IntuneOn-prem AD synced via ConnectTransition — most common today
Entra ID joined (cloud-only)Entra ID onlyIntune onlyEntra ID / M365New devices — Autopilot provisioned

The hybrid join pipeline — what needs to happen

1. Entra ID Connect
Installed on DC
Syncs AD objects to Entra ID
2. Device writeback
Connect writes device objects back to AD from Entra ID
3. MDM auto-enroll GPO
GPO tells domain-joined PCs to auto-register with Intune
4. Client registers
Windows picks up GPO, contacts Entra ID, registers device
5. Hybrid join
Both AD and Entra ID show device — AzureAdJoined + DomainJoined = YES
Instructor note: Keep this lecture tight — 25 minutes maximum. Students need every remaining minute for Lab 6-A. The hybrid join pipeline diagram is the most important thing to draw on the board: five boxes with arrows. Students should be able to reproduce it from memory by the end of the week.
0:30 – 1:50Guided lab · 80 min

Lab 6-A: Installing Entra ID Connect and hybrid-joining WIN-CLIENT-01

This is the largest single lab of the course — 10 sequential phases building the complete hybrid identity infrastructure from scratch. Each phase must succeed before the next begins. Work carefully and record every result.

Before starting: Confirm all VMs are running. DC-01 must have internet access (test: ping microsoft.com from DC-01 cmd). WIN-CLIENT-01 must be domain-joined and have a domain user account that can sign in. If anything is not ready, fix it before proceeding — the phases depend on each other.
If you reach Phase 10 with dsregcmd showing AzureAdJoined = YES + DomainJoined = YES and the device visible in both Intune and Entra ID — you have successfully built a hybrid identity infrastructure from scratch. This is a genuine enterprise skill. Record your completion time.
Common issue — AzureAdJoined stays NO: Check that (1) the auto-enrollment GPO applied — run gpresult /r on WIN-CLIENT-01 and confirm the Intune GPO is listed under Computer Settings. (2) The user signed in on WIN-CLIENT-01 has an Entra ID account (i.e. they are in the synced users from Phase 4). (3) Entra ID Connect has completed at least one successful sync cycle after the GPO was created. If all three are true and the join still hasn't completed, reboot WIN-CLIENT-01.
1:50 – 1:57Bonus · 7 min

⭐ Bonus: Hybrid join WIN-CLIENT-02 and force a manual sync

⭐ Bonus — Enrol WIN-CLIENT-02
  • Repeat Phase 8 on WIN-CLIENT-02: gpupdate /forcedsregcmd /status → verify AzureAdJoined = YES
  • Once joined, navigate to Intune → Devices → All devices — confirm both WIN-CLIENT-01 and WIN-CLIENT-02 appear
  • On DC-01: force a full sync (not delta): Start-ADSyncSyncCycle -PolicyType Initial. In your Lab Journal: what is the difference between a Delta sync and an Initial sync?
  • Having two enrolled Windows clients enables the Day 2 lab's compliant vs non-compliant side-by-side testing — completing this bonus now saves setup time tomorrow
1:57 – 2:00Debrief · 3 min

Quick debrief — three questions only

Learning outcomes — by end of Day 1, students can…

Describe hybrid identityExplain the three device join states and when each is appropriate
Install Entra ID ConnectDownload, install, and configure Connect using Express Settings on a DC
Verify identity syncUse Synchronization Service Manager and the Entra ID portal to confirm on-prem accounts are syncing
Configure auto-enrollment GPOCreate and link the MDM auto-enrollment GPO in Group Policy Management Console
Complete hybrid joinTrigger hybrid join on a domain-joined Windows client and verify with dsregcmd
Navigate the Intune portalLocate enrolled devices in intune.microsoft.com and read device inventory records

What you need ready before class

DC-01 running — AD DS, DNS, DHCP active WIN-CLIENT-01 domain-joined and reachable DC-01 has working internet access On-prem AD user accounts exist (Lakeview Logistics staff) M365 Global Admin credentials known On-prem Domain Admin credentials known Intune licence confirmed in E5 trial (admin.microsoft.com → Billing → Licences)
Day 2 →Week 6 Overview