Oct 05 2018 01:23 PM
Jan 30 2021 07:48 AM
That won't work - it will come up with a message saying 'This device is already joined to Azure Active Directory'.
And it will do the same if you go to 'portal.manage.microsoft.com' and click the device to enrol.
Feb 01 2021 08:56 AM
Feb 01 2021 11:45 AM
Mar 11 2021 02:14 PM
May 31 2021 05:25 AM - edited Jun 01 2021 01:02 AM
Hi, so we are in the same situation and use azure doman join machines but i managed to get the devices in Intune. We use a device managemen system Quest to run scripts on the machines.
1. give the user rights to enroll in intune
2. we are already using LGPO utility to push local policy's to everymachine (because they are not managed by intune yet). so we adjust the policy with the "Computer policy\administrative templates\windows components\MDM with the settings Enabled and User Credentials"
3. When applying the GPO it must be applied with admin rights under a Office365 user with admin rights in the O365 tenant. Because our Quest system can not run under a Office365 account we start a script with PSEXEC64 . example:
psexec64 -c lgporunner.cmd -u user@azuredomain.com -p password /accepteula
4. lgporunner.cmd consist of:
START /MIN LGPO.exe /g (directorywith LGPO settings)
START /MIN Gpupdate /force
call c:\windows\system32\deviceenroller.exe /c /AutoEnrollMDM
5. after this the device is enrolled in our Intune.
Update:
after that the solution from this site is working to add the devices to autopilot:
https://www.robinhobo.com/automatic-add-existing-windows-10-devices-to-windows-autopilot/
Aug 30 2022 08:56 PM
@MTSBob
I too have just run into this. After 2days of troubleshooting with my own machine (admin), and one other, I came across this thread.
I have only about 15 machines, but many of them are remote, but I can remote to them.
If there have been any changes, would love to hear them.
Wish me luck.
Aug 30 2022 10:22 PM