MS-700 · Question #111
MS-700 Question #111: Real Exam Question with Answer & Explanation
This question tests your ability to configure a Microsoft Teams template JSON to restrict channel and message deletion to team owners only, using the correct memberSettings and messagingSettings properties.
Question
You have a Microsoft 365 subscription that uses Teams. You have a template to create a team named Team1. You need to modify the template so that only Team1 owners can delete channels and messages. How should you complete the template? To answer, select the appropriate options in the answer area.
Explanation
This question tests your ability to configure a Microsoft Teams template JSON to restrict channel and message deletion to team owners only, using the correct memberSettings and messagingSettings properties.
Approach. In a Teams template (JSON format), you must set two separate sections: under 'memberSettings', set 'allowDeleteChannels' to false so regular members cannot delete channels (owners retain this ability by default). Under 'messagingSettings', set 'allowUserDeleteMessages' to false (blocking members from deleting messages) and 'allowOwnerDeleteMessages' to true (explicitly granting owners that right). Together, these two configuration blocks ensure only owners hold deletion privileges for both channels and messages.
Concept tested. Microsoft Teams template JSON configuration - specifically the 'memberSettings.allowDeleteChannels', 'messagingSettings.allowUserDeleteMessages', and 'messagingSettings.allowOwnerDeleteMessages' properties and how they interact to enforce owner-only deletion permissions.
Reference. Microsoft Learn - Create a team from a template (Teams admin center / Graph API template schema); MS-700 Managing Microsoft Teams exam objective: Configure and manage team settings
Topics
Community Discussion
No community discussion yet for this question.