exam questions

Exam 70-347 All Questions

View all questions & answers for the 70-347 exam

Exam 70-347 topic 4 question 25 discussion

Actual exam question from Microsoft's 70-347
Question #: 25
Topic #: 4
[All 70-347 Questions]

HOTSPOT -
You are the Microsoft Lync Online administrator for your company.
Some authenticated users report that they must wait in the meeting lobby when they dial in to Lync meetings.
You need to ensure that authenticated users can connect directly to Lync meetings without waiting in the meeting lobby.
How should you complete the relevant Windows PowerShell script? To answer, select the appropriate option from each list in the answer area.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
We need to reconfigure all the meetings/conferences that require authentication or in other words, all meetings/conferences that do not allow anonymous users.
We do this by running the Get-CsMeetingConfiguration cmdlet without any parameters to return a collection of all the meeting configuration settings currently in use. That collection is then piped to the Where-Object cmdlet, which selects only those settings where the AdmitAnonymousUsersByDefault property is equal to false.
Now that we have all the meetings/conferences that require authentication, we can use the Set-CSMeetingConfiguration to reconfigure those meetings to enable the users to bypass the lobby by using the PstnCallersBypassLobby = True parameter.
References:
https://technet.microsoft.com/en-us/library/gg425875.aspx

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
Currently there are no comments in this discussion, be the first to comment!
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 ...