Free MS-740 Exam Braindumps (page: 16)

Page 16 of 32

HOTSPOT (Drag and Drop is not supported)
A company uses Microsoft Teams.
Users are unable to communicate with external users. You have been presented with the following output from a PowerShell command:


You need to enable users to communicate with users on the Microsoft.com and Contoso.com domains.

How should you complete the command? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

  1. See Explanation section for answer.

Answer(s): A

Explanation:




Box 1: Set-CsTenantFederationConfiguration
Set-CsTenantFederationConfiguration manages federation configuration settings for your Skype for Business Online tenants. These settings are used to determine which domains (if any) your users are allowed to communicate with.

Parameter -AllowFederatedUsers
When set to True (the default value) users will be potentially allowed to communicate with users from other domains. If this property is set to False then users cannot communicate with users from other domains regardless of the values assigned to the AllowedDomains and BlockedDomains properties.

Box 2: New-CsEdgeDomainPattern
Example:
$x = New-CsEdgeDomainPattern -Domain "contoso.com"

$y = New-CsEdgeDomainPattern -Domain "fabrikam.com"

$newAllowList = New-CsEdgeAllowList -AllowedDomain $x,$y

Set-CsTenantFederationConfiguration -AllowedDomains $newAllowList

This example shows how you can add multiple domains to an allowed domains list. This is done by calling the New-CsEdgeDomainPattern cmdlet multiple times (one for each domain to be added to the list), and storing the resulting domain objects in separate variables. Each of those variables can then be added to the allow list created by the New-CsEdgeAllowList cmdlet simply by using the AllowedDomain parameter and separating the variables name by using commas.

Box 3: New-CsEdgeDomainPattern

Box 4: Set-CsTenantFederationConfiguration
Set-CsTenantFederationConfiguration has parameter -AllowedDomains
Domain objects (created by using the New-CsEdgeAllowList cmdlet or the New-CsEdgeAllowAllKnownDomains cmdlet) that represent the domains that users are allowed to communicate with.


Reference:

https://learn.microsoft.com/en-us/powershell/module/skype/set-cstenantfederationconfiguration
https://learn.microsoft.com/en-us/powershell/module/skype/new-csedgeallowlist



You are the administrator for a company named CompanyA which uses Microsoft Teams only. The company does not have a Skype for Business on-premises environment. A company named CompanyB has a Skype for Business on-premises environment. The two companies want to allow employees to collaborate by using chat and online meetings.

CompanyA is unable to chat with CompanyB. CompanyA can communicate with other companies.
You need to set up federation between CompanyA and CompanyB.

Which three actions should you perform?
Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

  1. From the Skype for Business on-premises server management shell, run the following PowerShell cmdlet: Set-CsAccessEdgeConfiguration. –UseDnsSrvRouting -EnablePartnerDiscovery $True
  2. Connect to Skype for Business Online and run the following PowerShell cmdlet: Set-CsExternalAccessPolicy -EnableFederationAccess $True
  3. Enable external federation for the user.
  4. Connect to Skype for Business Online and run the following PowerShell cmdlet: Set-CsTenantFederationConfiguration - $True
  5. Ensure that CompanyB’s domain is listed in the Allowed Domains list.

Answer(s): A,B,C

Explanation:

A: Managing federation and external access to Skype for Business Server
If your deployment includes a Skype for Business Server Edge Server or an Edge pool, the scope of possible communication types is greatly expanded. There are many options for external user access, communication with members of other SIP federated domains, and SIP federated providers. After setting up the Edge Server or Edge pool, you enable the external user access types and configure policies to control external access.

Note: Enable or disable discovery of federation partners in Skype for Business Server
At the time you deployed your Edge Servers and enabled federation for your organization, you should have specified whether to support automatic discovery of federated partner domains.

To enable discovery of federation partners, set the value of the EnablePartnerDiscovery property to True ($True). Note that you must enable DNS SRV routing in order to change this property value.

Set-CsAccessEdgeConfiguration -UseDnsSrvRouting -EnablePartnerDiscovery $True

C:
After deploying one or more Edge Servers, you must enable the types of external access that will be supported for your organization.

By default, there are no policies configured to support external user access, including remote user access, federated user access, even if you have already enabled external user access support for your organization. To control the use of external user access, you must configure one or more policies, specifying the type of external user access supported for each policy.

Enable communications with federated users. Enable this if you want to support user access to federated partner domains. This setting configures the ability for users to communicate with other SIP federated domains, as well as Hosted providers like Microsoft 365 or Office 365.

B: Set-CsExternalAccessPolicy
Module: SkypeForBusiness
After an external access policy has been created, you can use the Set-CsExternalAccessPolicy cmdlet to change the property values of that policy. For example, by default the global policy does not allow users to communicate with people who have accounts with a federated organization. If you would like to grant this capability to all of your users you can call the Set-CsExternalAccessPolicy cmdlet and set the value of the global policy's EnableFederationAccess property to True.


Reference:

https://learn.microsoft.com/en-us/skypeforbusiness/manage/federation-and-external-access/managing-federation-and-external-access
https://learn.microsoft.com/en-us/skypeforbusiness/manage/federation-and-external-access/external-access-policies/manage-external-access-policy-for-your-organization
https://learn.microsoft.com/en-us/powershell/module/skype/set-csexternalaccesspolicy



Users from a company are collaborating with guests from other tenants.
The company’s users report that they are unable to send messages to guest accounts.

You need to resolve the issue.
What should you do?

  1. Modify Guest access settings to allow guest access.
  2. Add the domains for the guest accounts to the external access allow list.
  3. Update the Global messaging policy to enable chat.
  4. Enable chat in Guest access.

Answer(s): B

Explanation:

Specify trusted organizations
You can allow or block certain domains in order to define which organizations your organization trusts for external meetings and chat. (Note that the other organizations will need to allow your organization's domain as well.)

If you add blocked domains, all other domains will be allowed; and if you add allowed domains, all other domains will be blocked.

There are four scenarios for setting up external access in the Teams admin center (Users > External access):

* Allow only specific external domains: By adding domains to an Allow list, you limit external access to only the allowed domains. Once you set up a list of allowed domains, all other domains will be blocked.

* etc.


Reference:

https://learn.microsoft.com/en-us/microsoftteams/manage-external-access



View Related Case Study

You need to configure the system to meet the requirements for guest users.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  1. Create and assign a calling policy for guest users.
  2. Edit the guest access policy to disable calls.
  3. Edit the guest access policy to disable chat.
  4. Create and assign a messaging policy for guest users.

Answer(s): A,C


Reference:

https://docs.microsoft.com/en-us/microsoftteams/teams-calling-policy



Page 16 of 32



Post your Comments and Discuss Microsoft MS-740 exam with other Community members:

KAREEM ROFIAT BOLANLE commented on December 21, 2024
not yet written the exam
Anonymous
upvote

Subham commented on December 21, 2024
Good set of question for practice
Anonymous
upvote

Krish commented on December 20, 2024
Good to have test papers
INDIA
upvote

Ashish Sharma commented on December 20, 2024
Very elaborative explanation and apt questions
CANADA
upvote

Ashish Sharma commented on December 20, 2024
Very Useful
CANADA
upvote

Ashwani commented on December 20, 2024
Nice questions
UNITED KINGDOM
upvote

hardik commented on December 20, 2024
Very good content
UNITED STATES
upvote

Test commented on December 20, 2024
its helpful
Anonymous
upvote

haardik commented on December 20, 2024
Good so far
UNITED STATES
upvote

priya commented on December 20, 2024
good to prepare for the exam
Anonymous
upvote

Nagaraj commented on December 20, 2024
The questions help me to review
Anonymous
upvote

Reagan commented on December 20, 2024
Very Useful
Anonymous
upvote

Anonymous commented on December 20, 2024
definitely a perfect set of questions
Anonymous
upvote

DD commented on December 20, 2024
Preparing for exam
Anonymous
upvote

Anonymous1 commented on December 20, 2024
Nice questions
Anonymous
upvote

PrepGoku commented on December 20, 2024
Great list of questions, with full explaination
Anonymous
upvote

Hemlata commented on December 20, 2024
Great content
INDIA
upvote

Nicholos J Frates commented on December 20, 2024
I just passed the Salesforce-AI-Associate exam recently! my Result Card: https://docs.google.com/document/d/1CicoY5IGQwyyanVV_cCEUE2jFT86tyl3FZ_hA6Q_BiM
Anonymous
upvote

Hemlata commented on December 20, 2024
It is useful.
INDIA
upvote

Koomi commented on December 20, 2024
Great Content
Anonymous
upvote

Aamamm commented on December 20, 2024
useful for certfication
UNITED STATES
upvote

Preeti commented on December 20, 2024
How many questions in exam was from dump who give exam recently?
INDIA
upvote

Preeti commented on December 20, 2024
Have any of you taken the exam recently and passed just by using this dump?
INDIA
upvote

gill commented on December 20, 2024
nice nice nice
Anonymous
upvote

Hitesh commented on December 20, 2024
good practice questions available here
UNITED STATES
upvote

KT commented on December 20, 2024
I passed using this dumps.
Anonymous
upvote

Hassan commented on December 19, 2024
Quite challenging and interesting
Anonymous
upvote

mke commented on December 19, 2024
so far so good
UNITED STATES
upvote

JP commented on December 19, 2024
Good so far
UNITED STATES
upvote

Anyah Vincent Ndubuisi commented on December 19, 2024
Microsoft SC 200 SOC, is awesomely good enough for every cybersecurity specialist. Well detailed for freshers also. From Anyah Vincent.Nigeria.
Anonymous
upvote

Shehan commented on December 19, 2024
Superb stuff
Anonymous
upvote

gege commented on December 19, 2024
The questions looks promising and well formatted. But has anyone passed this exam recently? I have heard the exam is very very hard.
Anonymous
upvote

Tejaswini commented on December 19, 2024
For my understanding
Anonymous
upvote

Tejaswini commented on December 19, 2024
Going throught questions for practice
Anonymous
upvote