Forum Discussion
StuartK73
Sep 10, 2019Steel Contributor
Device Registered is Pending
Hi All I have some Hybrid Azure AD Join W10 devices, auto enrolled in Intune via GPO however the Registered status equals pending. MS docs state: A device can also change from having a re...
SamiLamppu
Jan 14, 2020Brass Contributor
This worked for me:
1. dsregcmd /debug /leave
2. Confirmation from Azure AD that device object was removed
3. Reboot machine
4. Confirmation that the device had been trying to register itself again to Azure AD (AAD audit logs)
5. Confirmation of device status from AAD (changed from pending to "registered with timestamp")
6. dsregcmd /status (which should now have PRT included)
Did steps above today and the device state was successfully changed. After those were done, I had to wait for the next Azure AD Connect sync cycle to change the device status in Azure AD (working in a managed environment).
Barry_Gilpin
Mar 06, 2020Copper Contributor
Thanks, this worked for me 🙂