Welcome to TestSimulate

Pass Your Next Certification Exam Fast!

Everything you need to prepare, learn & pass your certification exam easily.

365 days free updates. First attempt guaranteed success.

Microsoft Managing Microsoft Teams (MS-700) Free Practice Test

Question 1
Task 12
you need to create a Microsoft 365 group named TeamsAdmin that can manage Teams Phone configurations without being able to manage teams and channels.
Correct Answer:
See the solution in the explanation below:
Explanation:
To create a Microsoft 365 group named TeamsAdmin that can manage Teams Phone configurations without being able to manage teams and channels, you need to use PowerShell to create the group and assign the Teams Communications Administrator role to it. Here are the steps to follow:
* Install the Azure Active Directory PowerShell for Graph module by running the following cmdlet:
Install-Module -Name AzureAD
* Connect to Azure Active Directory by running the following cmdlet and entering your Microsoft 365 username and password:
Connect-AzureA Create a new Microsoft 365 group named TeamsAdmin by running the following cmdlet:
New-AzureADMSGroup -DisplayName " TeamsAdmin " -Description " Group for managing Teams Phone configurations " -MailEnabled $false -MailNickName " TeamsAdmin " -SecurityEnabled $true -GroupTypes
" Unified "
* Get the object ID of the new group by running the following cmdlet:
Get-AzureADMSGroup -Filter " DisplayName eq ' TeamsAdmin ' "
* Copy the object ID from the output and assign it to a variable, such as $groupID, by running the following cmdlet:
$groupID = " your-object-i Install the Microsoft Teams PowerShell module by running the following cmdlet:
Install-Module -Name MicrosoftTeams
* Connect to Microsoft Teams by running the following cmdlet and entering your Microsoft 365 username and password:
Connect-MicrosoftTeams
* Get the role ID of the Teams Communications Administrator role by running the following cmdlet:
Get-CsOnlineRole -Identity " Teams Communications Administrator "
* Copy the role ID from the output and assign it to a variable, such as $roleID, by running the following cmdlet:
$roleID = " your-role-id "
* Assign the Teams Communications Administrator role to the TeamsAdmin group by running the following cmdlet:
New-CsOnlineRoleAssignment -SecurityGroupId $groupID -RoleDefinitionName $roleID Now, you have created a Microsoft 365 group named TeamsAdmin that can manage Teams Phone configurations without being able to manage teams and channels. You can add members to this group by using the Azure Active Directory admin center or PowerShell.
Question 2
You need to resolve the issue reported by the project management department users.
What should you do?

Correct Answer: D
Question 3
You have a Microsoft 365 subscription that uses Microsoft Teams to collaborate with guest users.
You need to use monthly active users (MAU) billing and access reviews to monitor the team membership of the guest users.
Which additional licenses should you assign, and what should you do to enable MAU billing? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Correct Answer:

Explanation:
Question 4
Your company has a trading department and a research department.
The company purchases a Microsoft 365 E5 subscription.
You plan to deploy Microsoft 365 E5 licenses to all users.
You need to block communication between the users in the trading department and the users in the research department.
Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Correct Answer:

Explanation:
Question 5
You need to configure data retention policies for the teams. The solution must meet the data retention requirements.
Which content location should you include in the retention policies? To answer, drag the appropriate content locations to the correct requirements. Each content location 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.
Correct Answer:

Explanation:

Reference:
https://docs.microsoft.com/ en-us/mic roso ft- 365/compliance/retention-policies-teams?view=o365-worldwid e
https://docs.microsoft.com/en-us/microsoft-365/compliance/retention-policies-sharepoint?view=o365- worldwide
Question 6
Your company has a Microsoft 365 tenant.
Guest users report that they cannot access files or Microsoft OneNote from Microsoft Teams. The guest users can access channels, chats, and conversations.
You need to ensure that the guest users can access the files and OneNote from Microsoft Teams.
For what should you configure external sharing?

Correct Answer: A
Question 7
You have a Teams deployment.
You start a meeting and enable the following settings:
* Enable Green room
* Provide CART Captions
* Enable end-to-end Encryption
* Anonymous users can join the meeting
What feature is no longer available during the meeting?

Correct Answer: A
Question 8
You have a Microsoft 365 E5 subscription that contains a Microsoft Teams team named Sales Team. Sales Team contains the members shown in the following table.

You create a channel named Sales Project and configure the Channel moderation settings as shown in the following exhibit.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Correct Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/microsoftteams/manage-channel-moderation-in-teams
Question 9
Your company has a Microsoft 365 subscription.
You have a team that uses the following dynamic rule.

Which user will be included in the group?

Correct Answer: B
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 10
Your company has a Microsoft Office 365 subscription.
All users can create private channels.
You need to prevent specific users from creating private channels.
What should you create from the Microsoft Teams admin center?

Correct Answer: D