ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 156 - MS-721 discussion

Report
Export

HOTSPOT

You have a Microsoft Teams Phone deployment that contains a user named User1.

A company policy states that all users must have voicemail configured so that callers can record a message or be transferred to reception.

You need to verify the voicemail configuration of User1 to ensure that it meets the requirements of the company policy.

How should you complete the command? To answer select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.


Question 156
Correct answer: Question 156

Explanation:

Box 1: Get-CsUserCallingSettings

The Get-CsUserCallingSettings cmdlet will show the call forwarding, simultaneous ringing, call group and delegation settings for a user.

This cmdlet shows the call forwarding, simultaneous ringing, call group and delegation settings for a user. It will also show any call groups the user is a member of and if someone else has added the user as a delegate.

Box 2: ForwardingTarget

Example.

This example shows that [email protected] has simultaneous ringing set (IsForwardingEnabled and ForwardingType) to [email protected] (ForwardingTarget and ForwardingTargetType) and if the call has not been answered (IsUnansweredEnabled) within 20 seconds (UnansweredDelay) the call is routed to voicemail (UnansweredTargetType).

Get-CsUserCallingSettings -Identity [email protected]

SipUri : sip:[email protected]

IsForwardingEnabled : True

ForwardingType : Simultaneous

ForwardingTarget : sip:[email protected]

ForwardingTargetType : SingleTarget

IsUnansweredEnabled : True

UnansweredTarget :

UnansweredTargetType : Voicemail

UnansweredDelay : 00:00:20

Delegates :

Delegators :

CallGroupOrder : InOrder

CallGroupTargets : {}

GroupMembershipDetails :

GroupNotificationOverride :

Incorrect:

* Not Get-CSOnlineVoicemailPolicy.

Use the Get-CsOnlineVoicemailPolicy cmdlet to get a list of all pre-configured policy instances related to Cloud Voicemail service.

This cmdlet retrieves information about one or more voicemail policies that have been configured for use in your organization. Voicemail policies are used by the organization to manage Voicemailrelated features such as transcription.

Reference:

https://docs.microsoft.com/en-us/powershell/module/teams/get-csusercallingsettings

asked 05/10/2024
Ian Schraier
35 questions
User
0 comments
Sorted by

Leave a comment first