Applies to: Exchange Server 2010 SP3, Exchange Server 2010 SP2
Topic Last Modified: 2012-11-19
Use the Get-UMDialplan cmdlet to display the properties of a single Unified Messaging (UM) dial plan or to return a list of all UM dial plans associated with a Unified Messaging server.
Syntax
Get-UMDialPlan [-Identity <UMDialPlanIdParameter>]
[-DomainController <Fqdn>] [-Organization
<OrganizationIdParameter>]
|
Detailed Description
The Get-UMDialplan cmdlet displays all properties for a UM dial plan.
After this task is completed, when you specify the Identity parameter, you can view the values set. When the Get-UMDialplan cmdlet is run, if no parameter is supplied, the cmdlet returns all UM dial plans in the Active Directory forest.
You need to be assigned permissions before you can run this cmdlet. Although all parameters for this cmdlet are listed in this topic, you may not have access to some parameters if they're not included in the permissions assigned to you. To see what permissions you need, see the "UM dial plans" entry in the Unified Messaging Permissions topic.
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
DomainController |
Optional |
Microsoft.Exchange.Data.Fqdn |
The DomainController parameter specifies the fully qualified domain name (FQDN) of the domain controller that retrieves data from Active Directory. |
Identity |
Optional |
Microsoft.Exchange.Configuration.Tasks.UMDialPlanIdParameter |
The Identity parameter specifies the UM dial plan ID. This parameter specifies the directory object identifier for the UM dial plan. |
Organization |
Optional |
Microsoft.Exchange.Configuration.Tasks.OrganizationIdParameter |
The Organization parameter is reserved for internal Microsoft use. |
Input Types
To see the input types that this cmdlet accepts, see Cmdlet Input and Output Types. If the Input Type field for a cmdlet is blank, the cmdlet doesn’t accept input data.
Return Types
To see the return types, which are also known as output types, that this cmdlet accepts, see Cmdlet Input and Output Types. If the Output Type field is blank, the cmdlet doesn’t return data.
Examples
EXAMPLE 1
This example displays a list of all the UM dial plans in the Active Directory forest.
Copy Code | |
---|---|
Get-UMDialplan |
EXAMPLE 2
This example displays a formatted list of properties for a UM dial plan named MyUMDialPlan.
Copy Code | |
---|---|
Get-UMDialplan -Identity MyUMDialPlan | Format-List |