exam questions

Exam MS-721 All Questions

View all questions & answers for the MS-721 exam

Exam MS-721 topic 1 question 70 discussion

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

HOTSPOT
-

You have a Microsoft 365 E5 subscription that uses Teams.

You discover that the Conference Bridge list contains two dial-in phone numbers for an office in Calgary. One of the dial-in phone numbers is +14035554321 and is configured as a secondary number for the Calgary office. The number is NOT set as the default.

You need to remove +14035554321 from the list.

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
DeadUser
Highly Voted 1 year, 1 month ago
The answer provided seems correct: https://learn.microsoft.com/en-us/microsoftteams/change-the-phone-numbers-on-your-audio-conferencing-bridge#step-3---unassign-the-old-phone-number-from-the-audio-conferencing-bridge As the aim is not to remove the default service number but an old phone number from the audio conferencing bridge, the command should be: Unregister-CsOnlineDialInConferencingServiceNumber -BridgeID $BridgeID -identity 14035554321
upvoted 7 times
...
kitty73
Most Recent 1 month ago
use the Unregister-CsOnlineDialInConferencingServiceNumber cmdlet to unregister a Toll or Toll free number from a conference bridge, run the following command: Unregister-CsOnlineDialInConferencingServiceNumber -identity "toll number to be removed" -bridgeId "Conference Bridge ID" Unregister-CsOnlineDialInConferencingServiceNumber -identity "toll free number to be removed" -bridgeId "Conference Bridge ID" https://learn.microsoft.com/en-us/microsoftteams/change-the-phone-numbers-on-your-audio-conferencing-bridge
upvoted 1 times
...
Azazel993
1 year, 1 month ago
Unregister-CsOnlineDialInConferencingServiceNumber -BridgeName "Conference Bridge" -RemoveDefaultServiceNumber 1234
upvoted 3 times
...
Arkt
1 year, 3 months ago
Unregister-CsOnlineDialInConferencingServiceNumber -BridgeName $BridgeID -RemoveDefaultServiceNumber "number" This is the command, it is not Identity. Identity does not take the lineuri as it's input
upvoted 2 times
psp65
8 months, 1 week ago
the -RemoveDefaultServiceNumber is specific for the default service number of the conference bridge
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 ...