EdbMails EDB Recovery and Migration software
  • Products
    Exchange EDB / Email Recovery Tools
    • EDB Recovery and MigrationRecover EDB to PST, EDB to Office 365 and Exchange NO Duplicate Migration
    • OST Recovery and MigrationRecover OST to PST, OST to Office 365 and Exchange Migration
    • PST Recovery and MigrationRecover Outlook PST, PST to Office 365 and Exchange Migration
    • MBOX Export and MigrationExport MBOX to PST, MBOX to Office 365 and Exchange Migration
    • NSF Export and MigrationExport NSF to PST, NSF to Office 365 and Exchange Migration
    • EML to PST ExportEML files export to Outlook PST format
    • PST to MSG ExportOutlook PST files export to MSG format
    • MSG to PST ExportExport MSG files Outlook PST files
    Exchange and Office 365 Migration
    • Exchange Server MigrationMigrate Exchange 2007, 2010, 2013, 2016, 2019 to Office 365 tenants. Also, migrate between Exchange servers and PST
    • Office 365 MigrationMigrate Source Office 365 tenants to Destination Office 365 tenants. Also, migrate to Exchange Server and PST
    • IMAP Email Backup & MigrationMigrate all IMAP email servers (Gmail, Zimbra, Zoho, Yahoo etc.), Office 365, Exchange and Backup to Outlook PST
    • SharePoint Online MigrationMigrate documents, files and folders from SharePoint sites
    • OneDrive for Business MigrationMigrate documents, files and folders from OneDrive
    • Microsoft Teams MigrationMigrate Teams, documents, files and folders etc.
    Exchange and Office 365 Backup
    • Office 365 BackupIncremental, Granular, Encrypted and Compressed Office 365 Mailboxes Backup
    • Exchange Server BackupIncremental, Granular, Encrypted and Compressed Exchange Mailboxes Backup
    • SharePoint, OneDrive & Teams BackupBackup Online site collections, Team sites, Office 365 groups, all documents etc.
    • Duplicate Remover - Office 365 & Exchange Remove duplicate emails, calendars, contacts, journal etc. from Office 365 and Exchange
    Go to products
  • Features
  • FAQ
  • Pricing
  • Download
  • Support
  • Sign in
User’s Manual
Office 365 Migration

User Manual

User Manual

  • Office 365 Migration Overview
  • System Requirements
  • Software Setup
    • EdbMails Installation Process
    • Upgrading the Software
  • Understanding the Application
    • Software's Main Components
    • Understanding the Migration
  • FAQ
    • General
    • Migration Free Trial / Demo
    • Migration License
    • Before Migration
    • Migration - Steps
    • After Migration
  • Videos
    • Office 365 to Office 365
    • Office 365 to Exchange
    • Office 365 to IMAP
    • Office 365 to PST
    • Public Folder to Office 365
    • Archive Mailbox to Office 365
    • Public Folder to Exchange
    • Archive Mailbox to Exchange
  • Screenshots
    • Office 365 to Office 365
    • Office 365 to Exchange
    • Office 365 to PST
  • How it works?
    • Office 365 to Office 365
    • Office 365 to Exchange
    • Office 365 to IMAP
    • Office 365 to PST
    • Public Folder to Office 365
    • Public Folder to Exchange
    • Public Folder to Shared Mailbox
    • Archive Mailbox to Office 365
    • Archive Mailbox to Exchange
    • Office 365 to Hosted Exchange
    • Multiple PST to Office 365
    • Office 365 to Gmail Migration
    • Office 365 Shared mailbox to Exchange
    • Office 365 Public folders to PST
    • Office 365 archive mailbox to PST
    • Office 365 Shared mailbox to PST
    • Office 365 shared mailbox to Public folder
    • Office 365 Archive mailbox to Shared mailbox
    • Office 365 Shared mailbox to Archive mailbox
  • Connect to source Office 365
  • Connect to target Office 365
  • Modern Authentication Using OAuth 2.0
    • Microsoft 365 modern authentication
    • Automatic Registration
    • Manual Registration
  • Connect to Exchange server
  • Knowledge Base
    • Migrate between Office 365 tenants
    • Migrate Office 365 mailbox
    • Public folder migration
    • Office 365 to Exchange Migration
    • Office 365 Migration with same Domain
    • Office 365 Group Migration
    • Selective Mailbox Migration
    • Migration to Exchange 2007, 2010, 2013, 2016 and 2019
    • User-Defined Mailbox/Folder Mapping
    • Export Office 365 users to CSV
    • GoDaddy to Microsoft 365 migration
    • Rackspace to Office 365 migration
    • Office 365 migration methods
    • Office 365 migration checklist
    • Migrate Shared mailbox to Office 365
    • Office 365 migration best practices
    • Office 365 migration challenges
    • Convert shared mailbox to regular mailbox
    • Office 365 to Exchange 2019 migration
    • Office 365 multiple mailbox migration
    • Office 365 Server to Server Migration
    • Cross-Tenant Office 365 migration
  • Set Office 365 Impersonation rights
    • Using PowerShell commands
    • Using Office 365 GUI
  • Migration Types
    • Cutover Migration
    • Staged Migration
  • Set Exchange Server Impersonation rights
  • Map the Mailboxes
  • Migration Walkthrough
    • Office 365 tenant to tenant migration
    • Office 365 to Exchange migration
    • Office 365 to PST Export
  • Multifactor Authentication
    • Enable MFA in Office 365
    • Create App password for MFA
    • Disable Security Defaults
  1. Home
  2. Product
  3. Enable Office 365 Archive Mailboxes
Download Buy Now

Enable an Archive Mailbox in Exchange Online

Enabling an archive mailbox in Exchange Online enhances your storage capabilities by preserving older emails without deletion. With storage options ranging from 50GB to 100GB, and higher-tier plans extending capacity up to 1.5TB per user, archive mailboxes are exclusively cloud-based. This ensures secure storage of archived emails in the cloud, without occupying space in your email client. For migrating archive mailboxes using EdbMails Office 365 migration software, it's essential to first enable the online archive feature in Office 365 Exchange Admin Center.

Note: Before proceeding, verify that the designated user or users have been assigned an appropriate Microsoft 365 license that supports the archive mailbox (In-Place Archive) feature. Refer to this link for Microsoft 365 licensing details.

Methods to Enable Office 365 Archive Mailboxes

You can choose one of the following methods to enable archive mailboxes in Exchange Online:

  • Method 1: Exchange admin center
  • Method 2: Windows PowerShell Commands

Steps to Enable Archive Mailboxes using Office 365 Exchange Admin Center

  1. Login to Office 365 Exchange Admin center
  2. Navigate to ‘Recipients’ > ‘Mailboxes’ from the left pane

    Navigate to Recipients and Mailboxes

  3. Choose the user whose archive mailbox you want to enable. In the resulting pane, navigate to the ‘Others’ tab and click ‘Manage mailbox archive’

    Click Manage Mailbox Archive

  4. Then, switch the toggle to ‘Enabled’ and click the ‘Save’ button

    Enable  Archive Mailbox

Windows PowerShell Commands to Enable Archive Mailboxes

Run the below Windows PowerShell commands (Run As Administrator)

Run the following command to install Exchange Online PowerShell Module if it is not installed

Install-Module -Name ExchangeOnlineManagement

Execute the below command and connect to your Office 365 account using the Global Admin account.

Connect-ExchangeOnline

For a single user:

Enable-Mailbox -Identity <user upn=""> -Archive

Replace <user upn=""> with the user's UPN.

For all users:

Get-Mailbox -Filter {ArchiveStatus -Eq "None" -AND RecipientTypeDetails -Eq "UserMailbox"} | Enable-Mailbox -Archive

Note: Use this script to enable archive mailboxes for all user mailboxes. To enable archive mailboxes for shared mailboxes, first assign them a license and then rerun the command, replacing UserMailbox with SharedMailbox.

For specific users:

$users = Import-CSV <filepath>
foreach ($user in $users) {
Enable-Mailbox -Identity $user.UPN -Archive
}

Run each line of code sequentially. Replace with the path to a CSV file containing exported UPNs of the users you wish to enable archive mailboxes for. Ensure the column header in the CSV file listing UPNs is named UPN. Modify the PowerShell command if your column header differs.

Run the below command to disconnect from Exchange Online

Disconnect-ExchangeOnline


Additional Resources:

  • Office 365 Archive Mailbox Migration
  • Disable EWS Throttling in Exchange Online
  • Advanced Settings for Office 365 Migration
lady image

Need help?

24/7 Customer support

Contact us on Live chat

Personalized Demo

Book a personalized demo

Still need help?

Email us / Call us

@edbmails.com All rights are reserved Privacy Policy | Terms of Use | GDPR | Security | Press Releases

hidden msg
Live Chat

Hi, May I help you?

Hide Chat Now