Tag: EMS

Latest Articles

Managing Diagnostic Logging with Exchange Server 2007

For those familiar with the GUI interface for Exchange Server 2003 diagnostic logging the new Exchange Server 2007 diagnostic logging cmdlets might seem a little daunting at first.  But with a little PowerShell understanding they become much easier to manage.  Lets take a look at a few examples. First of all the two shell cmdlets […]

February 23, 2009

Exchange Server 2007 Transition Script

Every time I do an Exchange 2000/2003 to Exchange 2007 transition I have to run the same shell commands at the end to upgrade the default Email Address Policy, Address Lists, and Global Address List. So I wrote this script to do it automatically.  To use the script copy this code into Notepad and save […]

February 6, 2009

Exchange 2007 mailbox users with incorrect language settings

Users may report that their Exchange mailbox displays in an incorrect foreign language in Outlook and Outlook Web Access.  This issue may occur when the Languages attribute of the mailbox is incorrectly set. You can view the language of a mailbox using the Get-Mailbox cmdlet. [PS] C:\>Get-Mailbox -Identity "John Smith" | fl name, languages Name […]

January 19, 2009

Unable to enable Offline Address Book for web distribution

You may encounter an issue with Exchange Server 2007 organisations that have been migrated from previous Exchange versions where the Default Offline Address List cannot be enabled for web distribution, even after the OAB has been moved to an Exchange Server 2007 server. In the Exchange Management Console the check box to enable web distribution […]

November 20, 2008