Getting a list of actual Exchange ActiveSync (EAS) users was not an easy task with Exchange Server 2003, and certainly not one that could be accomplished in a hurry. Yes, it indeed is a one-liner shell command with Exchange Server 2007: Get-CASMailbox | where {$_.HasActiveSyncDevicePartnership} | select Name 10/7/2008:Here’s an updated version, which uses the […]
More →
In Distribution Groups and maximum recipients per message, we looked at how the maximum recipients per message settings are treated differently by Exchange Server 2010/2007 and Exchange 2003/2000 when sending to Distribution Groups. Message size limits are an important mechanism to control mailbox sizes, guarantee service availability, and protect from potential DoS attacks. Another commonly […]
More →