Category Archives: Exchange

PowerShell: Drive Space Info from multiple systems

With PowerShell 2 came Powershell remoting and jobs, both of which are REALLY cool!  I’m going to show you two ways to get drive space info from multiple systems, first with a normal foreach loop, and then with remoting (which … Continue reading

Posted in Exchange, PowerShell | Leave a comment

Exchange PowerShell Script: Get Mailbox Count by Database

  Here’s a PowerShell script that does a quick count of mailboxes on each database of a server, or all servers – depending if you specify the server name as a script parameter. ** Updated:  I made some improvements to … Continue reading

Posted in Exchange, PowerShell | 1 Comment

Manage Exchange Certificates with a free GUI

Managing Exchange 2007 certificates form powershell can sometimes be confusing.  U-B Tech has released a free tool that allows Exchange Administrators to manage certificates from a GUI.  The Certificate Manager for Exchange Server 2007 enables administrators to do: Manage your … Continue reading

Posted in Exchange | Leave a comment

Why it’s a bad idea to send large email attachments

The Google Operating System Blog has a great post explaining why it’s not a good idea to send large attachments: People who demand large message size limits rarely understand the limitations of the email transmission.  Because of the MIME encoding … Continue reading

Posted in Exchange | Leave a comment

Exchange 2007 SP2 is out.

OK all you admins, put in that Change Request, and get installing!  For an overview of the new features that are available in Exchange Server 2007 SP2, see “What’s New in Exchange Server 2007 SP2″. [ Exchange 2007 SP2 ]

Posted in Exchange | Leave a comment

Exchange 2010 RC is Available!

Just heard from my friend Scott @ MS that the RC is available for download!  It’s been posted on the Exchange Blog here:  http://msexchangeteam.com/archive/2009/08/17/451974.aspx

Posted in Exchange | Leave a comment

Exchange 2007 CCR – Move File Share Witness

Sometimes it is necessary to move the Exchange 2007 CCR’s File Share Witness.  This is easily done with the command prompt: cluster CLUSTERNAME resource “Majority Node Set” /priv MNSFileShare=\\server\share cluster CLUSTERNAME group “Cluster Group” /move cluster CLUSTERNAME group “Cluster Group” … Continue reading

Posted in Exchange | Leave a comment