exam questions

Exam MS-720 All Questions

View all questions & answers for the MS-720 exam

Exam MS-720 topic 1 question 19 discussion

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

DRAG DROP -
You have a Microsoft Teams Phone deployment in an office.
When a user dials an emergency number, the safety team for the office is notified.
Your company opens a new office that has a Teams Phone deployment.
You need to ensure that the safety team for the new office is notified when an emergency call is placed from that office.
How should you complete the PowerShell script? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:
Box 1: New-CsTeamsEmergencyCallingPolicy
The New-CsTeamsEmergencyCallingPolicy cmdlet creates a new Teams Emergency Calling policy. Emergency calling policy is used for the life cycle of emergency calling experience for the security desk and Teams client location experience.
Example: New-CsTeamsEmergencyCallingPolicy -Identity testECP -Description "Test ECP" -NotificationGroup "[email protected]" -NotificationDialOutNumber
"4253214567" -NotificationMode NotificationOnly -ExternalLocationLookupMode Enable
This example creates a Teams Emergency Calling policy that has a identity of testECP, where a notification group and number is being defined, the external location lookup mode is enabled and also the type of notification.
Box 2: Grant-CsTeamsEmergencyCallingPolicy
The Grant-CsTeamsEmergencyCallingPolicy cmdlet assigns a Teams Emergency Calling policy to a user. Emergency Calling policy is used for the life cycle of emergency calling experience for the security desk and Teams client location experience.

Example 1 -
Grant-CsTeamsEmergencyCallingPolicy -Identity user1 -PolicyName TestECP
This example assigns a Teams Emergency Calling policy to a user.
Reference:
https://docs.microsoft.com/en-us/powershell/module/skype/new-csteamsemergencycallingpolicy https://docs.microsoft.com/en-us/powershell/module/skype/grant-csteamsemergencycallingpolicy

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
net2020
2 years, 6 months ago
https://learn.microsoft.com/en-us/powershell/module/skype/set-cstenantnetworksite?view=skype-ps
upvoted 2 times
...
wanabeegeek
2 years, 7 months ago
2nd Box paremeter for the cmdelt is wrong. Even though Grant-CsTeamsEmergencyCallingPolicy is the correct answer, the parameter -EmergencyCallingPolicy does not exist for this cmdlet. Instead -PolicyName should be used. The command should be Grant-CsTeamsEmergencyCallingPolicy -Identity "[email protected]" -PolicyName "Site1-ECP"
upvoted 2 times
UCExpert
2 years, 7 months ago
Incorrect. The right answer in second box would be Set-CsTenantNetworkSite as you need to ensure that policy applies on the office network rather than on individual users.
upvoted 12 times
hadiwijaya
2 years, 5 months ago
Agree!
upvoted 1 times
[Removed]
2 years, 4 months ago
Agree with this answer.
upvoted 1 times
[Removed]
2 years, 4 months ago
Just read a MS KB - I don't agree with this answer, I agree with the original answer given sorry
upvoted 1 times
rawterz
2 years, 4 months ago
Ok...assume you stay with 2nd box-Grant-CsTeamsEmergencyCallingPolicy ? you have any reference from KB?
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 ...