Sự kiện
Hội nghị cộng đồng Microsoft 365
14 giờ 6 thg 5 - 00 giờ 9 thg 5
Nâng cao kỹ năng cho kỷ nguyên AI tại sự kiện Microsoft 365 cuối cùng do cộng đồng dẫn dắt, từ ngày 6-8 tháng 5 tại Las Vegas.
Tìm hiểu thêmTrình duyệt này không còn được hỗ trợ nữa.
Hãy nâng cấp lên Microsoft Edge để tận dụng các tính năng mới nhất, bản cập nhật bảo mật và hỗ trợ kỹ thuật.
Original KB number: 4032361
Microsoft 365 provides a default retention policy (also known as Default MRM Policy). To check for these policies in your environment, run the following cmdlet:
Get-RetentionPolicy | fl Name
For example, the output of this cmdlet resembles the following:
Name : Default MRM Policy
Name : Contoso-Default-Retention-Policy
To see which policy is set on a mailbox, run the following cmdlet:
Get-mailbox <SMTP> | fl RetentionPolicy
For example, the output of this cmdlet resembles the following:
RetentionPolicy: Contoso-Default-Retention-Policy
To change or set a retention policy for a user, run the following cmdlet:
Set-Mailbox <SMTP> -RetentionPolicy "Contoso-Default-Retention-Policy"
To view the retention policy tags that are associated with the plan, run the following cmdlet:
(Get-RetentionPolicy "Contoso-Default-Retention-Policy").RetentionPolicyTagLinks | Format-Table name
The output of this cmdlet resembles the following:
Name
----
1 Month Delete
1 Year Delete
3 Year Delete
6 Month Delete
Never Delete
Voice Mail Deletion
1 Week Archive
1 Month Archive
1 Year Archive
Never Archive
2 Year Archive
3 Month Archive
6 Month Archive
3 Year Archive
To view the details for a specific retention policy tag, run the following cmdlet:
Get-RetentionPolicyTag "1 Week Delete" | Format-list Name,Type,AgeLimitForRetention,MessageClass,RetentionAction
The output of this cmdlet resembles the following:
Name : 1 Week Delete
Type : Personal
AgeLimitForRetention : 7.00:00:00
MessageClass : *
RetentionAction : DeleteAndAllowRecovery
To view the details for all retention policy tag, run the following cmdlet:
Get-RetentionPolicyTag | Format-Table Name,Type,AgeLimitForRetention,MessageClass,RetentionAction
The output of this cmdlet resembles the following:
Name Type AgeLimitForRetention MessageClass RetentionAction
---- ---- -------------------- ------------ ---------------
1 Week Delete Personal 7.00:00:00 * DeleteAndAllowRecovery
1 Month Delete Personal 30.00:00:00 * DeleteAndAllowRecovery6 Month Delete Personal 180.00:00:00 * DeleteAndAllowRecovery1 Year Delete Personal 365.00:00:00 * DeleteAndAllowRecoveryNever Delete Personal * DeleteAndAllowRecovery ...
If a retention policy is not working as expected, review the following articles first to make sure that you understand how the policy processes items in your mailbox.
Issue: Items are not expiring as expected.
Issue: Managed Folder Assistant seems not to be processing my items.
Understanding of Managed Folder Assistant with retention policies
Lưu ý
If you must start the Managed Folder Assistant immediately, see Start-ManagedFolderAssistant.
Information about expiring contacts, calendar items, and tasks.
How to recover items that may have been processed by Managed Folder Assistant.
To view and apply retention policy tag in Outlook, right-click a folder, and then select the desired tag.
Depending on a user's Group Policy, they may be able to change this list (add/delete) through OWA under Options > Mail > Retention Policies.
Check the retention policy option that applies to the folder in which the items are stored. To do this, right-click the folder, and then scroll down to Assign policy.
Check Retention Policy and Expire fields to see whether an item is set an expiration date.
Use the search bar to quickly find items that are set to expire. For example: "expires:<=the next month".
For more information, see Learn to narrow your search criteria for better searches in Outlook.
Use Customer Search Folder to do a more extensive search. To do this, under Advance setting, use the Expire field. For more information, see Create a Search Folder.
Set a specific expiration date. For detailed steps, see Set a message expiration date.
Administrators can create new retention tags and policies by using the correct permission through the Exchange admin center (EAC) or PowerShell. For detailed steps, see Create a Retention Policy.
Retention tags are used to apply retention settings to messages and folders in user mailboxes. There are three types of retention tags:
For more information, see the following articles:
Check whether an item was deleted, and then recover the item if it's necessary. To do this, see Recover deleted messages in a user's mailbox in Exchange Online.
Search and investigate missing items. To do this, see the following articles:
Sự kiện
Hội nghị cộng đồng Microsoft 365
14 giờ 6 thg 5 - 00 giờ 9 thg 5
Nâng cao kỹ năng cho kỷ nguyên AI tại sự kiện Microsoft 365 cuối cùng do cộng đồng dẫn dắt, từ ngày 6-8 tháng 5 tại Las Vegas.
Tìm hiểu thêmĐào tạo
Mô-đun
Explore retention in Microsoft 365 - Training
This module examines how data can be retained and ultimately removed in Microsoft 365 by using data retention policies and data retention labels in retention policies. MS-102
Chứng chỉ
Được Microsoft chứng nhận: Liên kết Người quản trị Bảo vệ Thông tin và Tuân thủ - Certifications
Minh họa các nguyên tắc cơ bản về bảo mật dữ liệu, quản lý vòng đời, bảo mật thông tin và tuân thủ để bảo vệ triển khai Microsoft 365.
Tài liệu
Create a Retention Policy in Exchange Online
In Exchange Online, you can use retention policies to manage email lifecycle. Retention policies are applied by creating retention tags, adding them to a retention policy, and applying the policy to mailbox users.
Retention tags and retention policies in Exchange Online
In Microsoft Exchange Server and Exchange Online, Messaging records management (MRM) helps organizations to manage email lifecycle and reduce legal risks associated with e-mail and other communications. MRM makes it easier to keep messages needed to comply with company policy, government regulations, or legal needs, and to remove content that has no legal or business value.
Default Retention Policy in Exchange Online
Exchange creates the retention policy Default MRM Policy in your Exchange Online and on-premises Exchange organization. The policy is automatically applied to new users in Exchange Online. In on-premises organizations, the policy is applied when you create an archive for the mailbox. You can change the retention policy applied to a user at any time.