Recently I was asked whether I had any PowerShell scripts available for producing a simple report of the ActiveSync devices for an Exchange organization. I didn’t have a script at the time but was able to quickly put one together that did the job, though it was a little rough.
I had planned to tidy the script up and release it but hadn’t gotten around to it until today when I had a reason to produce that same report for a customer.
So here is v1.00 of Get-EASDeviceStatsReport.ps1. This is still early code with little error handling or other features, but it will handle multiple devices per-user and work for most simple organizations at the moment.
Download: Get-EASDeviceReport.ps1 (79 downloads)
Simply run the script in the Exchange Management Shell to produce the report.
[PS] C:\Scripts>.\Get-EASDeviceStatsReport.ps1
The report is written to a CSV file in the same folder that the script is located.
Questions and feedback are welcome in the comments below.
Related posts:
This article Get-EASDeviceReport.ps1 Script to Report on ActiveSync Devices is © 2013 ExchangeServerPro.com
Get more Exchange Server tips at ExchangeServerPro.com