Read time: 8 minutes
Summary: In Office 365, mailbox management (over hundreds or thousands of mailboxes) is not just a process to create or change mailbox settings. Admin also need to control permissions, storage, retention policies, forwarding, securing, and many more administrative tasks. To help organizations keep mailboxes organized, secure, and available with reduced administrative issues, a clear mailbox management is the only way.
As an important organizational task, Office 365 mailbox management process starts with mailbox creation and goes through configuration, monitorization, security, and maintenance throughout their lifecycle. It includes user mailboxes, shared mailboxes, archive mailboxes, permissions, storage, retention settings, forwarding rules, and mailbox recovery.
For admins within the organization, mailbox management begins when a new employee joins the organization and continues until the employee quits. During that period, mailbox settings may need to change several times based on the user’s role, storage requirements, access rights, and business needs as well.
Why Is Mailbox Management Important? Reasons and Benefits
In organizations, poorly managed Office 365 mailboxes can be a real cause of problems that are easy to overlook. Understand with the example below:
Suppose an employee has received Full Access to another user’s mailbox for a temporary project. Months later, that permission may still be active. A shared mailbox may continue accumulating messages with no one monitoring its storage. An employee may also be terminated or quit the company, but the mailbox that contains business records still needs to be retained.
Such situations show the value of mailbox management in an organization. Effective mailbox management helps organizations in various aspects, like:
- Control who can access mailbox data
- Monitor mailbox storage and archive usage
- Reduce unnecessary permissions
- Manage shared mailboxes consistently
- Apply appropriate retention requirements
- Control automatic email forwarding
- Preserve information when employees leave
- Monitor mailbox activity
- Plan for data recovery and many others
Our technical team has researched this topic in depth, tested different solutions, and shortlisted only those that are working. This guide covers the most effective ways to manage Office 365 mailboxes.
How to Manage an Office 365 Mailbox: Methods and Steps
There are two ways. Admins can manage user mailboxes primarily through the Exchange Admin Center or Exchange Online PowerShell.
Way 1: Manage Mailboxes Through Exchange Admin Center
For advanced mail settings to control mailboxes, Exchange Admin Center is ideal. It provides a graphical interface for common mailbox administration tasks. Admins with specific permissions can manage recipient properties, mailbox delegation, email addresses, etc. Here are the steps to follow:
- Login to Exchange Admin Center with admin credentials.
- Go to Recipients > Mailboxes.
- A list of mailboxes will be displayed. Choose the mailbox that you need to manage and double-click on it.
- A display pane is shown for the selected user mailbox. Go to each pane (General, Organization, Delegation, Mailbox, and Others) and change the mailbox properties for yourself.

Note: For routine administration, EAC is convenient because administrators can review settings without writing commands.
Managing hundreds of mailboxes manually can become repetitive. That is where Exchange Online PowerShell becomes more useful.
Mailbox Properties and Sub-Properties
| Properties | Sub-Properties |
|---|---|
| General |
|
| Organization |
Manage Organization Information: |
| Delegation |
|
| Mailbox |
|
| Others | Custom attributes, Group membership, Automatic replies, Convert to shared mailbox, Litigation hold, Mailbox archive, Set recipient limit, and Mail tip. |
Way 2: Manage Mailboxes with Exchange Online PowerShell
For bulk and automated control, you can use Exchange Online PowerShell. However, it is a command-line-based process; you must have enough expertise and admin credentials to use this.
- Download the official management framework with the command below:
Install-Module -Name ExchangeOnlineManagement -Force - Connect to Exchange Online with your admin credentials:
Connect-ExchangeOnline -UserPrincipalName admin@yourdomain.com - To view single mailbox foundational metadata, run the command below:
Get-Mailbox -Identity “user@yourdomain.com“ - To list all mailboxes available within the organization
Get-ExoMailbox -ResultSize Unlimited - Run the command below to create a new user mailbox:
New-Mailbox -UserPrincipalName “newuser@yourdomain.com” -Alias “nuser” -DisplayName “New User” -Password (ConvertTo-SecureString “SecurePass123!” -AsPlainText -Force) - To modify routing settings like the user’s primary name or structural alias, run this command:
Set-Mailbox -Identity “user@yourdomain.com” -Alias “updatedalias” - To audit space user, run the command below:
Get-MailboxStatistics -Identity “user@yourdomain.com” | Select-Object DisplayName, TotalItemSize, ItemCount - To set structural warnings and strict blockades against outgoing and incoming messages. Run this command
Set-Mailbox -Identity “user@yourdomain.com” -IssueWarningQuota 45GB -ProhibitSendQuota 49GB -ProhibitSendReceiveQuota 50GB -UseDatabaseQuotaDefaults $false - To modify permissions and delegates, run this command to
Add-MailboxPermission -Identity “target@yourdomain.com” -User “operator@yourdomain.com” -AccessRights FullAccess -InheritanceType All - To authorize Send As, execute the command below:
Add-RecipientPermission -Identity “target@yourdomain.com” -Trustee “operator@yourdomain.com” -AccessRights SendAs - To verify current delegation mapped to a chosen email address, run this command:
Get-MailboxPermission -Identity “target@yourdomain.com” | Where-Object { $_.User -notlike “NT AUTHORITY\” } - To create shared Inboxes, run this command:
New-Mailbox -Name “Info Shared Desk” -Alias “info” -Shared - Lastly, to disconnect Exchange Online, run the command below:
Disconnect-ExchangeOnline -Confirm:$false
Is Mailbox Management the Same as Office 365 Backup?
No. Mailbox management and Office 365 backup are not the same; instead, they address different requirements. Like, mailbox management has a direct focus on the process to administer and control the mailbox, and backup provides an extra layer of data security by maintaining a separate copy of data.
| Process Capability | Made for the purpose |
|---|---|
| Mailbox management | Configure and administer mailboxes |
| Archive mailbox | Provide additional mailbox storage |
| Retention policies | Control data retention and deletion |
| Audit task | Check activity and changes |
| Inactive mailbox | Preserve old mailbox data under supported retention/hold scenarios |
| Office 365 backup | Maintain a secure, recoverable copy of Office 365 data |
Why Include Office 365 Backup in Mailbox Management Strategy?
Microsoft 365 includes native retention, archiving, recovery, as well as compliance capabilities. Organizations may still have separate operational requirements for backup, so consider backup requirements when:
- Multiple mailboxes need regular protection
- The organization needs an independent copy of mailbox data
- Specific emails or folders may need to be recovered
- Mailbox data needs to be retained outside the primary Microsoft 365 environment
- Admins need exportable formats for migration, auditing, or operational purposes
- A business continuity plan requires a separate recovery source
For organizations that need an additional backup or export layer, Kernel Export Office 365 to PST can be an ideal solution. It backs up Microsoft 365 primary, shared, and archive mailboxes in PST files and allows you to save them in a specified location in local storage. With incremental, selective, as well as bulk backup support, you can save your Office 365 data with easier accessibility to meet different scenarios:
- Employee offboarding
- Migration projects
- Long-term local access
- Data transfer
- Auditing
- Investigation
- Having an additional copy of selected mailbox data
Office 365 Mailbox Management Best Practices
A mailbox management strategy works best when administrators treat it as a recurring process. Keep these practices in place for effective mailbox management:
- Make a mailbox policy in Office 365 and define who can create mailboxes, approve delegation, configure forwarding, and manage shared mailboxes.
- Allow permissions to admins and users that are only necessary.
- Review permissions at a certain period of time and remove access that is no longer used.
- Regularly assess mailbox storage and identify it before they reach service limits.
- Plan employee offboarding and decide what happens to mailbox data before deleting an account.
- Pay direct attention to external forwarding because it can expose organizational information.
- Maintain a recovery strategy. If native Microsoft 365 capabilities don’t meet your organization’s recovery requirements, get an Office 365 backup solution.
Conclusion
You may be wrong if you consider mailbox management a one-time configuration task because effective Office 365 mailbox management is an ongoing process in any organization. Admins continuously manage permissions, storage, shared mailboxes, archiving, retention, forwarding, auditing, and employee offboarding as part of the mailbox lifecycle. However, you can use Exchange Admin Center or PowerShell commands to manage mailboxes, permissions, etc., effectively.
For organizations that also require an independent copy of mailbox data, an Office 365 backup or export strategy can add another layer to the overall data protection plan.
Frequently Asked Questions
A: You can manage a mailbox through the Exchange Admin Center or Exchange Online PowerShell. EAC is useful for graphical administration, while PowerShell is better suited to repetitive tasks and reporting across multiple mailboxes.
A: A typical mailbox management process includes mailbox creation, permissions, storage monitoring, archiving, retention, forwarding controls, auditing, shared mailbox management, employee offboarding, and backup planning.
A: Mailbox management controls how a mailbox operates and who can access it. Backup focuses on maintaining a separate copy of mailbox data that can be used for recovery or other operational requirements.
A: The storage limit depends on the Microsoft 365 or Exchange Online license and mailbox type. Microsoft currently lists 50 GB user mailboxes for several Business plans and 100 GB for Enterprise E3/E5 plans.
A: Review shared mailbox members, delegation permissions, storage, forwarding, licensing, and security settings regularly. Remove users who no longer need access.
A: The appropriate action depends on business and compliance requirements. The mailbox may need to be preserved through retention and an inactive mailbox, converted or delegated in an appropriate scenario, or exported/backed up before the account is removed.
