Exchange 2007/2010 How to find connected active sync devices
In the Exchange 2010 management shell you can run the following command.
Get-ActiveSyncDevice | ft DeviceModel, DeviceType, DeviceMobileOperator, UserDisplayName -autosize
In Exchange 2007 management shell run
Get-Mailbox | ForEach {Get-ActiveSyncDeviceStatistics -Mailbox:$_.Identity} | ft DeviceFriendlyName, Devicetype, DeviceUserAgent
Leave a Reply
You must be logged in to post a comment.