Friday, June 2, 2017

How to get list of ActiveSync users from the Exchange command line.

This will provide a simple list like below.


Get-ActiveSyncDevice | select UserDisplayName, devicetype

example.com/ou/Smith, Bob       iPhone
example.com/ou/Smith, John     Android
example.com/ou/Smith, Kelly     SAMSUNGMG955U


No comments: