INTRODUCTION
This article describes how to use Exchange Online PowerShell to set Exchange Online mailbox sizes and limits in the Microsoft Office 365 environment.
PROCEDURE
To set mailbox size limits for Exchange Online mailboxes, use one of the following methods.
Set mailbox size limits for a single user
- Connect to Exchange Online by using remote PowerShell. For info about how to do this, go to the following Microsoft website:Connect to Exchange Online Using Remote PowerShell
- Run the following PowerShell command to set the mailbox size for a single user:
Note In this command, the User ID> placeholder represents a mailbox user’s UPN, email address, or GUID, and the Value> placeholder represents a number in megabytes (MB), kilobytes (KB), or gigabytes (GB). For example, to set a mailbox size to 20 GB, to set the send limit at 19 GB, and to issue a warning at 18 GB, run the following command:
- Check that the current list of quotas is attached to the mailbox. To do this, run the following command:
Set mailbox size limits for multiple users
- Connect to Exchange Online by using remote PowerShell. For info about how to do this, go to the following Microsoft website:Connect to Exchange Online Using Remote PowerShell
- Run the following PowerShell command to set the mailbox size for all the users in an organization:
Additional filters can be applied to the Get-Mailbox cmdlet or to the Get-User cmdlet to control the users for whom the change is applied. The following is an example in which three cmdlets are used to filter the command to the sales department of an organization:
MORE INFORMATION
For more information about mailbox size limits in Exchange Online, see Mailbox storage limits.
Be First to Comment