Exchange active sync device info

corne nietnodig 196 Reputation points
2020-11-25T07:12:50.743+00:00

On a on premise Exchange 2013 active sync is enabled. When we open a mailbox for a user and look at the phones tab we see the devices which have connected to exchange mailbox.

When we look at the details there is information of the model and type of device (which in my opinion is not exactly what it is like the device name.

The thing is there is a deviceid in the details of the phones but that number does not correspondent with the serial or imei of the Ipone in this case. Not with any Iphone it is corresponding.

How can we now identify which phone is the phone the user at this moment has in sync because several users have more smartphones with activ sync so the date of sync is not enough?

When we want to wipe a phone we must have the right phone to wipe...

Exchange | Exchange Server | Management
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Andy David - MVP 157.5K Reputation points MVP Volunteer Moderator
    2020-11-25T12:13:06.573+00:00

    You want to use Get-MobileDeviceStatistics

    https://learn.microsoft.com/en-us/powershell/module/exchange/get-mobiledevicestatistics?view=exchange-ps

    Thats the way you tell which devices are synced and the last sync time. That's all you can really check

    Get-MobileDeviceStatistics -Mailbox TonySmith
    
    1 person found this answer helpful.
    0 comments No comments

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.