Exchange 2016 activeSync Device not showing

ChrisG2911 21 Reputation points
2021-04-07T17:51:01.057+00:00

Hello,

I'm having an issue with mobile devices not connecting to their mailbox. We are on prem, Exchange 2016 CU 20.
When I run Get-MobileDevice -mailbox xxx, nothing is returned
When I run get-casmailbox "user", a few mobile devices IDs are in ActiveSyncAllowedDeviceIDs, same devices are in the AD attribute msExchAllowedMobileDeviceIDs.

So I found an old article saying that the active devices list for a mailbox are saved in the mailbox information and in AD (sorry I lost the URL).
So I deleted the mobile IDs in AD (cleared msExchAllowedMobileDeviceIDs), and yet they are listed in get-casmailbox "user" | fl ActiveSyncAllowedDeviceIDs, and it is not a DC replication issue, I checked against every DC.

I'm lost, where are stored those information? How come those attributes are not synced, or how are they synced?

Thank you in advance!

Exchange | Exchange Server | Management
{count} votes

Accepted answer
  1. Andy David - MVP 157.8K Reputation points MVP Volunteer Moderator
    2021-04-07T18:45:50.993+00:00

    Sometimes data gets stuck in the mailbox itself and needs to be cleared with mfcmapi:
    http://daddyr.blogspot.com/2013/08/remove-corrupt-activesync-device-from.html

    Also, if you run
    set-casmailbox "user" -ActiveSyncAllowedDeviceIDs $null

    does it still not clear?


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.