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 update an offline address book (OAB). After you create an OAB or modify OAB settings, the changes will not be available to users until the OAB generation (OABGen) process has completed. 

For information about how to create OABs, see How to Create an Offline Address Book.

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 Microsoft Exchange Server 2007, see Permission Considerations.

Also, be aware that the procedures in this topic will only start the update process. It can take from several minutes to several hours to complete the process. New content will not be available until the process is complete.

Procedure

To use the Exchange Management Console to update an 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 update.

  4. In the action pane, click Update.

  5. Read the warning box, and then click Yes to continue.

To use the Exchange Management Shell to update an offline address book

  • Run the following command:

    Copy Code
    Update-OfflineAddressBook -Identity <OfflineAddressBookIdParameter>
    

    For example, to update the OAB named My OAB, run the following command:

    Copy Code
    Update-OfflineAddressBook -Identity "My OAB"
    

For detailed syntax and parameter information, see the Update-OfflineAddressBook reference topic.

For More Information