Just a quick post on useful PowerShell commands to get some ActiveSync config and statistics. Basic, but I wanted them quickly accessible for my own reference Get-MailboxStatistics -Identity username | fl Get device statistics: Get-ActiveSyncDeviceStatistics -Mailbox username Get more info for specific user, for example if they have ActiveSyncAllowedDeviceIDs configured. Get-CASMailbox -Identity username | fl *ActiveSync* Get a list of users and info regarding their device: Get-Mailbox -ResultSize:Unlimited | ForEach {Get-ActiveSyncDeviceStatistics -Mailbox:$_.Identity} | ft Identity,Devicemodel,DeviceOS,DeviceUserAgent,DeviceType,LastSuccessSync Will more or less output [...]
In my previous post, I tested all the ActiveSync policies on iPhone 4.0 and figured out what worked and what didn’t. I decided to do the same tests on an HTC Desire running Android 2.2 (Software version 2.09.405.8, Kernel version 2.6.32.15-gf9c0527 htc-kernel@and18-2 #1). Keep in mind that I tested this on Exchange 2007 (SP1, 8.2 build 176.2), running through a TMG 2010, behind a Cisco ASA. General tab Allow non-provisionable devices – Easily put, if you select this, you don’t [...]
Updated 2nd July 2010: Clarified the alphanumeric password description. Updated 1th July 2010: Added that iPhone supports password expiration. Updated 27th August 2010: Changed “Enforce password history” since it works (Thanks Hans and Doctor Osos). There has been a lot of discussion regarding the iPhone and the support for the EAS (Exchange ActiveSync Policies). With the new iPhone OS 4.0 out, I decided to test the policies out in my lab. Please feel free to comment if I got something [...]

