Nov 22 2019 01:43 AM
One day, being curios about the dialed number manipulations that Microsoft Phone System does for us when we just have the user with specific country locations and not assigned with TenantDialPlan, I found out that the command listing all country specific dialplans disappeared.
Get-CsDialPlan not possible anymore.
Still being published on Microsoft pages as availble, I simply do not have it.
Any hint why from insight guys?
I understand these are not possible to be changed (which I would anyway welcome) but not giving option to display? At least visible when displaying EffectiveDialplan ...
Nov 25 2019 12:15 PM - edited Nov 25 2019 12:16 PM
Did you install the latest powershell modules (Teams and Skype)?
https://docs.microsoft.com/en-us/MicrosoftTeams/teams-powershell-overview
Get-CsDialPlan is the on-premises cmdlet, when using online you can use: Get-CsTenantDialPlan
Nov 25 2019 12:54 PM
Yes, sure, I am using the latest one.
Yeap I know about Get-CsTenantDialPlan as mentioned in my post, my point was that Get-CsDialPlan was present also in Online environment. And other commands related to this one.
It is still mentioned as present in Skype online here: https://docs.microsoft.com/en-us/powershell/module/skype/get-csdialplan?view=skype-ps
I also found one article from Frank Carius which i also describing the command as available.
https://www.msxfaq.de/cloud/sfbonline/dialplan_mit_skype_for_business.htm
Jan 20 2023 08:04 AM