Registering devices with Intune for management and policy enforcement
To reactivate a device that was deleted or disabled, two things must be checked: the device object in Microsoft Entra ID (Azure AD) and the local join/registration state on the device.
- Verify and re-enable the device in Microsoft Entra ID
- Sign in to the Azure portal with the Global Admin account.
- Go to Microsoft Entra ID > Devices.
- Search for the device (by name or user) and check whether it is Disabled or missing:
- If it appears as Disabled, select the device and choose Enable.
- If it does not appear (it was deleted), the device must be re-registered from the client side (see step 2).
- Re-register or rejoin the device if it was deleted
If the device object was deleted, the device must be re-registered based on how it is joined: • Microsoft Entra hybrid joined (domain-joined + Entra)
- On the device, open an elevated Command Prompt.
- Run:
dsregcmd.exe /debug /leave - Sign out and sign back in with a domain account to trigger automatic re-registration with Microsoft Entra ID.
- On the device, open an elevated Command Prompt.
- Run:
dsregcmd /forcerecovery - In the dialog that appears, select Sign in and complete the sign-in with the organization account.
- Sign out of Windows and sign back in.
- On the device, go to Settings > Accounts > Access work or school.
- Select the work/school account and choose Disconnect.
- Select + Connect and go through the sign-in process again to re-register the device.
- Fix “Your organization has disabled this device” / AADSTS135011
If Microsoft 365 Apps or sign-in shows messages such as “Your organization has disabled this device” or error AADSTS135011:
- Confirm the device is enabled in Microsoft Entra ID > Devices (as in step 1).
- If the device object was deleted, perform the appropriate recovery:
- Entra joined:
dsregcmd /forcerecovery(elevated Command Prompt), then sign out/in. - Entra hybrid joined:
dsregcmd /leave(elevated Command Prompt), then reboot and sign in with domain credentials. - Entra registered: disconnect and reconnect the work account under Access work or school.
- Entra joined:
- If admin options are not visible
If the Global Admin account does not see Microsoft Entra ID or Devices:
- Ensure sign-in is to the correct tenant where the subscription and devices exist.
- If the device cannot be recovered and no one deleted it, open a support request and provide an example of an affected device, as recommended in the documentation.
After the device is enabled and properly rejoined/registered, retry the Microsoft 365 sign-in or activation scenario.
References:
- Microsoft Entra device management FAQ
- Microsoft 365 Apps activation error: “Your organization has disabled this device”
- Connection issues when signing in after updating to Office 2016 build 16.0.7967 on Windows 10
- Error AADSTS700003 - Device object was not found in the tenant '<TenantName>' directory
- Need to re-enable a device that was accidentally disabled. - Microsoft Q&A