Retention: Resolve Email Archive and Deletion Issues When Using Retention Policies
Common Causes:
- Retention hold is applied to the mailbox . In other words, the mailbox's RetentionHoldEnabled fieldis set to True. For instance, the PST Import service is used to transfer the mailbox.
- The ElcProcessingDisabled attribute of the mailbox is configured to True. This configuration stops the MFA from processing the mailbox completely.
- The mailbox has been applied retention tag, but that tag is presently disabled. As a result, messages in the mailbox will not be achieved or removed at any time.
- The mailbox awaiting processing is sizeable and holds numerous items. This may result in MFA archiving or removing content at a reduced speed.
- The retention policy assigned to the mailbox consists solely of personal tags. If the user fails to apply these tags manually, MRM may not manage the mailbox.
Troubleshooting
- No personal archive or retention labels have been assigned to folders that are set to never move to archive or never delete.
- No archive or retention tags, whether disabled or default, have been applied to the entire mailbox.
- The Default Archive tag, along with any other applied policy tags, can be found in the list of retention policy tags within the PR_ROAMING_XMLSTREAM property. If a tag is absent, remove the IPM.Configuration.MRM message that contains the PR_ROAMING_XMLSTREAM property and execute the Start_ManagedFolderAssistant cmdlet with the -FullCrawl switch for the mailbox that is affected. This process recreates the hidden IPM.Configuration.MRM message and refreshes the PR_ROAMING_XMLSTREAM with the updated policy tag.
Check for Personal Tags applied to folders or individual items
If you are dealing with a Default Archive policy that applies to the entire mailbox, you won't see any archive policy properties like:
- PR_ARCHIVE_TAG
- PR_ARCHIVE_PERIOD
- PR_ARCHIVE-DATE
- PR_POLICY_TAG
- PR_RETENTION_DATE
These properties are visible only if a personal archive tag, default folder retention tag, or personal retention tag is applied.
Check the MRM diagnostic logs
To collect the MRM diagnostic log, run the following PowerShell command:
Export-MailboxDiagnosticLogs <mailboxID> -ComponentName MRM
Examine the log to find out if any errors took place during the MFA processing of mailbox. Look at the date of the most recent error to assess its significance to the ongoing issue.
If you are able to find any logs and encounter an error message stating "no logs were found," it indicates the MRM successfully processed the mailbox without encountering any errors.
Best Practices
Note- Be aware that the Recoverable Items folder in the primary mailbox should not hit the maximum quota, as this may also hinder MRM from transferring items into the archive.
Comments
Post a Comment