Exchange 2007/2010: Change mailbox features via shell

If you want to change mailbox features via Exchange Management Shell, you can use the CMDlet set-CASMailbox. For example, to disable OWA for all users, the following command is sufficient: Get-Mailbox -database "Name of database" | set-CASMailbox -OWAenabled $false In this way, the features can be quickly configured for all users. Like the parameters of the other features (ActiveSync, ... Read more

Exchange 2007/2010: New update rollups available

On December 14, 2010 new Update RollUps for Exchange 2007 and Exchange 2010 were released, here are the download links: Exchange Server 2010 Service Pack 1 Update Rollup 2 Exchange Server 2010 RTM Update RollUp 5 Exchange Server 2007 Service Pack 3 Update Rollup 3 Exchange Server 2007 Service Pack 2 Update Rollup 5 The Update RollUp 3 ... Read more

Exchange General: Error "A restart is still pending" during installation or update

If the installation of an Exchange service pack or the setup of Exchange complains that a restart of the server is still pending. However, if the server has just been restarted, a key is probably stuck in the registry. The problem can then be solved as follows: Exchange checks the following registry keys: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\UpdateExeVolatile HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\PendingFileRenameOperations To tell Setup ... Read more

Exchange General: White paper on jet stress published

A white paper on Jetstress has been published in the Exchange Team Blog. The document describes how Jetstress can be used to determine and test the performance of mailbox servers. In my opinion, the white paper is well worth reading and contains useful information about the Jetstress tool. Here is the link to the document: http://msexchangeteam.com/files/12/attachments/entry456925.aspx

Exchange 2010: Delete separate mailboxes

When users are deleted from the Active Directory, the Exchange mailboxes are not automatically deleted but disconnected. This means that the mailbox still exists in the database, but is no longer assigned to a user. If the user associated with a mailbox has only recently been deleted, the disconnected mailbox is not displayed directly in the ... Read more

Exchange 2010: Configure Outlook Anywhere (RPC over HTTPS)

Since AutoDiscovery, connecting Outlook to Exchange via the internal network has become child's play. However, if you also want to connect Outlook to Exchange via the Internet, you have several options. The most convenient way is certainly Outlook Anywhere (RPC over HTTPS), with this option Outlook connects to Exchange via port 443 (HTTPS). Read more

Exchange 2010: Configuration of a DAG (Database Availability Group)

The DAG (Database Availability Group) is a new feature in Exchange 2010. In Exchange 2007 it was still difficult to ensure high availability for the mailbox role. However, the concept has been thoroughly revised with Exchange 2010 and now makes it easy for the administrator to ensure high availability for the mailbox servers. This article deals with the configuration of a ... Read more