Valid 70-347 Dumps shared by ExamDiscuss.com for Helping Passing 70-347 Exam! ExamDiscuss.com now offer the newest 70-347 exam dumps, the ExamDiscuss.com 70-347 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 70-347 dumps with Test Engine here:
You manage an Office 365 tenant that uses an Enterprise E1 subscription. A user takes an extended leave of absence. The user reports that email messages in the Junk Email folder are deleted before they can read the messages. You need to ensure that email messages for the user's Junk Email folder are deleted after 60 days. Which Windows PowerShell cmdlet should you run first?
Correct Answer: B
Explanation/Reference: Explanation: Use the New-RetentionPolicyTag cmdlet to create a retention tag. This cmdlet is available in on-premises Exchange Server 2016 and in the cloud-based service. It applies to Exchange Online and Exchange Server 2016. Retention tags are used to apply message retention settings to folders and items in a mailbox. Example: This example creates the retention policy tag Finance-DeletedItems for the Deleted Items default folder. When applied to a mailbox as a part of a retention policy, the tag permanently deletes items of all types in the Deleted Items folder in 60 days. New-RetentionPolicyTag "Finance-DeletedItems" -Type DeletedItems -RetentionEnabled $true - AgeLimitForRetention 60 - References: https://technet.microsoft.com/en-us/library/dd335226(v=exchg.160).aspx