Forum Discussion
David Przywara
Feb 21, 2017Copper Contributor
Tenant Global Dial Plan
I can successfully create a dial plan with normalization rules and assign the tenant dial plan to users via the grant-cstenantdialplan cmdlet, but I'd like to have the tenant dial plan be global and apply to all users without having to use the grant-cstenantdialplan cmdlet per user. Watching the Skype Academy session they make reference to the tenant global dial plan but I didn't see any examples on how to set it. How do you assign a tenant dial plan globally?
Thanks,
Dave
Hi David, There is a global TenantDialPlan which applies to all the users in the tenant. (attached.)
2 Replies
- Mohamad Saleem
Microsoft
- David PrzywaraCopper Contributor
Awesome! I used Set-CsTenantDialPlan -Identity Global to assign our normalization rules to it and things work great. Thanks for pointing me in the right direction.