Home » Exchange Online » Learn How to Enable Online Archive Office 365 with Step By Step Guide!
Exchange Online, User Management ~ 4 Minutes Reading

Learn How to Enable Online Archive Office 365 with Step By Step Guide!

author
Published By Mohit Jha
Anuraag Singh
Approved By Anuraag Singh
Calendar
Published On October 1st, 2024
Here, you will find the solution for how to disable or enable online archive Office 365. All the possible methods are discussed in a detailed manner. The pros and cons of each method are also elaborated so that you can pick the right one for you.

The archiving of mailboxes is allowed in MS Office 365 so that users get additional mailbox storage space. This option is called In-Place Archiving. The archive mailbox also acts as an alternate storage location to store old data. Enabling or Disabling Archive Mailbox in an Office 365 account is implemented via PowerShell command or through EAC (Exchange Admin Centre).

By default, the email in-place archive is disabled for all mailboxes. The user can enable online archive Office 365 and use it to store messages. The email in-place archive can be accessed by the user with the help of Outlook Web App and Outlook. These applications help the user to view the messages quickly in the archive mailbox. Also, MS Office allows users to easily move/copy messages between the primary mailbox and the archive mailbox.

If you want to enable in-place archive Office 365 then read this guide and you will get to know the different methods using which anyone can easily enable/disable archive mailbox Office 365.

Some Points Regarding the Email In-Place Archive!

Before proceeding further, it is for the user’s knowledge that some points regarding the email in-place archive should be clear, as follows:

  • Every Exchange Online plan can have an in-place email archive. By default the email in-place archive is disabled for all users. Hence, an administrator must enable online archive Office 365  to access.
  • The contents of the email in-place archive are stored in the cloud. As in the Inbox, they are not synced to the local disk.
  • Only the Outlook version of the Professional Plus product has the email in-place archive visible. They may be present in other versions of Outlook, but they will not displayed. Hence it is important to learn how to enable or disable an archive mailbox in Exchange Online Server.

Understanding the Solutions to Enable Online Archive Office 365!

Two manual ways will be helpful in this scenario i.e. EAC & PowerShell, which are free! Remember, these approaches need some technical expertise to get the job done hassle-free.

Let’s start:

Method 1: Enable Archive Office 365 Using Exchange Admin Center (EAC)

This method is quite efficient for those who are not familiar with technical know-how. Plus, with this solution, there is a 0% risk of data loss. So, don’t waste time, just follow the listed instructions:   

  1. Sign in to the Office 365 account and click Admin.
  2. In the lower-left navigation pane, click Admin Centers -> Exchange.
  3. In the Exchange Admin Center (EAC), go to Recipients -> Mailboxes.
  4. Select the mailbox that you want to enable online archive Office 365. You can select multiple mailboxes also to enable archive mailbox Office 365.
  5. In the right-side details pane, click Enable which is under the In-Place Archive option.

Note: Multiple inboxes can be selected to perform bulk archiving. The user has to use the Shift + Cntr keys to select multiple mailboxes. Click the More options in the detail pane and then click Enable under In-Place Archive.

Learn the Steps to Disable Online Archive Mailbox Office 365 Through EAC!

  1. The user has to log in to the Office 365 Admin Portal.
  2. In the lower-left corner of the window, select Exchange to log into the Exchange Admin Center and Exchange.
  3. Select Recipients -> Mailboxes.
  4. Now select the mailbox for which you want to disable the in-place archive in Office 365.
  5. Click on Disable under In-Place Archive.

Method 2: Enable Online Archive Office 365 Using PowerShell

The other method to enable an in-place online archive mailbox Office 365 is through a PowerShell command.

  • The user has to connect the Exchange Online using Windows PowerShell. Use the enable-mailbox command to enable the archive for a particular mailbox-
    • Enable-Mailbox –Identity user@domain.com –Archive
  • To enable an archive for all user mailboxes, use the following command:
    • Get-Mailbox –Filter {ArchiveStatus –Eq “None” –AND RecipientTypeDetails –eq “UserMailbox”} | Enable-Mailbox –Archive

Disable Online Archive Office 365 PowerShell

  • To disable an archive use the following PowerShell command-
    • Disable-Mailbox –Identity user@domain.com –Archive

Disadvantages of Manual Methods for Enabling/Disabling Online Archive Office 365

The manual methods are time-consuming and lengthy processes whereas the user has to have the technical expertise to execute the commands. The question “How to enable archive mailbox in Office 365 using PowerShell” remains the question. Hence, in a nutshell, the manual way to enable or disable an archive mailbox in Exchange Online server is difficult to interpret so it’s better to automate the process through some tool.

Bring it All Together!

This blog deals with the best possible manual approaches to disable or enable online archive Office 365. Moreover, the manual method that helps to archive Office 365 mailboxes is quite complicated and needs some technical expertise. But with clear instructions, one can efficiently initiate the task hassle-free.