Find active sync devices

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

 

Be the first to comment

Leave a Reply