Applies to: Exchange Server 2007 SP3, Exchange Server 2007 SP2, Exchange Server 2007 SP1, Exchange Server 2007
Topic Last Modified: 2007-07-21

This topic explains how to use the Exchange Management Console and the Exchange Management Shell to delete an existing Unified Messaging (UM) hunt group. After you delete the UM hunt group, the UM IP gateway associated with the UM hunt group will no longer service or answer incoming calls. If the delete UM hunt group operation leaves the UM IP gateway without any remaining configured hunt groups, the UM IP gateway will not be able to handle or process UM calls.

Before You Begin

To perform this procedure, the account you use must be delegated the 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.

Also, before you perform these procedures, confirm the following:

  • A UM dial plan has been created.

  • A UM IP gateway has been created.

  • A UM hunt group has been created.

Procedure

To use the Exchange Management Console to delete an existing UM hunt group

  1. In the console tree of the Exchange Management Console, expand the Organizational Configuration node.

  2. In the console tree, click Unified Messaging.

  3. In the work pane, click the UM IP Gateways tab.

  4. In the work pane, under the name of the UM IP gateway, select a UM hunt group.

  5. In the action pane, click Remove.

  6. In the confirmation dialog box, click Yes to confirm the deletion of the UM hunt group.

To use the Exchange Management Shell to delete an existing UM hunt group

  • Run the following command:

    Copy Code
    Remove-UMHuntGroup -Identity MyUMHuntGroup
    

For information about syntax and parameters, see Remove-UMHuntGroup.

For More Information