Exchange 2010 SP1 UM Language Packs


The Exchange Server 2010 SP1 Unified Messaging (UM) Language Packs can be downloaded here. The version is 14.01.0218.015, dated 08/24/2010. Note that earlier this link referred to SP1 Beta material, as mentioned in this post.

Unified Messaging (UM) language packs allow an Exchange Server 2010 Service Pack 1 (SP1) UM server to speak additional languages to callers and recognize other languages when callers use ASR or when voice messages are transcribed.

The UM language packs contain, per language:

  • Pre-recorded prompts;
  • Grammar files that are used by a UM server to lookup the names of given users in the directory;
  • Text to Speech (TTS) translation so that content (e-mail, calendar, contact information, etc.) can be read to callers;
  • Support for Automatic Speech Recognition (ASR), which allows callers to interact with UM using the voice user interface (VUI);
  • Support for Voice Mail Preview which allows users to read the transcript of voice mail messages in a specific language from within a supported e-mail client such as Outlook or Outlook Web Access.

Exchange 2010 SP1 Help


Update: The help file located at this link has been promoted from Beta to RTM. Updated post title and text accordingly.

The Exchange 2010 SP1 help file has been released just before SP1 became available online. You can download it here. Nice to take with you when you need reference material and you can’t access online resources.

Exchange 2010 Mailbox Role Calculator 7.8


Without mentioning it on their blog, the Microsoft Exchange Team updated the Exchange 2010  Mailbox Role Calculator to version 7.8. This version includes a small fix compared to 7.7 regarding the Read IOPS per mailbox calculation for all four combinations of desktop search engine and multiplication factor settings.

You can consult the changeblog here, download the calculator here. Instructions on usage can be found here.

Blocking automatic activation in DAGs


After the post on Exchange 2010’s Active Manager I received a question on the possibilities to block automatic activation of database copies in a DAG. There could be legitimate reasons for wanting this, like when you want to prevent remote database copies in a secondary data center from being activated automatic.

The blockade can be created on two levels:

  • Server – this prevents automatic activation for any database copy hosted on that server;
  • Database Copy – this prevents automatic activation for a specific database copy hosted on a specific server.

To block all database copies on DAG member <ServerID> from becoming activated automatically, use:

Set-MailboxServer –Identity <ServerID> – DatabaseCopyAutoActivationPolicy Blocked

To enable all database copies on DAG member <ServerID> for automatic activation again, use:

Set-MailboxServer –identity <ServerID> –DatabaseCopyAutoActivationPolicy Unrestricted

To block automatic activation on the database copy level, use the Suspend-mailboxDatabaseCopy. For example, to block the database copy of DatabaseID from automatic activation on ServerID, use:

Suspend-MailboxDatabaseCopy –identity <DatabaseID>\<ServerID> –ActivationOnly

To enable automatic activation again for this database copy on the specified server, use Resume-MailboxDatabaseCopy, like:

Resume-MailboxDatabaseCopy –identity <DatabaseID>\<ServerID>

Be advised that contrary to what the name of the cmdlet might suggest, using Suspend in conjunction with ActivationOnly and Resuming an activation blocked database copy does not affect the replication process for that database copy.

Geek Out with Perry series


As EHLO posted today, there is a new video of the Perry Clark, General Manager, Exchange from the Mailbox team. Its the latest addition to the Geek Out with Perry series, short (around) 10 minute videos hosted by Ann Vu (Product Manager), where various in-depth topics like Archiving, Storage and Data Protection are discussed. Perhaps not all of you are aware of the series, so for your convenience I’ve embedded the videos:

Answers to Questions on Archiving with Tiered Storage and Stubbing

Archiving in Exchange

Answering Data Protection Questions: Replication and Backups

Managing Storage Efficiently

Data Protection Evolution

For those interested, Perry blogs and videos can be found on Ask Perry.