Source: MSExchangeIS Mailbox Store
To change the size limit of the Exchange 2007 database do the following on the mailbox server:
1. In Exchange Management Shell run this command to get the database GUID:
Get-MailboxDatabase -Identity “<server name>\<storage group name>\<database name>” | Format-Table Name, GUID
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeIS\<SERVER NAME>\Private-<database GUID>
3. If the DWORD key “Database Size Limit in Gb” exists, change the value to desired size in GB.4. If the DWORD key “Database Size Limit in Gb” does not exists, create a new DWORD key with the name Database Size Limit in Gb and change the value to desired size in GB.
4. Restart the Exchange Information Store service.
For more information:
http://technet.microsoft.com/en-us/library/bb232092.aspx
http://technet.microsoft.com/en-us/library/aa998066%28EXCHG.65%29.aspx
Leave a Reply