Get-CsTenantDialPlan
Use the Get-CsTenantDialPlan cmdlet to retrieve a tenant dial plan.
Syntax
Get-CsTenantDialPlan
[-Tenant <Guid>]
[[-Identity] <XdsIdentity>]
[-LocalStore]
[<CommonParameters>]
Get-CsTenantDialPlan
[-Tenant <Guid>]
[-Filter <String>]
[-LocalStore]
[<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, and whether a prefix must be dialed for external calls.
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 |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Online |
-Identity
The Identity parameter is a unique identifier that designates the name of the tenant dial plan to retrieve.
Type: | XdsIdentity |
Position: | 2 |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Online |
-LocalStore
PARAMVALUE: SwitchParameter
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Online |
-Tenant
Specifies the globally unique identifier (GUID) of your Skype for Business Online tenant account. For example: -Tenant "38aad667-af54-4397-aaa7-e94c79ec2308". You can find your tenant ID by running this command: Get-CsTenant | Select-Object DisplayName, TenantID
Type: | Guid |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Online |
Feedback
Submit and view feedback for