Tenant ID location for Intune-only enrolled devices

Naija R C 45 Reputation points
2026-02-09T15:53:58.81+00:00

Hi ,

I’m trying to identify where the Azure AD / Entra ID Tenant ID is stored on a Windows device that is enrolled only in Intune (MDM-only), and not Azure AD joined or Hybrid joined.

On Azure AD–joined or Hybrid devices, the tenant ID can typically be found under the registry path:

SYSTEM\CurrentControlSet\Control\CloudDomainJoin\JoinInfo

However, on Intune-only enrolled devices, I do not see the tenant ID present under this registry location.

My questions:

Is the tenant ID stored anywhere in the Windows registry for Intune-only (MDM-enrolled) devices?

  1. If yes, what is the exact registry path used?
  2. If not, is there an official or supported method to retrieve the tenant ID locally from an Intune-only enrolled device ?

Any clarification on how tenant identification works for Intune-only enrollment would be appreciated.

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments

Answer accepted by question author

Jose Benjamin Solis Nolasco 9,981 Reputation points Volunteer Moderator
2026-02-09T18:35:08.48+00:00

Welcome to Microsoft Q&A

Hello Naija R C,

I see the issue. You are checking the registry folder used for "Corporate Owned" (Joined) devices. Since your device is "Intune-only" (which usually means it is a personal device or "Registered" rather than "Joined"), Windows stores the ID in a different spot.

Where to find it in the Registry:

Instead of CloudDomainJoin, look here:

  1. Open Registry Editor (regedit).

Go to: HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WorkplaceJoin\TenantInfo

Expand the TenantInfo folder. You should see a folder with a long code (GUID). That folder name is your Tenant ID.

(If you don't see it there, try the same path but start with HKEY_LOCAL_MACHINE instead of HKEY_CURRENT_USER).

The Official Way to check:

You don't usually need to dig in the registry. You can ask Windows to tell you directly:

  1. Open Command Prompt (cmd.exe).
  2. Type dsregcmd /status and hit Enter.
  3. Scroll down to the "User State" section.
  4. You should see WorkplaceJoined : YES. The details near that line will confirm which Tenant account is connected.

You can find some useful information in this blog about intune https://msendpointmgr.com/2024/10/12/unpacking-the-microsoft-intune-mdm-certificate/

😊 If my answer helped you resolve your issue, please consider marking it as the correct answer. This helps others in the community find solutions more easily.

Was this answer helpful?

1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.