Office 365 gives an extra mailbox storage space with the archiving provision. It is an additional storage location with which user can store messages. It can be made enable in Exchange Admin Center(EAC) or using Power shell commands.
Scalable and High performance Office 365 migration
EdbMails – Office 365 Migration can accomplish your existing Office 365 tenant to another Office 365 tenant migration project effortlessly.
Enable Archive Mailbox using Exchange Admin Centre:
- Sign in to Office 365 account.
- Click the app launcher icon and then click Admin
- Click the Admin centers and then click Exchange
- Click Recipients and then Mailboxes.
- Select the Mailbox which you want to Enable under in – Place archive.
Disable Archive Mailbox using Exchange Admin Centre:
- Sign in to Office 365 account.
- Click the app launcher icon and then click Admin
- Click the Admin centers and then click Exchange
- Click Recipients and then Mailboxes.
- Select the Mailbox which you want to Disable under in – Place archive.
Enable Archive Mailbox using Windows Powershell Command:
Connect your Exchange Online using Windows PowerShell.
Now run following command.
Enable-Mailbox -Identity “user 04” –Archive
This enables the archive for user 04 mailbox. If you need to enable an archive for all user mailboxes then run the following command.
Get-Mailbox -Filter {ArchiveStatus -Eq “None” -AND RecipientTypeDetails -eq “UserMailbox”} | Enable-Mailbox –Archive
Enable Archive Mailbox using Windows Powershell Command:
Run the below command after connecting Office 365 with Windows PowerShell.
Disable-Mailbox -Identity “user 04” -Archive
If you want to migrate EDB, OST, PST files to Office 365 or Live Exchange Server go through EdbMails.
Scalable and High performance Office 365 migration
EdbMails – Office 365 Migration can accomplish your existing Office 365 tenant to another Office 365 tenant migration project effortlessly.