Archive for the ‘Exchange 2007 SP2’ Category

Exchange 2007 SP2 RU2 released

http://msexchangeteam.com/archive/2010/01/29/453908.aspx
Exchange CXP team has released Update Rollup 2 for Exchange Server 2007 Service Pack 2 (KB 972076) to the download center.
 In addition to bug fixes reported by customers we have added new rules to the Exchange Best Practices Analyzer to check the health of your system. Starting this rollup, customers who wish to deploy the [...]

Leave a Comment

User Count Per database

I just tossed togethor a quick little script that will easily display the database names and user count per database
 
//this scripts gets all the database names and counts the number of users per database
 $dblist=Get-MailboxDatabase
($dblist | %{write-host $_.name (get-mailbox -database $_.name).count})

Leave a Comment

Iphone 3.1 released and users may have problems

Per the following article http://www.tuaw.com/2009/09/10/iphone-os-3-1-now-enforces-exchange-encryption-policy-may-block/ users that have an Iphone that is not a 3GS may not be able to sync when connected to Exchange 2007 SP1+ system due to the encryption policy.

Leave a Comment

Exchange 2007 SP2 Released

I have been Beta testing Exchange 2007 SP2 for many months now along with Exchange 2010 and Microsoft has released the final product as of today. If you plan on deploying Exchange 2010 into your Exchange 2007 envrionment SP2 will be a requirement.
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=4c4bd2a3-5e50-42b0-8bbb-2cc9afe3216a
Whats new:
http://msexchangeteam.com/archive/2009/05/11/451281.aspx
http://msexchangeteam.com/archive/2009/05/13/451311.aspx

Leave a Comment