exam questions

Exam MS-721 All Questions

View all questions & answers for the MS-721 exam

Exam MS-721 topic 1 question 50 discussion

Actual exam question from Microsoft's MS-721
Question #: 50
Topic #: 1
[All MS-721 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.

Show Suggested Answer Hide Answer
Suggested Answer:

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
jtrott
Highly Voted 1 year, 3 months ago
The correct solution is to return the ForwardingTargetType value, as the ForwardingTarget is blank when configured for voicemail: https://learn.microsoft.com/en-us/powershell/module/teams/get-csusercallingsettings?view=teams-ps#example-1
upvoted 14 times
banderas
12 months ago
Agree and also checked the PS cmdlet help
upvoted 1 times
...
...
afed83e
Highly Voted 7 months, 1 week ago
Hi guys, I have MS Teams phone implemented in my company, so I recreated this scenario by creating a reception AA and "Voice Application Policy". The only command that generated output relative to this question is "Get-CsOnlineVoicemailUserSettings --> TransferTarget. The TransferTarget field displayed the AA's ID. The ForwardingType, ForwardingTargetType, and UnansweredTarget fields with the other commands were blank.
upvoted 5 times
...
Nico282
Most Recent 10 months, 3 weeks ago
Get-CsUserCallingSettings -> ForwardingTargetType Ref: https://learn.microsoft.com/en-us/powershell/module/teams/get-csusercallingsettings?view=teams-ps ForwardingTarget is empty for voicemail and other configurations. Get-CsOnlineVoicemailUserSettings shows the configuration for the voicemail, even if it is disabled. Get-CsOnlineVoicemailPolicy shows the general policies for voicemail (transcription, profanity filter, recording length), not if it is enabled
upvoted 2 times
...
gbabes
11 months, 1 week ago
The answer could be (based on https://learn.microsoft.com/en-us/microsoftteams/manage-voicemail-settings ) Get-CsOnlineVoicemailUserSettings cmdlet which uses -TransferTarget (and -CallAnswerRule VoicemailWithTransferOption which fits the scenario of the question)
upvoted 4 times
...
Arkt
1 year, 1 month ago
I believe it should be UnansweredTarget as the scenario is not about Forwarding
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 ...