The Exchange 2007 Wiki

EAS Report Details - Part 2

  Exchange Server 2007

Exchange ActiveSync Info > Exchange ActiveSync Reporting > Reports Generated by Export-ActiveSyncLog (Part 2of 2)


Reports Generated by Export-ActiveSyncLog  

Here are the last two reports that are created by the Export-ActiveSyncLog task.

Policy Compliance Report

 

Column (in Report) Description SQL-like statement
Compliance Type (Key) This is either Full, Partial or Non-Compliant to the Policy that the IT Pro set forth.  
Total This is the total number of unique devices that were either Full, Partial or Not compliant.  
% Percentage of total number of unique devices that were either Full, Partial or Not Compliant  

 

User Agent Report

With this data the Admin will be able to quickly view within the CSV the number of users using a particular type of device and OS. 

 

Equivalent to SELECT (see columns below)                       

                           WHERE cs-uri-stem = '/Microsoft-Server-ActiveSync'                        

                           GROUP BY cs(User-Agent)

 

Column (in Report) Description SQL-like statement
User Agent (Key) This is already logged in IIS cs(User-Agent)
Hits This is the total number of hits that a particular User Agent grouping had on the CAS server. COUNT(*)
Unique Devices This is the total number of devices for a particular User Agent grouping. COUNT(*) GROUP BY DeviceID

 

 Additional ResourcesExchange 2003 - Active Sync reporting - http://msexchangeteam.com/archive/2006/02/14/419562.aspx If you are new to Exchange ActiveSync reporting and want to get started with Log Parser which is a flexible SQL-like reporting solution, this blog posting will give you a step by step description for how to get started into understanding how your users are using their mobile devices with Exchange ActiveSync. 

More on Exchange ActiveSync Reporting with Log Parser - COM object available - http://msexchangeteam.com/archive/2006/03/03/421149.aspx This blog post is a continuation of the posting listed above.  This time we leverage the power of a Log Parser COM object specifically created for Exchange ActiveSync, so that you can easily query fields without having to do string parsing.  Read on and you'll see the benefits of this Log Parser COM object for EAS.

 

Site

Changes
Index
Search

 

User

 

Log In
Register

 
 

Last Modified 5/1/08 11:04 AM