Step 1 β Confirm current join state
Open PowerShell (as admin) and run:
dsregcmd /status
Check the following lines:
AzureAdJoined : YES DomainJoined : NO
If thatβs what you see, the PC is cloud only β not domain joined yet.
π Step 2 β Disconnect from Azure AD
Go to:
Settings β Accounts β Access work or school
-
Find the connection labeled with your Azure tenant (e.g., mgb.mgbryan.com).
-
Click it β Disconnect β confirm removal.
-
Reboot the PC.
β οΈ Important: This will remove the Azure profile, so make sure youβve backed up any local user data (Documents, Desktop, etc.) if itβs tied to that account.
π₯οΈ Step 3 β Join to the on-prem domain
After the reboot:
-
Open Control Panel β System β Advanced system settings β Computer Name β Change
(or run sysdm.cpl from Run window)
-
Select Domain and enter:
mgb.mgbryan.com
-
Enter domain credentials that have rights to join computers.
-
Restart the PC when prompted.
Now itβll create a local domain profile (mgb\tommy.stevenson).
βοΈ Step 4 β Reconnect to Entra (Hybrid Join)
After logging in with the domain account:
-
Run:
dsregcmd /join
or just wait for the Azure AD Connect sync (usually within 30β60 mins).
-
Verify it worked:
dsregcmd /status
You should now see:
DomainJoined : YES AzureAdJoined : YES
π§° Step 5 β (Optional) Intune Auto-Enrollment
If Intune auto-enrollment is enabled, the device will appear in:
Entra Admin β Devices β All Devices β Join Type: Hybrid Azure AD joined
and in Intune within a few minutes.