-
Written By Khushboo Maurya
-
Updated on August 12th, 2026
THE 30-SECOND ANSWER
Exchange Online has no New-MailboxExportRequest. Native options are Microsoft Purview Content Search (slow, produces investigation-format PSTs), PowerShell + Compliance Search (same engine, more control), or Outlook desktop export (single mailbox, breaks on public folders over 50 GB). Microsoft’s own first-party backup service (GA July 2024) doesn’t produce PSTs; it’s in-place restore only. For portable offloading, archives, public folders, online archives, or bulk offboarding, those options will hurt.
The Cigati Office 365 Backup Tool handles all four sources; primary, archive, shared, public, into PST or five other formats, without eDiscovery permissions or Azure blob SAS URLs.
User queries we’re answering
Question by Garnock12 on Spiceworks: “I have to export 50 GB of emails from an unlicensed shared mailbox of a fired employee to a PST, Outlook won’t let me.”
Question on r/Office365: “I’m exporting a user’s 370 GB online archive to PST per year. It’s been days. Is there a faster way?”
Question on Practical365 comments: “The Purview PST won’t re-import to another tenant; the structure is wrong. Do I have to use a third-party tool?”
Microsoft launched its own first-party backup service in July 2024. If you’re comparing tools right now, this is the objection every buyer raises. Here’s the honest answer.
Microsoft 365 Backup is a restore service, not an export service. It snapshots Exchange, SharePoint, and OneDrive on Microsoft’s own infrastructure. Recovery points arrive every 10 minutes for two weeks, then weekly for up to one year. Restore is fast; 1 to 3 TB per hour, but the restore goes back into the same tenant.
Use Microsoft 365 Backup for fast in-tenant recovery. Use a PST export tool for offboarding, legal handoff, tenant-to-tenant portability, and offline archival – different jobs.
PST export from Office 365 comes up in real situations.
A quick, honest look at every native option before we get to the tool. If you only need Method 1, use Method 1 and skip the rest.
| Method | Works for | Fails at |
| Purview Content Search | Primary + archive, single mailbox at a time | Public folders (limited), 7-day SAS blob expiry, PST includes hidden Recoverable Items, can’t be cleanly re-imported to another tenant |
| Compliance Search PowerShell | Same as above, scriptable | Same PST format problem, eDiscovery Manager role required, E3+ licensing |
| Outlook desktop → Export to PST | Public folders, single user, small mailboxes | 20 GB ANSI / 50 GB Unicode ceiling, needs Outlook installed, no server-side automation, Cached Mode corruption breaks large exports |
| New-MailboxExportRequest | On-prem Exchange only | Cmdlet does not exist in Exchange Online |
| Microsoft 365 Backup (native) | In-tenant restore, fast RTO | No PST output, no portable copy, no public folder as first-class source |
| Purview eDiscovery Premium | Legal exports with case management | Investigation-format PST, E5 license or 90-day trial, slow |
Microsoft’s recommended path for Exchange Online. Requires the eDiscovery Manager role or Compliance Search assignment on a member of Organization Management.
Same engine as Method 1, scriptable. Best when you have 5–10 mailboxes to run through a repeatable process.
| Connect-IPPSSession -UserPrincipalName admin@tenant.onmicrosoft.com New-ComplianceSearch -Name “Offboard-JSmith” ` -ExchangeLocation jsmith@contoso.com Start-ComplianceSearch -Identity “Offboard-JSmith” Get-ComplianceSearch -Identity “Offboard-JSmith” New-ComplianceSearchAction -SearchName “Offboard-JSmith” ` -Export -ArchiveFormat PerUserPst |
Then head to the Purview portal, open the export action, copy the SAS URL, and run the eDiscovery Export Tool. Same 7-day expiry, same investigation-format PST.
Re-import problem: these PSTs frequently fail to re-import into another tenant using New-MailboxImportRequest or the M365 Network Upload service. Microsoft’s own MVPs confirm this is by design — Content Search PSTs are built for review, not transfer.
The only Microsoft-native path for public folders. Runs against your local Outlook profile.
| $Outlook = New-Object -ComObject Outlook.Application $pfTopFolder = $Outlook.Session.Folders | Where-Object { $_.Name -like “Public Folders -*” } # traverse to target public folder … $namespace = $Outlook.GetNameSpace(“MAPI”) $namespace.AddStore(“C:\Export\pf.pst”) $pstStore = $namespace.Session.Folders.GetLast() [void]$publicFolder.CopyTo($pstStore) $namespace.RemoveStore($pstStore) $Outlook.Application.Quit() |
Built for the gaps above. Named sources, no eDiscovery role required, no Azure blob timers, six export formats in one tool.
PST, MBOX, EML, MSG, CSV, PDF chosen per job. Migration mode targets another Microsoft 365 tenant, Google Workspace, or an IMAP server directly, no PST intermediate step. You can also export Office 365 Shared Mailbox to PST.
Enable application impersonation on a service account. Point the tool at the tenant. Every mailbox backs up in one run, no re-auth per user. Runs concurrently across multiple mailboxes depending on hardware.
Once backups verify, the tool can delete backed-up items from the source mailbox. That reclaims tenant storage and lets you drop the license after confirmation — the ROI argument in front of finance.
Holds change export behavior in ways that trip up IT teams. Three cases to know.
A held mailbox retains all items in the Recoverable Items folder, even deleted ones. Purview Content Search exports everything in the hold — including deleted items — so PSTs from held mailboxes are often 2–3× larger than the user sees in Outlook.
Cigati Office 365 Backup Tool exports the visible mailbox by default and can include Recoverable Items on toggle. Turn it off for user handoff PSTs, on for legal hold response.
Microsoft’s recommendation for an ex-employee subject to hold: remove the license, keep the mailbox as inactive. This is free from a license standpoint but tenant-locked — no portable copy. If legal counsel wants a portable copy, you need to export before making it inactive, or use eDiscovery on the inactive mailbox directly.
Items under a retention label may be retained beyond user deletion. Exports pull the retained copy, which may include content the user thinks they deleted. Communicate this to legal or the mailbox owner beforehand.
Every third-party tool hitting Exchange Online is subject to Microsoft’s throttling policies. This is not a bug in the tool. Plan around it.
Not every email survives export as cleartext. Three cases and how they behave.
| Protection | In Purview export | In Cigati export |
| Sensitivity label on message body | Body stays encrypted | Body stays encrypted |
| Sensitivity label on attachment | Attachment stays encrypted | Attachment stays encrypted |
| S/MIME signed | Signature preserved, verifiable in Outlook | Signature preserved |
| S/MIME encrypted | Requires recipient’s private key to open | Requires recipient’s private key to open |
| OME (Office 365 Message Encryption) | Recipient-side portal messages don’t export | Same — portal messages don’t export |
If your export must include decrypted attachments (legal discovery), have the mailbox owner or IRM administrator decrypt them first, or use Purview’s super-user decryption entitlement before export.
| Scenario | Use |
| Single user, primary mailbox, under 50 GB, have E3, no time pressure | Cigati Office 365 Backup Tool |
| Automation across 5–10 mailboxes | Compliance Search PowerShell |
| Single public folder, Outlook available on desktop | Cigati Office 365 Backup Tool |
| Fast in-tenant restore only (no portable copy needed) | Microsoft 365 Backup (native) |
| Public folder with subfolders, no Outlook on server | Cigati Office 365 Backup Tool |
| Online archive over 100 GB | Cigati Office 365 Backup Tool |
| Offboarding 20+ users | Cigati Office 365 Backup Tool |
| PST must be re-imported to another tenant | Cigati Office 365 Backup Tool |
| Cross-format export (MBOX, EML, PDF for legal handoff) | Cigati Office 365 Backup Tool |
| Migrating M365 → Google Workspace or IMAP | Cigati Office 365 Backup Tool |
A mid-size consulting firm needed to offboard 25 departing employees. Combined mailbox size: 320 GB. Contents: client correspondence, signed agreements, project files.
The PSTs opened cleanly in Outlook 2021, folder hierarchy intact, no post-processing needed to strip hidden folders. Total cost: one tool license.
Honest disclosure. Buyers who ask for these should look elsewhere or pair with another tool.
If the exported PST corrupts (rare but possible on 50 GB+ files during network interruptions), use the Cigati Outlook PST Recovery Tool to repair the file before import.
Ans. Yes, with a third-party tool. Cigati Office 365 Backup Tool uses OAuth 2.0 (Modern Authentication) and needs only the user’s account or an admin account with impersonation. No eDiscovery Manager role required.
Ans. Cigati Office 365 Backup Tool exports public folder mailboxes and nested subfolders directly, without needing Outlook installed.
Ans. Cigati Office 365 Backup Tool exports the archive as a separate PST or merges it with the primary, and streams the export instead of extracting to Azure blob first.
Ans. No. Export is read-only. The source mailbox stays untouched. If you enable the tool’s post-backup delete option, items are removed only after export verification.
Ans. For the Purview eDiscovery export tool: yes, on a Windows machine with Edge. For Cigati Office 365 Backup Tool: no.
Ans. Business, Enterprise (E1/E3/E5), Education, Exchange Online, etc.
Ans. Only when the app needs org-wide or multi-user scopes. Single-user export uses standard OAuth 2.0 with delegated permissions.
Ans. Exchange Online applies EWS impersonation and Graph rate limits. The tool detects 429 Too Many Requests, applies exponential backoff, and resumes automatically.
Ans. Yes. Use the date filter to run a delta backup covering only messages received since the last run. The tool skips duplicates based on To/From/Subject/Body match.
Ans. No. Sensitivity-labeled bodies and attachments stay encrypted in the PST. S/MIME encrypted messages require the recipient’s private key to open. OME portal messages don’t export at all. If you need cleartext, decrypt at source before running the export.
About The Author:
Khushboo Maurya is a digital content and SEO professional focused on creating useful, search-friendly content that connects with the right audience. She specializes in content optimization, website growth, and practical SEO strategies that improve visibility, engagement, and organic reach.
Related Post