Stellar Knowledge Base
While you are saving mailboxes directly to Live Exchange using Stellar Repair for Exchange or Stellar Converter for EDB, you may face crashing issue. In that case, the reason is that your mailboxes size is set default to 2 GB and software is not getting permission to recover data over 2 GB. In that case, you need to increase the size limit using ECP or PowerShell command.
You can follow the below steps to complete this task:
Using ECP
Step 1 –Login to ECP
Step 2 -UnderRecipients, Select theUser Mailboxand click onEditto Increase the Size.
Step 3 -Select Mailbox Usage and click on More Options. Now you can see the option to set Mailbox Limit (Customize the Quota setting for this mailbox).
Step 4 -SelectCustomize the Quota setting for this mailboxoption. Here, you can change the size of your Mailbox. You can enter any specific size or make it unlimited.
Step 5 –Now Click onSave.
Using PowerShell
To perform this task with PowerShell, You need to run below command.
Set-Mailbox -Identity "Mailbox Name" -IssueWarningQuota unlimited - ProhibitSendQuota unlimited -ProhibitSendReceiveQuota unlimited - UseDatabaseQuotaDefaults $false
Using ECP
Step 1 –Login to ECP
Step 2 -Under服务器, Go to Database to modify quota size and click onEdit.
Step 3 –Now click on Limits and increase the size of the Database. You can enter any specific size or make it unlimited.
Step 4 –Now Click onSave.
Using PowerShell
To perform this task with PowerShell, You need to run below command.
Set-MailboxDatabase "Database Name" - ProhibitSendReceiveQuota 2.3GB -ProhibitSendQuota 2GB - IssueWarningQuota 1.9GB
Related Articles
WHY STELLAR®IS GLOBAL LEADER
0M+
Customers
0+
Years of Excellence
0+
R&D Engineers
0+
Countries
0+
PARTNERS
0+
Awards Received
Comment Reply
User Comments