Hi @Rayner, June,
Welcome to the Microsoft Q&A platform!
According to your description,there could be several reasons why your retention policy isn't taking effect as expected. Here are a few things to check:
- Retention policies can take up to 14 days to become effective after being applied. Since it’s only been a week, it might just need a bit more time.
- If the mailbox is under a Litigation Hold or In-Place Hold, these can override the retention policy. You can check for holds using the following PowerShell command:
Get-Mailbox <username> | FL LitigationHoldEnabled,InPlaceHolds
- The Managed Folder Assistant processes mailboxes to apply retention policies. You can manually trigger it to run for the specific mailbox using this command:
Start-ManagedFolderAssistant -Identity user@contoso.com
- If there are multiple retention policies that apply to the same mailbox, there could be conflicts, and the priorities of these policies could affect their application. Check the policy priority settings to ensure your desired policy is set up correctly.
Please feel free to contact me if you have any queries.
Best,
Jake Zhang