A cloud-based identity and access management service for securing user authentication and resource access
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:
- 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:
- Open Command Prompt (cmd.exe).
- Type dsregcmd /status and hit Enter.
- Scroll down to the "User State" section.
- 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.