NetFusion Designs logo
Heart icon
Support
Email
info@nfd.ca
Phone
289 212-3930(Canada)
IT Services
Icon dropdown arrow

Infrastructure Implementation

Project PlanningHardware Voice over IP (VoIP)Application DevelopmentCloud DesktopSecurity Cameras

Managed IT Services

IT Support24/7 HelpDeskCyber Security & AntivirusData Backups & Disaster
Recovery
Co-Managed ITComplianceEmergency Ransomware
Recovery
Penetration & Vulnerability
Assessment

Optimization of Processes

Microsoft 365 OptimizationVirtual CIO ServicesPenetration TestingInventory Lifecycle
Management
Transforming SMEs with AI
Industries
Icon dropdown arrow
Dental Managed IT Services
Construction
Hotels & Hospitality
Franchises
Financial & Insurance Services
Government
Health Care & PharmaceuticalLegal & Professional Services
Local Small & Medium Businesses
Manufacturing
Non-profit
Real Estate
Retail
Transportation & Logistics
Enterprise & Consulting
Publicly Traded Companies
Our Story
Icon dropdown arrow
About UsTestimonials
Partners
Sponsorship
BlogContact Us
Open menuClose menu
Icon chevron up
Browse Blog:
Business
Insight
Advice
Insight

Stop 30 Day Purges: Exchange Online Retention Policies for Admins

Exchange Online retention policies control what happens to email over time: whether it is retained, deleted, or moved to an archive mailbox on a schedule you define. If you are starting fresh, open the Microsoft Purview compliance portal and build your policy there rather than in legacy tools. If you are managing an existing deployment built on older Messaging Records Management tags, start by inventorying what you have before you touch anything. Portal steps, PowerShell commands, and verification checks follow below.


TL;DR:

  • Retention policies require appropriate permissions, typically involving Compliance Administrator or Organization Management roles, which must be verified before setup.
  • Core features depend on your Exchange Online plan, with advanced capabilities like auto-apply labels needing Microsoft 365 E5 licensing.
  • A default policy tag usually includes one archive and one delete action, with longer retention periods prevailing when multiple labels apply to content.
  • Moving from legacy MRM tags to Purview labels should follow careful inventory, pilot testing, and staged migration to avoid overlaps and contradictions.
  • Conflict resolution involves checking for overlapping holds, scope misconfigurations, and mailbox storage issues, with support escalation recommended for persistent problems.

NetFusion Designs Inc
nfd.ca
Make Retention Policy Changes Safer
NFD helps businesses manage Microsoft 365, security, compliance, and cloud operations with fully managed IT and enterprise-grade tooling.
Explore managed IT services

Table of Contents

  • What you need to know before you begin
  • How to create the retention tags you need
  • Building and applying retention policies to mailboxes
  • What happens to an email after a retention policy applies
  • Holds and eDiscovery: what preserves data differently
  • Verifying and auditing that policies actually applied
  • Moving from legacy MRM to Microsoft Purview
  • Troubleshooting checklist and operational best practices
  • Practical deployment notes from a managed IT provider
  • How NetFusion Designs supports retention policy projects
  • Authoritative Microsoft documentation and related resources
  • Sources
  • FAQ

What you need to know before you begin

Before creating or changing any policy, confirm who can make the change and what your licensing actually supports. Retention policy creation in Microsoft Purview or the Exchange admin centre typically requires Compliance Administrator, Organization Management, or a similarly scoped role assignment. Handing this to a general helpdesk account without the right role will simply produce a permissions error, which wastes a pilot cycle.

Licensing matters more than most admins expect. Core retention policy features are tied to your Exchange Online plan, while some Microsoft Purview capabilities such as advanced retention labels and auto-apply rules require Microsoft 365 E5 or add-on licensing. Our Microsoft 365 licensing guide covers which tiers unlock which features in more detail.

A few behavioural rules shape every decision you make from here:

  • Permanently deleted items sit in the Recoverable Items folder for 30 days by default before they purge, unless a hold extends that window.
  • The Managed Folder Assistant applies retention actions on its own cycle, not instantly, so changes take time to appear tenant-wide.
  • When a retention label and a retention policy both apply to the same content, the longer retention period wins.
  • Holds always take precedence over standard deletion schedules, regardless of what a tag or policy says.

How to create the retention tags you need

Retention tags are the building blocks of a policy, and choosing the right type for the job matters more than the number of tags you create. A default policy tag (DPT) applies automatically to an entire mailbox when no other tag is present, and you typically want exactly two: one to move items to archive after a set period, and one to delete items after a set period. A retention policy tag (RPT) targets a default folder such as Inbox or Deleted Items. A personal tag lets users apply a classification themselves, and it should be used sparingly.

To build tags through the portal:

  1. Open the Microsoft Purview compliance portal and navigate to Data lifecycle management or the legacy Exchange admin centre compliance section, depending on your tenant configuration.
  2. Choose to create a new tag and select the type: default policy tag, folder-level retention policy tag, or personal tag.
  3. Set the retention action (retain, delete, or move to archive) and the retention period in days.
  4. Name the tag clearly, for example “DPT-Delete-7yr” or “RPT-DeletedItems-90d”, so the purpose is obvious months later.
  5. Save the tag and repeat for each action you need before assembling them into a policy.

For admins who prefer scripting, PowerShell offers the same outcome with more control:

New-RetentionPolicyTag "DPT-Archive-2yr" -Type All -RetentionAction MoveToArchive -AgeLimitForRetention 730

Swap the type and action for delete or retain-only tags as needed, according to Microsoft’s retention tags and policies documentation.

Pro Tip: Limit personal tags to a small, published set and pilot them with one department before releasing them tenant-wide; unmanaged tag sprawl is one of the hardest things to unwind later.

Building and applying retention policies to mailboxes

A retention policy is simply a container that links tags together and gets assigned to mailboxes. Once your tags exist, the policy itself is quick to assemble, though the scope you choose determines how much testing you need before rollout.

  1. In the Microsoft Purview portal, create a new retention policy and give it a name that reflects its scope, such as “Finance-7yr-Retention”.
  2. Add the tags you built earlier: typically one archive DPT, one delete DPT, and any folder-specific RPTs relevant to that group.
  3. Choose the scope: organization-wide for a blanket rule, specific locations for targeted mailboxes, or adaptive scopes when membership needs to update automatically based on attributes like department.
  4. Apply the policy and confirm the assignment before moving to the next group.

In PowerShell, the same steps look like this:

New-RetentionPolicy "Finance-7yr-Retention" -RetentionPolicyTagLinks "DPT-Archive-2yr","DPT-Delete-7yr"
Set-Mailbox -Identity finance.user@contoso.com -RetentionPolicy "Finance-7yr-Retention"

Shared mailboxes accept retention policies the same way user mailboxes do, but confirm that an archive mailbox is enabled first if any tag moves items there. Without an active archive, move-to-archive actions simply fail silently until the archive is provisioned, which is an easy detail to miss during a rollout.

What happens to an email after a retention policy applies

The lifecycle path an email takes depends entirely on which action its tag or label specifies, and the three common patterns produce noticeably different outcomes.

  • Retain-only items stay in place indefinitely with no deletion, useful for regulatory categories where you need everything preserved.
  • Delete-only items move to the Recoverable Items folder when their retention period ends, then purge permanently once the default 30-day window closes, unless a hold intervenes.
  • Retain-then-delete items sit untouched for the retention period, then follow the same move-and-purge path as delete-only items once that period expires.

A common configuration pairs a two-year archive move with a multi-year delete, so mail ages out of the primary mailbox first and disappears entirely only once the longer window closes.

One detail worth knowing: the Recoverable Items folder’s default 30-day purge window is configurable and can be extended, which matters if your compliance team needs a longer recovery buffer than the default provides.

Email moving through recovery and purge stages

Users see expiry indicators in Outlook when a retention policy or label is close to acting, but those indicators are not always reliable for audit purposes. Relying on user-reported expiry dates instead of PowerShell verification is a common admin mistake, since the visible date reflects the policy currently applying, not necessarily the one that will ultimately win if a label with a longer period also applies.

Holds and eDiscovery: what preserves data differently

Retention policies automate lifecycle actions on a schedule. Holds do something different: they simply stop items from being purged, regardless of what any tag or policy says. Understanding that distinction avoids a lot of confusion when an item survives a deletion schedule you were certain would remove it.

  • Litigation Hold and In-Place Hold preserve modified and permanently deleted items by keeping copies in the Recoverable Items folder, and admins can place all mailboxes on hold at once for organization-wide preservation.
  • Hold durations can be set for a fixed period, including long spans of several years, or left indefinite for ongoing litigation.
  • Inactive mailboxes preserve a departed employee’s content without consuming a regular licence in hybrid environments, provided the tenant meets Microsoft’s licensing requirements for that feature.
  • Applying a retention label configured to retain or retain-and-delete sets the ComplianceTagHoldApplied property to true, which can make a mailbox behave similarly to being on Litigation Hold for preservation purposes.

To confirm what is actually protecting a mailbox, check its hold status directly rather than assuming the policy assignment tells the full story. Microsoft’s guidance on how to identify a hold on a mailbox walks through the property values to look for.

Verifying and auditing that policies actually applied

Assigning a policy is not the same as confirming it took effect, and skipping verification is how gaps get discovered during an audit instead of during deployment.

  1. Run Get-Mailbox -Identity user@contoso.com | Select RetentionPolicy to confirm the policy assignment on a specific mailbox.
  2. Run Get-RetentionPolicy to review the tags linked to a policy and catch any misconfiguration before it reaches users.
  3. Check Get-OrganizationConfig for tenant-level defaults that might override or interact with individual mailbox settings.
  4. Use Policy Lookup in the Purview portal on a sample item when you need to confirm the effective retention rather than the assigned one.
  5. Force processing on a specific mailbox with Start-ManagedFolderAssistant -Identity user@contoso.com when you cannot wait for the normal processing cycle.

InPlaceHolds values returned in mailbox properties use numeric action codes, where 1 typically indicates delete, 2 indicates hold, and 3 indicates hold followed by delete, so reading these correctly avoids misinterpreting what a mailbox is actually protected against. Build a pilot validation checklist covering a handful of sample mailboxes, confirm item-level behaviour matches expectations, and log the results for disposition review before rolling a policy tenant-wide.

Moving from legacy MRM to Microsoft Purview

Microsoft recommends centralizing retention governance in Purview rather than continuing to expand legacy MRM tags, and the reasoning is straightforward: Purview retention labels and policies apply consistently across Exchange, SharePoint, and Teams, while MRM only ever governed mailboxes. Scattered MRM tags across departments make audits slower and increase the chance of overlapping, contradictory rules.

That does not mean ripping everything out at once. MRM can continue moving messages to archive mailboxes while you build out Purview labels for anything requiring centralized, cross-workload governance.

  • Inventory every existing MRM tag and personal tag currently in use before changing anything.
  • Pilot the equivalent Purview policy or label on a small group and compare outcomes against the legacy behaviour.
  • Cut over department by department, retiring legacy tags only once the Purview equivalent is confirmed working.
  • Document the mapping between old tags and new labels, and communicate the change to users whose personal tag options are changing.

Pro Tip: Map high-value personal tags to published retention labels during migration, so users keep a familiar classification option without your team managing dozens of admin-created tags long-term.

The most common pitfall is assuming folder-level retention behaves identically in both systems. It does not always, and testing on real folder structures before cutover avoids surprises after retirement.

Troubleshooting checklist and operational best practices

Most retention problems trace back to one of a handful of causes, and a short checklist catches most of them before they become a support ticket.

  • Check for overlapping holds that are silently preserving items you expected a policy to delete.
  • Confirm no tags are disabled or unlinked from the policy that is supposed to apply them.
  • Verify the policy scope actually includes the mailbox in question, since adaptive scopes can drift as attributes change.
  • Watch Recoverable Items growth on mailboxes under long holds, since storage limits can be reached before an admin notices.

If the Managed Folder Assistant appears stuck on a mailbox, the -HoldCleanup and -StopHoldCleanup switches on Start-ManagedFolderAssistant can resolve cleanup tasks that failed to complete on schedule. Beyond troubleshooting, sustainable operation comes down to consistent naming conventions, small pilot groups before wide rollout, clear documentation of why each policy exists, and a firm limit on personal tags. When a hold conflict or storage limit issue resists standard fixes, that is usually the point to escalate to Microsoft support or bring in a managed provider rather than continuing to guess.

Practical deployment notes from a managed IT provider

Organizations running hybrid environments or heavier compliance obligations often bring in a partner specifically for the migration and audit phases, where the cost of getting a policy wrong is highest. A certified team manages Microsoft 365 environments and performs tested restores as part of ongoing backup operations, so retention work is verified rather than assumed correct. If your retention needs are simple, running this as an internal project with the steps above is entirely reasonable. If you are managing multiple locations, legal holds, or a legacy MRM cleanup, a structured second look tends to save more time than it costs.

How NetFusion Designs supports retention policy projects

Retention policy work rarely stops at configuration: it needs auditing, backup coordination, and someone accountable when a regulator or legal team asks questions later. Managed services include Microsoft 365 environment management, backup and tested restore programs, and support for compliance audits as part of ongoing work with small and mid-sized businesses.

NetFusion Designs Inc

If you want a starting point, a short security assessment or a pilot migration project is usually enough to see where your current policies stand and what needs to change. Our Managed IT Services page outlines how we structure ongoing support for teams that would rather hand this off than manage it internally.

Authoritative Microsoft documentation and related resources

The guidance above draws directly on Microsoft’s own documentation, and these pages are worth bookmarking for exact syntax and future updates:

  • Learn about retention for Exchange for Recoverable Items and hold behaviour.
  • Create a retention policy in Exchange Online for Purview versus MRM guidance.
  • Place all mailboxes on hold for hold duration syntax.
  • Start-ManagedFolderAssistant for forcing policy processing.

Most of these tasks require Compliance Administrator access and are performed directly in the Microsoft Purview portal.

Sources

  • Learn about retention for Exchange | Microsoft Learn
  • Create a retention policy in Exchange Online | Microsoft Learn
  • Place all mailboxes on hold | Microsoft Learn
  • Start-ManagedFolderAssistant | Microsoft Learn

FAQ

What is an Exchange Online retention policy?

An Exchange Online retention policy is a set of linked retention tags that tell Exchange to retain, delete, or move mailbox content to an archive after a defined period. It applies automatically once assigned to a mailbox and works alongside Microsoft Purview retention labels for broader governance.

What does a seven year retention policy mean?

A seven year retention policy keeps content for seven years before a delete action applies, often used to meet regulatory record-keeping requirements. Admins commonly set this using a default policy tag with an age limit of 2,555 days, matching the same duration used for long litigation holds.

What happens to emails after a retention policy expires?

When a delete action’s retention period ends, the email moves to the Recoverable Items folder and purges permanently after the default 30-day window unless a hold is in place. If a hold applies, the item stays recoverable regardless of what the retention policy specifies.

How do I check my retention policy in Outlook?

Outlook shows an expiry indicator on affected items, but this reflects only the policy currently in effect, not necessarily the longest one that will ultimately apply. For a reliable answer, an administrator should run Get-Mailbox in PowerShell or use Policy Lookup in the Microsoft Purview portal rather than relying on the Outlook display.

— Geeshan

Recommended

  • Microsoft 365 Optimization
  • How a KW Accounting Firm Went from Data Panic to Compliance in 90 Days

Continue Reading

15 Minute P1 Targets: IT Helpdesk SLA Examples & SOC 2 Ready Templates
Executives: Three Phases to Govern Generative AI, From Pilot to Scale
Map Imaging to Dental Office Network Setup, Plus Dental IT
SMBs: Prove Microsoft 365 Backup Works With a 90 Day Restore Test
NetFusion Designs logo
NetFusion Designs is a globally recognized IT service provider and services clients across North America.

We hold a SOC 2 Type 2 report, and maintain internal processes and procedures that keep our clients’ data secure and confidential.
NetFusion Designs IT support team
IT Services Near Me
BurlingtonOakvilleHamiltonMississaugaMiltonBramptonEtobicokeBrantfordGuelphKitchenerWaterlooCambridgeSt CatharinesTorontoMarkhamCaledonNewmarket
Services
Project PlanningHardwareTelephony & VoIPApplication DevelopmentCloud DesktopSecurity CamerasHelpdesk & SupportCyber Security & Anti-VirusData Backups & Disaster RecoveryMicrosoft 365 OptimizationVirtual CIO ServicesPenetration TestingPricingSchedule a MeetingRemote Support
Pricing
Pages
Free Security ScanAbout UsOur Migration ApproachWork CultureOur Core ValuesCode of ConductTestimonialsContactBlogSchedule a MeetingRemote Support
TORONTO
Bank capital office building law
401 Bay St, 16th Floor, Toronto Ontario
Email
info@nfd.ca
Phone
647-476-5259 (Canada)
MARKHAM
Bank capital office building law
141 Main Street N, Markham, ON L3P 1Y2
Email
info@nfd.ca
Phone
647-476-5259 (Canada)
TRI-CITY AREA
(Kitchener / Waterloo / Cambridge)
Bank capital office building law
22 Frederick St, Suite 700, Kitchener Ontario
Email
info@nfd.ca
Phone
647-476-5259 (Canada)
PEEL REGION
Bank capital office building law
6700 Century Ave, 3rd floor, Mississauga, ON L5N 1V8
Email
info@nfd.ca
Phone
647-476-5259 (Canada)
DURHAM REGION
Bank capital office building law
1315 Pickering Parkway, Pickering, ON L1V 7G5
Email
info@nfd.ca
MONTREAL
Bank capital office building law
8815 Av du Parc #402, Montréal, QC H2N 1Y7
Email
info@nfd.ca
Phone
647-476-5259 (Canada)
Special Offers
Pie chart piechart stats analytics
IT-Optimization Session
Icon chevron right
Money safe safebox
800% ROI Consultancy Offer (Video)
Icon chevron right
Radio station signal antena tower
Coming Soon!
Icon chevron right
Terms and ConditionsPrivacy PolicyCookie Policy
© 2026 NetFusion Designs Inc.
LinkedInFacebookAlignable logo