Remove-CsTenantDialPlan
Use the Remove-CsTenantDialPlan
cmdlet to remove a tenant dial plan.
Syntax
Remove-CsTenantDialPlan
[-Identity] <string>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
The Remove-CsTenantDialPlan
cmdlet removes an existing tenant dial plan (also known as a location profile).
Tenant dial plans provide required information to allow Enterprise Voice users to 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.
Removing a tenant dial plan also removes any associated normalization rules. If no tenant dial plan is assigned to an organization, the Global dial plan is used.
Examples
-------------------------- Example 1 --------------------------
Remove-CsTenantDialPlan -Identity Vt1TenantDialPlan2
This example removes the Vt1TenantDialPlan2.
Parameters
-Confirm
The Confirm parameter prompts you for confirmation before the command is executed.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
-Identity
The Identity parameter is the unique identifier of the tenant dial plan to remove.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
-WhatIf
The WhatIf parameter describes what would happen if you executed the command, without actually executing the command.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
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.