Other Intune-related topics, including unsupported scenarios and platform-specific behaviors
To resolve the issue of a pending deletion action for a device in Intune when the device object is no longer visible in Intune or Entra ID, you can follow these steps:
- Check Device Registration: Since the device still reports as Azure AD joined, you may need to unregister it from the client side. For Windows devices, you can do this by running the command
dsregcmd /leavein an elevated PowerShell console. After that, reboot the device and try to re-enroll it. - Force Recovery: If the device is still showing as pending deletion, you can also try to run
dsregcmd /forcerecoveryfrom an elevated PowerShell console. This command forces the device to recover its registration state. - Contact Support: If the above steps do not resolve the issue, consider reaching out to Microsoft support for further assistance, as they can provide more specific guidance based on your tenant's configuration.
These steps should help you in managing the pending deletion action for the orphaned device.
References: