Received a call that a VIP user was not receiving emails or able to send. The quick check to confirm how much room was left in the mailbox. With 20% available the assumption is some sort of connectivity issue. Checking the size of the Online Archive revealed that it was full, and the user must have been ignoring warnings.

By default an Online Archive mailbox is limited to 100GB, hitting this limit will prevent sending emails from the user’s mailbox even if it has plenty of room. When we added the license for this we read “autoexpanding” as the default but no, you have to activate it.

There are some downsides to activating autoexpansion:

  • you can no longer recover or restore the mailbox if it is made inactive
  • you can only use Content Search on the contents

You have two options for enabling:

  • Enable for the organization
  • Enable for just the user

Enabling for the organization seems like the easy way out however once Autoexpanding Archives and given the limitations you will want to be selective and limit it to super high volume email users.

Powershell>Set-OrganizationConfig -AutoExpandingArchive

Enabling for just the user has additional advantages:

  1. The user’s existing Archive is expanded from 100GB to 110GB allowing email sending to resume and the warning quota moves from 90GB to 100GB.
  2. If the primary mailbox is on hold or subject to a retention policy, the recoverable items quota is also increased by 10GB.

Powershell>Enable-Mailbox -AutoExpandingArchive

Until it breaks here is the source documentation https://learn.microsoft.com/en-us/purview/enable-autoexpanding-archiving

When a user leaves the company before doing anything else you should deactivate their Office installations so that the existing install can be assigned to a new user.  If you don’t do this, Microsoft recommends uninstalling and reinstalling Office.

I’ve found that you can trigger a new user activation of Office by modifying the following key:

HKEY_LOCAL_MACHINE\SOFTWARE\
Microsoft\Office\
ClickToRun\Configuration\O365BusinessRetail.EmailAddress

Upon opening any Office application it asks to activate like a fresh installation.