Microsoft Exam Questions

How should you complete the relevant Windows PowerShell…

DRAG DROP
Your company has an Office 365 subscription and uses Microsoft Exchange Online. Employees have archive mailboxes that have the default retention policy applied.
A new company policy requires some existing mailboxes to have a retention policy that deletes only email messages in the Deleted Items folder after 90 days. Deleted messages must be recoverable. None of the existing retention tags meet the new requirement.
You create an empty retention policy named Policy-90.
You need to configure the retention policy and apply it to the mailboxes.
How should you complete the relevant Windows PowerShell script? To answer, drag the appropriate code segments to the correct targets. Each segment 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.
Select and Place:

messages. These settings specify how long a message remains in a mailbox and the action to be taken when the message reaches the specified retention age. specify the deletion of email messages in the Deleted Items folder after 90 days. We then need to assign the retention tag to the Policy-90 retention policy. Then we apply the Policy-90 retention policy to mailboxes. policy to the mailboxes. https://technet.microsoft.com/en-GB/library/dd297955(v=exchg.150).aspx https://technet.microsoft.com/en-GB/library/dd335226(v=exchg.150).aspx https://technet.microsoft.com/en-us/library/dd335196(v=exchg.150).aspx

Answer:

Explanation:

Retention Policy Tags are used to apply retention settings to folders and individual items such as e-mail
A Retention Policy is a group of retention tags that can be applied to a mailbox.
In this question, we have a new retention policy named Policy-90. We need to create a new retention tag to

The New-RetentionPolicyTag cmdlet creates a new retention tag.
The Set-RetentionPolicy cmdlet adds the retention tag to the retention policy.
The Get-Mailbox cmdlet retrieves a list of mailboxes and the Set-Mailbox cmdlet is used to assign the retention
References: