A cloud-based identity and access management service for securing user authentication and resource access
Hey there Tsunami Technology,
You can definitely move your Windows PCs from Microsoft Entra Hybrid Joined (AD + Azure AD) to pure Microsoft Entra Joined. There isn’t a magic “convert” button—you’ll migrate each device off your on-premises domain and then join it directly to Entra. Here’s a high-level playbook you can tweak for your environment:
- Plan & Prep
- Inventory devices (OS versions, hardware, apps) and group them into logical batches.
- Ensure every user has a Microsoft Entra identity (via Azure AD Connect) and the right Intune/Entra licenses.
- Decide if you’ll use Windows Autopilot or manual join (Settings > Accounts > Access work or school > + Connect > Join this device to Azure Active Directory).
- Create Intune device profiles, app assignments and Conditional Access policies ahead of time.
- Backup & Profile Migration
- Have users sync their Documents/Desktop to OneDrive or run USMT to capture their profile if you need non-cloud data.
- If you prefer a tool-based approach, consider the User State Migration Tool (USMT) or third-party profile-migration solutions.
- Pilot Batch
- Pick a small group of early adopters or test machines.
- Remove the device from the on-prem AD domain: • In System → About → Change settings, unjoin from domain and reboot.
- Join to Azure AD: • Go to Settings → Accounts → Access work or school → + Connect and choose “Join this device to Azure Active Directory.”
- After join, users sign in with their Entra credentials and get a new local profile.
- Reapply Configuration via Intune
- Install the Company Portal (if not auto-installed).
- In Intune, monitor that the device checks in, receives device configuration profiles, compliance policies, Win32/LOB apps, scripts, etc.
- Verify access to Exchange/Outlook, Teams, OneDrive and any internal resources that use Conditional Access or SSO.
- Data Migration & Cleanup
- Copy data from the old (domain) profile to the new Entra profile if it wasn’t OneDrived.
- Remove any stale computer objects from both on-prem AD and Azure AD (you can automate cleanup with PowerShell or the Microsoft Entra Device Cleanup script).
- Repeat in Waves
- Proceed in small batches, iterating on any issues found in the pilot.
- Keep Azure AD Connect and your on-prem DCs online until all machines are migrated.
- Decommission
- Once every device is Entra-joined and no workloads rely on your domain controllers, you can retire the on-prem DCs.
- After a suitable validation period, remove Azure AD Connect if you’re going fully cloud-only (or keep it if you still sync identities for other reasons).
Useful links for more detail:
- Enroll corporate and personal devices with Microsoft Entra ID https://learn.microsoft.com/entra/identity/devices/concept-directory-join
- Concept: Microsoft Entra hybrid joined devices https://learn.microsoft.com/entra/identity/devices/concept-hybrid-join
- How to migrate profiles (USMT) https://learn.microsoft.com/windows/deployment/usmt/usmt-overview
- Configure Autopilot for Azure AD Join (optional) https://learn.microsoft.com/mem/autopilot/windows-autopilot
Hope that gives you a clear workflow—good luck, and let us know if you hit any snags!
Note: This content was drafted with the help of an AI system. Please verify the information before relying on it for decision-making.