Windows server 2003/2008 and Exchange 2007 – How to modify database size limit
Posted by Thomas | Posted in Exchange 2007, Powershell, Registry, Windows 2003, Windows 2008 | Posted on 23-06-2009
0
By default Exchange server 2007 Stardart database size limit is 50Gb.
Exchange server 2007 Enterprise edition has no limit for database size.
In this post we will see how to change size for the mailbox database named “FirstDB”.
We will work with Exchange 2007 Standart “TestExchange” running on Windows server 2003.
First we need to retrieve GUID ID for “FirstDB” database, which can be found in FirstSG storage group.
To do it open exchange powershell and type:
Get-MailboxDatabase -Identity “TestExchange\FirstSG\FirstDB” | Format-Table Name, GUID
When you have GUID for your database open registry editor and navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeIS\TestExchange\Private-<database GUID>
If you can see DWORD value Database size limit in GB open it ant type your new limit for database in GB.
If value cannot be located, create new DWORD value with “Database size limit in GB” name and set value in GB.
