Share via

Purview retention policy not applied to Exchange mailboxes

Aaron Seet 726 Reputation points
2025-01-03T08:28:15.3866667+00:00

We subscribe to Microsoft 365 Business Premium and for compliance reasons enable Litigation Hold on all users' mailboxes to prevent permanently deleting correspondence. Nearing end of last year I read Microsoft 365 Retention policy should be used in favour over Litigation hold (being legacy).

I created a DLM retention policy in Purview to apply org-wide (Full directory) to Exchange mailboxes retaining forever, and thought that was it.

It was only recently (way after seven days) did I realise the policy has in fact not being applied to our mailboxes. The supposed mbx policy does not how up in our mailboxes's InPlaceHolds array (empty).

What else is supposed to be done to apply retention policies?

DisplayName : icelava Name : icelava DistinguishedName : CN=icelava,OU=company.onmicrosoft.com,OU=Microsoft Exchange Hosted Organizations,DC=APC,DC=prod,DC=outlook,DC=com ExchangeGuid : GUID IsInactiveMailbox : False LitigationHoldEnabled : True LitigationHoldDuration : Unlimited LitigationHoldDate : 1 Jul 2021 16:11:28 LitigationHoldOwner : ******@company.net InPlaceHolds : {} ComplianceTagHoldApplied : False RetentionHoldEnabled : False RetentionComment : RetentionUrl : RetentionPolicy : Default MRM Policy ElcProcessingDisabled : False

Exchange Online
Exchange Online

A cloud-based service included in Microsoft 365, delivering scalable messaging and collaboration features with simplified management and automatic updates.

Microsoft Security | Microsoft Purview

1 answer

Sort by: Most helpful
  1. Vasil Michev 127K Reputation points MVP Volunteer Moderator
    2025-01-03T16:17:43.09+00:00

    Org-wide policies do not show up under InPlaceHolds, this is by design. Instead, you can check them via the same property under the organizational config:

    Get-OrganizationConfig | select -ExpandProperty InPlaceHolds
    

    For more details you can refer for example to this article: https://learn.microsoft.com/en-us/purview/ediscovery-delete-items-in-the-recoverable-items-folder-of-mailboxes-on-hold?view=o365-worldwide#organization-wide-retention-policies

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.