Changing a Calling Policy in Microsoft Teams.
Change policy settings
#Check policy name
Get-CsTeamsCallingPolicy
#Change the policy
Set-CsTeamsCallingPolicy -Identity "{POLICY NAME}" -BusyOnBusyEnabledType unanswered
#Check 1 policy
Get-CsTeamsCallingPolicy -Identity "{POLICY NAME}"
Assign policy to users
- Log into the Microsoft Teams Admin Portal.
- https://admin.teams.microsoft.com/
- Go to Users > {selected user}.
- Go to Policies and click Edit.
- Under Calling policy, select the policy required.
- Click Apply