Applies to: Exchange Server 2010 SP3, Exchange Server 2010 SP2

Topic Last Modified: 2012-07-23

You can view Unified Messaging (UM) hunt group properties. When you view the properties for a UM hunt group, you can view the properties associated with a single UM hunt group or all UM hunt groups associated with a single UM IP gateway. If neither parameter is specified, all UM hunt groups in the forest will be returned.

After a UM hunt group has been created, the settings configured can't be changed. If you want to change a configuration setting such as the pilot identifier on a UM hunt group, you must delete the existing UM hunt group and create a new UM hunt group that has the correct settings. When you’re using the Get-UMHuntGroup cmdlet, you can’t only enter the name of the UM hunt group. You must also include the name of the UM IP gateway that’s associated with the UM hunt group. For example, Get-UMHuntGroup MyUMIPGateway\MyUMHuntGroup1.

Looking for other management tasks related to UM hunt groups? Check out Managing UM Hunt Groups.

Prerequisites

Use the EMC to view the properties of a UM hunt group

You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "UM hunt groups" entry in the Unified Messaging Permissions topic.

  1. In the console root, navigate to Organization Configuration > Unified Messaging.

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

  3. On the UM IP Gateways tab, expand the UM IP Gateway object that contains the hunt group for which you want to review properties.

  4. In the work pane, review the configuration settings of the UM hunt group by reviewing the UM Dial Plans, Pilot Identifier, Address, and Status columns.

Use the Shell to view the properties of a UM hunt group

You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "UM hunt groups" entry in the Unified Messaging Permissions topic.

This example displays all the UM hunt groups in the Active Directory forest.

Copy Code
Get-UMHuntGroup

This example displays the details of a UM hunt group named MyUMHuntGroup in a formatted list.

Copy Code
Get-UMHuntGroup -identity MyUMIPGateway\MyUMHuntGroup | Format-List

For more information about syntax and parameters, see Get-UMHuntGroup.

Other Tasks

After you view the properties of a UM hunt group, you may also want to: