Update Rollup 1 (UR1) for Exchange Server 2010 is available for public download, and we recommend installing it on all of your Exchange 2010 servers. In a few days, we'll refresh our content on TechNet, and the refresh will include step-by-step instructions for installing UR1 on Mailbox servers that are members of a database availability group (DAG). In the meantime, I thought I would post the steps here so you don't have to wait for the content refresh. So, here they are:
Servers that are members of DAGs do not use Microsoft Update to install update rollups. Instead, update rollups must be downloaded from the Microsoft Download Center and installed manually. When you install an update rollup on a server that is a member of a DAG, several services will be stopped during the installation, including all Exchange services, and the Windows Cluster service. The general process for installing update rollups on a DAG member is as follows:
You can download the latest update rollup for Exchange 2010 from the Microsoft Download Center.
To update all DAG members, perform the following procedures on each member of the DAG, one at a time. You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Database availability groups" entry in the High Availability Permissions topic.
Get-MailboxDatabaseCopyStatus -Server <Server> | Suspend-MailboxDatabaseCopy -ActivationOnly -Confirm:$False -SuspendComment "Install update rollup for Exchange 2010"
Get-MailboxDatabaseCopyStatus -Server <Server> | Resume-MailboxDatabaseCopy