Assigning Policies
This document will run you through assigning a Vocie Routing Policy and a Dial Plan to a user, through the means of Powershell or the Teams Admin Center.
Teams Admin Center
- Logon to the Teams Admin Center
- Browse Users > Manage users
- Find the user you want and click Edit settings
- Choose the Policies tab
- Click Edit on Assigned policies
- Edit Dial plan: UK-Durham
- Edit Voice routing policy: UK-Durham-International
Powershell
- Connect through Teams Powershell and issue the following commands:
Connect-MicrosoftTeams
Grant-CsTenantDialPlan "teams.user@domain.com" -PolicyName "UK-Durham"
Grant-CsOnlineVoiceRoutingPolicy "teams.user@domain.com" -PolicyName "UK-Durham-International"