The Exchange Management Shell provides several cmdlets that can be used for generating reports. We can obtain information about users and their devices and we can also generate reports based on enduser activity and server usage. In this recipe, we'll take a look at how we can use these cmdlets to generate multiple ActiveSync reports from the Exchange Management Shell.
Reporting on ActiveSync devices
How to do it...
- To generate a report for an individual user's device synchronization status, use the following command:
Get-MobileDeviceStatistics -Mailbox lsanders
- This cmdlet will output a lot of information, some of which may not be very interesting. You can limit the data returned by selecting only the properties...