MS-700 · Question #15
You are a Microsoft Teams administrator for your company. All the teams used by the company's legal department must meet the following compliance requirements: - Each team must expire 365 days after…
The correct answer is B. From PowerShell, run the New-AzureADMSGroupLifecyclePolicy cmdlet. To implement expiration and deletion policies for Microsoft Teams, including content deletion and a restore period, you should create an Azure AD group lifecycle policy using PowerShell.
Question
Options
- AFrom the Microsoft Teams admin center, modify the teams policy.
- BFrom PowerShell, run the New-AzureADMSGroupLifecyclePolicy cmdlet.
- CFrom the Security & Compliance admin center, create a data loss prevention (DLP) policy.
- DFrom the Microsoft 365 admin center, modify the Office 365 group settings.
How the community answered
(46 responses)- A9% (4)
- B74% (34)
- C15% (7)
- D2% (1)
Why each option
To implement expiration and deletion policies for Microsoft Teams, including content deletion and a restore period, you should create an Azure AD group lifecycle policy using PowerShell.
Modifying a Teams policy in the Teams admin center does not offer options for group expiration, content deletion upon expiration, or a restore period for the entire team.
The New-AzureADMSGroupLifecyclePolicy cmdlet in PowerShell is used to create a lifecycle policy for Microsoft 365 groups, which underpin Microsoft Teams. This policy allows configuring group expiration, including the number of days until expiration and a grace period for restoration after soft deletion, directly addressing all specified requirements.
A Data Loss Prevention (DLP) policy focuses on preventing sensitive information from leaving an organization, not managing team expiration or content deletion lifecycle.
While some Office 365 group settings can be modified in the Microsoft 365 admin center, comprehensive group lifecycle management with expiration and restoration periods is primarily handled through Azure AD group lifecycle policies, typically configured via PowerShell.
Concept tested: Microsoft 365 Group lifecycle management, expiration, and restoration
Source: https://learn.microsoft.com/en-us/microsoft-365/solutions/set-up-group-expiration?view=o365-worldwide
Topics
Community Discussion
No community discussion yet for this question.