Question : EMS command to list users with activesync enabled

Does anyone know the exchange management shell command to give me a list of users who have exchange activeSync enabled in their mailbox features?

Answer : EMS command to list users with activesync enabled

There certainly is:

Get-Mailbox | ForEach {Get-ActiveSyncDeviceStatistics -Mailbox:$_.Identity} | ft Identity, Devicetype, DeviceUserAgent, LastSuccessSync

Random Solutions  
 
programming4us programming4us