Applies to: Exchange Server 2007 SP3, Exchange Server 2007 SP2, Exchange Server 2007 SP1, Exchange Server 2007
Topic Last Modified: 2007-01-02

This topic explains how to use the Exchange Management Console or the Exchange Management Shell to change the default offline address book (OAB).

By default, when you install the Mailbox server role, a Web-based default OAB named Default Offline Address Book is created. However, you can set any OAB in your Exchange organization as the default OAB. This new default OAB is associated with all newly created mailbox databases. You can have only one default OAB in your organization. If you delete the default OAB, Microsoft Exchange Server 2007 does not automatically assign another OAB as the default. You must manually designate another OAB as the default. 

Before You Begin

To perform the following procedure, the account you use must be delegated the following:

  • Exchange Organization Administrator role

For more information about permissions, delegating roles, and the rights that are required to administer Exchange Server 2007, see Permission Considerations.

Procedure

To use the Exchange Management Console to change the default offline address book

  1. Start the Exchange Management Console.

  2. In the console tree, expand Organization Configuration, and then click Mailbox.

  3. In the result pane, click the Offline Address Book tab, and then click the OAB that you want to set as the default OAB.

  4. In the action pane, click Set as Default. A warning dialog box appears. Click Yes to confirm that you want to set this OAB as the default OAB.

To use the Exchange Management Shell to change the default offline address book

  • Run the following command:

    Copy Code
    Set-OfflineAddressBook -Identity <OfflineAddressBookIdParameter> -IsDefault <$true | $false>
    

    For example, to set the OAB named My OAB as the default OAB, run the following command:

    Copy Code
    Set-OfflineAddressBook -Identity "My OAB" -IsDefault $true
    

For More Information

For more information about managing OABs, see the following topics: