Share via

ActiveSync device count

Anonymous
2017-08-09T11:34:58+00:00

Hello,

I have this cmdlet, it gives me a list of devices synced with the mailbox

Get-MobileDevice -Mailbox <smtp address>

Number of devices returned via this command usually greater than the number of synced devices, shown in Exchange Online console.

For example, I had an address that showed me 6 devices via PowerShell cmdlet, and only 2 devices in Exchange Online.

Any idea why?

Thanks,

Igor

Microsoft 365 and Office | Subscription, account, billing | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2017-08-09T15:07:28+00:00

Hello Igor,

How many devices have you used to access your mailbox?

This command will returns all the Exchange ActiveSync mobile devices that you has used that are associated with your mailbox.

You can also try this command-  Get-MobileDevice -Identity "UserName"

Thanks,

Was this answer helpful?

0 comments No comments

3 additional answers

Sort by: Most helpful
  1. Anonymous
    2017-08-24T09:08:42+00:00

    Hello Igor,

    Open the Microsoft Azure Active Directory Module for Windows PowerShell.

    Run the following command below.

    Get-MsolDevice -RegisteredOwnerUpn "******@contoso.com"

    This command gets all the devices registered by the user with the UPN named ******@contoso.com.

    For more examples, see Get-MsolDevice - https://docs.microsoft.com/en-us/powershell/module/msonline/get-msoldevice?view=azureadps-1.0

    Thanks,

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2017-08-23T10:14:24+00:00

    Hi Shyamal,

    Yes, it didn't help.

    Still see more devices then I should on some mailboxes.

    Regards,

    Igor

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2017-08-10T15:33:48+00:00

    Hi Igor,

    I'm writing to follow up on this thread. Have you tried suggestion above provided by "Della"?

    Best regards,

    Shyamal

    Was this answer helpful?

    0 comments No comments