Tutorial / Cram Notes
User Voice settings in Microsoft Teams are integral to maintaining a productive and organized digital environment for communication, especially when preparing for the MS-700 Managing Microsoft Teams exam, which tests a candidate’s ability to manage Teams settings. Managing user voice settings involves configuring several aspects to allow for proper communication within Teams. These settings include call policies, voice routing, and dial plans, all of which help in tailoring the Teams experience to the organization’s and the individual’s needs.
Call Policies
Call policies in Microsoft Teams control what features users can access during a call or meeting. For instance, a Teams administrator can use call policies to decide who can make, receive, and transfer calls. Policies can be used to disable the ability for users to forward calls or to restrict calls to internal communication only.
Example of setting a call policy:
Set-CsTeamsCallingPolicy -Identity “Tag:DisallowForwarding” -AllowCallForwardingToPhone $False -AllowSimultaneousRing $False
This command will modify the DisallowForwarding
policy to prevent users from forwarding calls or having simultaneous ringing to a phone.
Voice Routing
Voice routing in Microsoft Teams refers to the configuration of how voice traffic is directed through various networks and services. In terms of managing Teams for an organization, this is crucial for setting up Direct Routing, which allows for the integration of third-party telephony services with Teams.
Voice routing elements include:
- PSTN Usage records – define scenarios for call routing.
- Voice Routes – specify the path that calls should take based on number patterns.
- Voice Routing Policies – collect PSTN Usages and apply them to users.
A voice route table comparison:
Route Name | Number Pattern | PSTN Usage | Priority |
---|---|---|---|
LocalRoute | ^\+1(\d{10})$ | LocalCalls | 0 |
InternationalRoute | ^\+ | InternationalCalls | 1 |
The above table compares two voice routes: LocalRoute
which handles the call routing for local US numbers, and InternationalRoute
for international calls.
Dial Plans
Dial plans in Microsoft Teams are a set of normalization rules that translate dialed phone numbers into an alternate format for call authorization and routing. They are essential for enterprises that have specific dialing habits or when integrating with traditional telephony systems.
Dial plan components:
- Normalization rules – actual patterns and translations that normalize dialed numbers.
- Tenant Dial Plan – globally applied rules.
- User Dial Plan – can override tenant rules for specific users.
Example of a normalization rule within a dial plan:
New-CsTeamsNormalizationRule -Parent Global -Name “5DigitExtensionDialing” -Pattern “^\d{5}$” -Translation “+1425555$1”
This normalization rule enables users to dial five-digit extensions by automatically mapping them to a full phone number format.
Managing User Voice Settings Effectively
As an MS-700 Managing Microsoft Teams exam candidate or a Teams administrator, it is critical to understand how to manage voice settings effectively. Here are the steps to manage user voice settings:
- Identify the organization’s requirements – Evaluate the needs and calling patterns of your organization.
- Design a Dial Plan – According to the identified requirements, design and apply normalization rules that fit the organization’s dialing habits.
- Configure Call Policies – Establish call policies that align with the company’s communication policies and user needs.
- Setup Voice Routing – Plan and implement voice routing that supports the infrastructure, whether using Microsoft Calling Plan or Direct Routing.
- Assign Policies to Users – Allocate the created policies to users in the Teams admin center or via PowerShell based on their roles and needs.
Understanding and managing user voice settings within Teams not only ensures efficient communication but also prepares candidates for scenarios they might encounter on the MS-700 exam. It empowers them to implement and troubleshoot voice features that enhance the Teams experience for all users within the organization.
Practice Test with Explanation
True or False: In Microsoft Teams, Voice settings can be managed directly from the Teams client interface.
- Answer: False
Explanation: Voice settings in Microsoft Teams are managed through the Microsoft Teams admin center, not directly through the Teams client.
True or False: A global voice policy can be applied to all users in the organization.
- Answer: True
Explanation: A global voice policy in Microsoft Teams can be set and will apply to all users by default unless a specific policy is assigned to them.
Which of the following can be managed under user voice settings in Microsoft Teams? (Select all that apply)
- A) Call forwarding
- B) Caller ID policies
- C) Audio conferencing settings
- D) Custom background settings
Answer: A, B, C
Explanation: User voice settings in Microsoft Teams include options such as call forwarding, caller ID policies, and audio conferencing settings. Custom background settings are related to video meetings and not directly part of voice settings.
To assign a voice policy to a user in Microsoft Teams, which PowerShell cmdlet is used?
- A) Set-CsUser
- B) Grant-CsTeamsVoiceRoutingPolicy
- C) New-CsVoicePolicy
- D) Enable-CsUser
Answer: B
Explanation: The Grant-CsTeamsVoiceRoutingPolicy cmdlet is used to assign a voice routing policy to a specific user or users in Microsoft Teams.
True or False: Only users with an E5 license can have voice policies assigned to them.
- Answer: False
Explanation: Users with different types of licenses can have voice policies assigned to them, but certain voice features in Microsoft Teams are available based on the type of licensing and plan the organization has.
True or False: You can configure voice settings in Microsoft Teams to enable voicemail for users.
- Answer: True
Explanation: In Microsoft Teams, the voice settings include options to configure and manage voicemail for users.
When you manage user voice settings in Microsoft Teams, which of the following is NOT a feature that you can manage?
- A) Call queues
- B) Call park policies
- C) Teams chat policies
- D) Voice routing policies
Answer: C
Explanation: Teams chat policies are not part of user voice settings. They are related to messaging features in Microsoft Teams.
True or False: An audio conferencing policy can be assigned to users in Microsoft Teams to control how they can join a Teams meeting.
- Answer: True
Explanation: Audio conferencing policies in Microsoft Teams manage the features available to users when they join meetings via audio conferencing, including dial-in options and PIN settings.
Which of the following is a requirement for configuring Direct Routing in Microsoft Teams?
- A) Microsoft 365 E3 license
- B) Session Border Controller (SBC)
- C) Teams Shifts application
- D) Azure AD Connect
Answer: B
Explanation: Configuring Direct Routing in Microsoft Teams requires a Session Border Controller (SBC) to connect to the PSTN network.
True or False: You need to be a Teams Service Administrator or a Global Administrator to manage user voice settings in Microsoft Teams.
- Answer: True
Explanation: To manage user voice settings in Microsoft Teams, you need to have the Teams Service Administrator role or Global Administrator role in the organization.
To apply a caller ID policy at the user level in Microsoft Teams, which PowerShell cmdlet should be used?
- A) Grant-CsTeamsCallingPolicy
- B) Set-CsUserCallerIdPolicy
- C) Grant-CsCallerIdPolicy
- D) Set-CsCallingLineIdentity
Answer: C
Explanation: The Grant-CsCallerIdPolicy PowerShell cmdlet is used to assign a caller ID policy to a specific user in Microsoft Teams.
True or False: Users can opt out of a voice policy assigned to them by an administrator in Microsoft Teams.
- Answer: False
Explanation: Users cannot opt out of a voice policy assigned to them; only administrators with the appropriate permissions can assign or change voice policies for users in Microsoft Teams.
Interview Questions
What are user voice settings in Microsoft Teams?
User voice settings in Microsoft Teams allow you to configure how calls are handled for users in your organization.
What types of user voice settings can be configured?
User voice settings can be configured for the following types of calls incoming calls, outgoing calls, voicemail, and call forwarding.
What is the default user voice setting for incoming calls in Microsoft Teams?
The default user voice setting for incoming calls in Microsoft Teams is to ring the user’s computer and all of their connected devices.
What is call blocking and how can it be configured for users?
Call blocking allows you to prevent certain numbers or types of calls from reaching users in your organization. It can be configured by creating and applying a calling policy that includes call blocking settings.
How can you restrict outgoing calls to certain types of numbers or countries?
You can restrict outgoing calls to certain types of numbers or countries by creating and applying a calling policy that includes dialing restrictions.
What are emergency calling policies and how can they be configured?
Emergency calling policies allow you to configure how emergency calls are handled in your organization. They can be configured by creating and applying an emergency calling policy.
What are the available options for handling voicemail messages in Microsoft Teams?
The available options for handling voicemail messages in Microsoft Teams include forwarding voicemail to email, sending notifications for new voicemail, and allowing users to review and manage their voicemail messages in the Teams app.
What is call forwarding and how can it be configured for users in Microsoft Teams?
Call forwarding allows users to redirect incoming calls to another number or contact. It can be configured for users by creating and applying a calling policy that includes call forwarding settings.
How can you enable and configure simultaneous ring for users in Microsoft Teams?
Simultaneous ring allows calls to ring multiple devices at the same time. It can be enabled and configured for users by creating and applying a calling policy that includes simultaneous ring settings.
How can you configure call waiting and hold music for users in Microsoft Teams?
Call waiting and hold music can be configured for users by creating and applying a calling policy that includes call waiting and hold music settings. These settings allow you to control how incoming calls are handled when users are on another call.
Managing user voice settings in Teams can be a bit tricky at first. Any tips on where to start?
Does anyone know if you can set different voice policies for different groups of users?
This blog post was really helpful, thanks!
Remember that managing user voice settings is part of the MS-700 exam objectives, so it’s crucial to understand this topic well.
What’s the difference between calling policies and voice routing policies?
In my experience, Direct Routing can be a game-changer for managing voice settings.
How do you guys handle voice settings in hybrid deployments?
Setting up Auto Attendant can significantly improve call management. Anyone else using it?