Get-CsTenantDialPlan

Use the Get-CsTenantDialPlan cmdlet to retrieve a tenant dial plan.

Syntax

Get-CsTenantDialPlan
   [[-Identity] <string>]
   [<CommonParameters>]
Get-CsTenantDialPlan
   [-Filter <String>]
   [<CommonParameters>]

Description

The Get-CsTenantDialPlan cmdlet returns information about one or more tenant dial plans (also known as a location profiles) in an organization. Tenant dial plans provide required information to let Enterprise Voice users make telephone calls. The Conferencing Attendant application also uses tenant dial plans for dial-in conferencing. A tenant dial plan determines such things as which normalization rules are applied.

You can use the Get-CsTenantDialPlan cmdlet to retrieve specific information about the normalization rules of a tenant dial plan.

Examples

-------------------------- Example 1 --------------------------

Get-CsTenantDialPlan

This example retrieves all existing tenant dial plans.

-------------------------- Example 2 --------------------------

Get-CsTenantDialPlan -Identity Vt1TenantDialPlan2

This example retrieves the tenant dial plan that has an identity of Vt1TenantDialplan2.

Parameters

-Filter

The Filter parameter allows you to limit the number of results based on filters you specify.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams

-Identity

The Identity parameter is a unique identifier that designates the name of the tenant dial plan to retrieve.

Type:String
Position:1
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams

Notes

The ExternalAccessPrefix and OptimizeDeviceDialing parameters have been removed from New-CsTenantDialPlan and Set-CsTenantDialPlan cmdlet since they are no longer used. External access dialing is now handled implicitly using normalization rules of the dial plans. The Get-CsTenantDialPlan will still show the external access prefix in the form of a normalization rule of the dial plan.