Skip to content

This PowerShell script produces a simple report of the ActiveSync device associates in an Exchange organization.

License

Notifications You must be signed in to change notification settings

thomasbiebl/Get-EASDeviceReport.ps1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Get-EASDeviceReport.ps1

This PowerShell script produces a simple report of the ActiveSync device associates in an Exchange organization.

Synopsis

Get-EASDeviceReport.ps1 - Exchange Server ActiveSync device report

Description

Produces a report of ActiveSync device associations in the organization.

Outputs

Results are output to screen, as well as optional log file, HTML report, and HTML email

Parameters

  • -SendEmail, Sends the HTML report via email using the SMTP configuration within the script.
  • -Age, specifies the minimum number of days since last sync before including the device in the report. Default is 0 (all devices).

Examples

.\Get-EASDeviceReport.ps1

Produces a CSV file containing stats for all ActiveSync devices.

.\Get-EASDeviceReport.ps1 -SendEmail -MailFrom:[email protected] -MailTo:[email protected] -MailServer:smtp.exchangeserverpro.net

Sends an email report with CSV file attached for all ActiveSync devices.

.\Get-EASDeviceReport.ps1 -Age 30

Limits the report to devices that have not attempted synced in more than 30 days.

Credits

Written by: Paul Cunningham

Find me on:

For more Exchange Server tips, tricks and news check out Exchange Server Pro.

About

This PowerShell script produces a simple report of the ActiveSync device associates in an Exchange organization.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%