<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Exchange 2003 - Active Sync reporting</title><link>http://blogs.technet.com/exchange/archive/2006/02/14/419562.aspx</link><description>We have received a lot of feedback recently about your need to better understand the usage of your Exchange 2003 ActiveSync (EAS) deployment. With all of the great features built into EAS, it’s important for you as an IT Professional to know the volume</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Exchange Activesync Reporting</title><link>http://blogs.technet.com/exchange/archive/2006/02/14/419562.aspx#419579</link><pubDate>Wed, 15 Feb 2006 05:52:28 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:419579</guid><dc:creator>Jason Langridge's WebLog - MR Mobile!</dc:creator><description>One of the big requests we've had from large deployments of Exchange Activesync is the ability to generate...</description></item><item><title>re: Exchange 2003 - Active Sync reporting</title><link>http://blogs.technet.com/exchange/archive/2006/02/14/419562.aspx#419588</link><pubDate>Wed, 15 Feb 2006 08:20:28 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:419588</guid><dc:creator>Peter Mohr</dc:creator><description>Good stuff!! Works like a charm</description></item><item><title>A better way to view Activesync logs.</title><link>http://blogs.technet.com/exchange/archive/2006/02/14/419562.aspx#419707</link><pubDate>Thu, 16 Feb 2006 13:53:15 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:419707</guid><dc:creator>Neil Chapman's Blog</dc:creator><description>I just tried&amp;amp;amp;nbsp;the&amp;amp;amp;nbsp;SQL script for getting a useful view of the activesync logs from here:&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.technet.com/exchange/archive/2006/02/14/419562.aspx"&gt;http://blogs.technet.com/exchange/archive/2006/02/14/419562.aspx&lt;/a&gt;...</description></item><item><title>Weekend reading</title><link>http://blogs.technet.com/exchange/archive/2006/02/14/419562.aspx#419942</link><pubDate>Sun, 19 Feb 2006 22:04:12 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:419942</guid><dc:creator>subject: exchange</dc:creator><description>I almost missed the weekend, but gladly I made it on time&amp;amp;amp;nbsp;;-)&lt;br&gt;&lt;br&gt;Rivals Take Aim at RIM&lt;br&gt;Microsoft...</description></item><item><title>re: Exchange 2003 - Active Sync reporting</title><link>http://blogs.technet.com/exchange/archive/2006/02/14/419562.aspx#420370</link><pubDate>Thu, 23 Feb 2006 17:46:18 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:420370</guid><dc:creator>Mike Ireland</dc:creator><description>Great code, thanks for sharing. &amp;nbsp;You can clean the code up by replacing the substring commands you are using to pull data out of the cs-uri-query with EXTRACT_VALUE. &amp;nbsp;For example, this:&lt;br&gt;&lt;br&gt;SUBSTR (cs-uri-query, ADD (INDEX_OF (cs-uri-query, 'DeviceType='), 11),&lt;br&gt;INDEX_OF (SUBSTR(cs-uri-query, ADD (INDEX_OF (cs-uri-query, 'DeviceType='), 11)), '&amp;amp;')) AS MyDeviceType&lt;br&gt;&lt;br&gt;Can be simplified to:&lt;br&gt;&lt;br&gt;EXTRACT_VALUE(cs-uri-query,'DeviceType') AS MyDeviceType&lt;br&gt;&lt;br&gt;Much cleaner and my tests showed that it ran the analysis nearly 50% faster on large logs.&lt;br&gt;</description></item><item><title>re: Exchange 2003 - Active Sync reporting</title><link>http://blogs.technet.com/exchange/archive/2006/02/14/419562.aspx#420960</link><pubDate>Thu, 02 Mar 2006 00:19:48 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:420960</guid><dc:creator>Alan Sebastian</dc:creator><description>This is exactly what I've been looking for. &amp;nbsp;Although there is one aspect I would love to add if possible which is the time of last sync. &amp;nbsp;Since many of the users in this list could be gone from the company now, it would be good to know the time of the last good sync of each user. &amp;nbsp;Is this easily added to the .sql file?&lt;br&gt;&lt;br&gt;Thanks!&lt;br&gt;Alan Sebastian&lt;br&gt;Alan.Sebastian@hansonamerica.com</description></item><item><title>More on Exchange ActiveSync Reporting with Log Parser – COM object available</title><link>http://blogs.technet.com/exchange/archive/2006/02/14/419562.aspx#421150</link><pubDate>Fri, 03 Mar 2006 21:19:35 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:421150</guid><dc:creator>You Had Me At EHLO...</dc:creator><description>We recently posted details on how to use Log Parser to parse out Exchange ActiveSync (EAS) information...</description></item><item><title>re: Exchange 2003 - Active Sync reporting</title><link>http://blogs.technet.com/exchange/archive/2006/02/14/419562.aspx#421701</link><pubDate>Fri, 10 Mar 2006 13:20:13 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:421701</guid><dc:creator>MaxDamage</dc:creator><description>Dam&lt;br&gt;&lt;br&gt;I just spent two days writing this exact report in VBscript. &amp;nbsp;That will teach me to pay more attention :)&lt;br&gt;&lt;br&gt;If you are interested I can share the code ?&lt;br&gt;&lt;br&gt;Regards Max</description></item><item><title>re: Exchange 2003 - Active Sync reporting</title><link>http://blogs.technet.com/exchange/archive/2006/02/14/419562.aspx#422561</link><pubDate>Mon, 20 Mar 2006 23:24:28 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:422561</guid><dc:creator>ptousig</dc:creator><description>To answer Alan's question above, you can add:&lt;br&gt; &amp;nbsp; MAX(date)&lt;br&gt;to the list of columns returned. That will give you the date of the last request sent, which you could use to figure out who left the company (or threw their phones in a lake). It gets a little trickier to do for the last &amp;quot;good&amp;quot; sync. I would probably revert to some perl script to do that, although I've seen some pretty clever uses of SQL statements, so maybe it would be possible to do it all in one statement.&lt;br&gt;</description></item></channel></rss>