Reputation: 21
I'm getting "error code 80180026" when trying to join at T480s Lenovo to Azure. Win10 ver1803 build17134.648 - ccmsetup.exe has been uninstalled from this formerly domain joined machine. - admittedly, when i first tried to join yesterday i had not deleted the machine from the local AD- but i subsequently did and it's been 18+hrs since it was deleted. The device name is not showing in the Azure portal, and the device has never been renamed.
i was able to join another Win10,ver1803,build17134.68 machine today (a T470s Lenovo) without any issue. only had to wait 10 mins after i unjoined that laptop from the domain, deleted it from AD, and restarted the laptop.
i used the same credentials on both machines when setting up the join
per above, since this machine previously had sccm installed, i've uninstalled ccmsetup.exe, unjoined from the domain, deleted the machine from Active Driectory and made sure it was also gone from the Azure AD Device list.
per above, i was able to join another machine today with the same Win10 build and version- only difference is the Lenovo model (T480s is failing, T470s worked)
Upvotes: 1
Views: 9148
Reputation: 21
This can occur if both of the below conditions exist:
To resolve this issue, either disable MDM auto-enrollment in Azure, or uninstall the PC agent or SCCM client agent. This issue and resolution is describe in details here https://ekhichdi.com/2019/08/16/joining-to-azure-active-directory-fails/
Upvotes: 0
Reputation: 7720
This generally happens when there are remnants of Intune still installed on the device.
C:\Program Files\Microsoft\OnlineManagement\Common
and ensure that there is nothing remaining from Intune installed in that folder.Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
Then, scroll through all the key names and for any that have Intune take a copy of the UninstallString and paste the uninstall commands into the command prompt. Upvotes: 1