exam questions

Exam MS-720 All Questions

View all questions & answers for the MS-720 exam

Exam MS-720 topic 1 question 23 discussion

Actual exam question from Microsoft's MS-720
Question #: 23
Topic #: 1
[All MS-720 Questions]

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.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
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 Voicemail-related features such as transcription.
Reference:
https://docs.microsoft.com/en-us/powershell/module/teams/get-csusercallingsettings

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
GPerez73
Highly Voted 2 years, 7 months ago
Answer is correct. You just have to run the powershell commands and see what is returned
upvoted 5 times
...
makovec25
Most Recent 2 years, 4 months ago
Get-CsOnlineVoicemailUserSettings -Identity User VoicemailEnabled : True PromptLanguage : en-US OofGreetingEnabled : False OofGreetingFollowAutomaticRepliesEnabled : False OofGreetingFollowCalendarEnabled : False ShareData : False CallAnswerRule : RegularVoicemail DefaultGreetingPromptOverwrite : DefaultOofGreetingPromptOverwrite : TransferTarget : Get-CsUserCallingSettings -Identity User SipUri : IsForwardingEnabled : ForwardingType : ForwardingTarget : ForwardingTargetType : IsUnansweredEnabled : UnansweredTarget : UnansweredTargetType : UnansweredDelay : 00:00:20 Delegates : Delegators : CallGroupOrder : Simultaneous CallGroupTargets : {} GroupMembershipDetails : GroupNotificationOverride :
upvoted 3 times
...
brunob
2 years, 5 months ago
tested by my side : Get-CsOnlineVoicemailUserSettings and TransferTarget
upvoted 1 times
rawterz
2 years, 4 months ago
The Get-CsOnlineVoicemailUserSettings cmdlet in PowerShell can be used to retrieve the voicemail settings for a user in a Microsoft Teams Phone deployment, but it does not have a TransferTarget property...?? i guess Get-CsUserCallingSettings + TransferTarget make more sense
upvoted 1 times
rawterz
2 years, 4 months ago
ignore.
upvoted 1 times
...
...
...
fs0
2 years, 9 months ago
None of these. This question might be wrong. Only "Get-CSOnlineUser" has displayname" property but not transfer or unanswered.. Technically, Get-CsOnlineVoicemailUserSettings might be correct
upvoted 2 times
...
beermania
2 years, 9 months ago
should be Get-CsOnlineVoicemailUserSettings. This shows the voicemail settings and where the call is forwarded
upvoted 3 times
...
Chris70
2 years, 9 months ago
Yes indeed : "Get-CsOnlineVoicemailUserSettings" seems to be the correct answer
upvoted 1 times
Chris70
2 years, 9 months ago
Get-CsOnlineVoicemailUserSettings -identity "xxx" | select VoicemailEnabled, Transfertarget
upvoted 4 times
...
...
fs0
2 years, 9 months ago
The answer looks wrong. "Get-CsOnlineVoicemailUserSettings" can show the voice mail settings of the user.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...