Forum Discussion
Company portal enrolment issues: Your device is already connected by your organisation
Did you take a look in azure and intune if the devices were already registered and/or intune enrolled?
https://call4cloud.nl/2021/08/the-battle-between-aadj-and-aadr/
- Aug 20, 2021
OKay that's a good explaination indeed.. Do you still have access to test some stuff on these devices?
Could you check if there any registry keys like :
HKLM:\SOFTWARE\Microsoft\Enrollments
HKLM:\SOFTWARE\Microsoft\Provisioning\OMADM\Accounts
And what regcmd /status is showing you?Could you also check azure itself it is already registered? A device can be enrolled into azure and not in intune
- AssiiffMar 24, 2022Copper Contributor
I have same issue. Devices are being shown in Azure AD but not in intune. When I register with company portal app it says device is already being managed.
- rconivMar 24, 2022Brass Contributor
Assiiff I would have to do some digging, but it turned out how I was doing the setup was wrong, and I needed to do it through a group policy to push what was needed for the computer to be added to InTune. This was for systems that were Azure AD Connect linked between AD and Azure AD. If this is how you are set up, I can do some digging for what I used.
- rconivDec 01, 2021Brass ContributorWe are not quite the same in that we are using Azure AD Connect, but the end result is the same.
The system has both of those registry keys, but they are empty outside of the default key.
I tried to run regcmd /status in run, command prompt, and in powershell and it says it doesn't know what regcmd is. dsregcmd /status though showed the following for the device state.
AzureJoined: Yes
EnterpriseJoined: No
DomainJoined: Yes
DomainName: company domain
Device Name: Computers name
It shows as Hybrid Azure AD Joined in the AAD devices area. MDM shows as none.- Dec 02, 2021Ow haha... I mistyped a letter indeed... it is dsregcmd 🙂 ... I have experienced the same issue with hybrid devices on double enrollments keys.. which was causing some weird behaviour.. Not saying this is your issue.. but it's worth a try/look
https://call4cloud.nl/2021/04/alice-and-the-device-certificate/#part2