Archive for the ‘Exchange 2007 SP1’ Category

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 EMS

As we all now know Exchange 2007 introduced Exchange Management Shell or EMS and at first I really was not that in love with the command line but as I got to know it better and started to see how useful it could be, my views started to change. I myself am not the best [...]

Leave a Comment

Exchange 2007 SP1

Microsoft has announced that it will be releasing Exchange 2007 SP1 today!http://msexchangeteam.com/archive/2007/11/29/447611.aspx

down load it here http://www.microsoft.com/downloads/details.aspx?FamilyId=44C66AD6-F185-4A1D-A9AB-473C1188954C&displaylang=en
Below is a list of the 16 new features of Exchange 2007 SP1
http://www.microsoft.com/technet/technetmag/issues/2007/12/SP1/default.aspx

Leave a Comment

Exchange 2007 SP1 Beta 2

Exchange 2007 SP1 Beta 2 was offically released to the public today.http://www.microsoft.com/presspass/press/2007/aug07/08-13Exchange2007NewPR.mspx
http://msdn2.microsoft.com/en-US/library/bb608442.aspx
Features that are new to Beta 2:
-The Long awaited SCR-2 new themes (X-Box, Zune)-Supporting digital signatures with certificate that do not have email addresses in them for S/MIME
S/MIME features which were not complete in Beta 1:HTML filtering (now S/MIME message reading and editing is [...]

Comments (4)

Exchange 2007 SP1

Exchange 2007 Sp1 will add some new features to Exchange 2007 as well as bring back some features that did not make it into the RTM version of Exchange 2007.
One of the pre reqs to Exchange 2007 sp1 will be the requirement of Windows 2003 Sp2 installed on the machine that will running Exchange 2007.
Beta [...]

Comments (2)