Exchange 2007 mailbox database default
What is the default mailbox size limit in Exchange 2007? When I am in the Exchange management console, I right click the user and select properties. Then click the mailbox settings tab. Under storage quotas it is set to use mailbox database defaults. However the problem is I don't know what defaults are or where to find them? I'm sure this is an easy find and I'm just overlooking something, but I cant see it.
February 15th, 2010 7:28pm
Hi, go into the Exchange management Console and expand Server Configuration and choose 'Mailbox' You'll see two tabs WebDAV & Database Management. Choose Database Management and right click on the line 'Mailbox Databse' Click Properties and choose the Limits tab. Here you will find the system default values.You can then override these values for specific users if you wish.
I.T. Manager International House London
Free Windows Admin Tool Kit Click here and download it now
February 15th, 2010 7:41pm
Maurice is right but, if you want to get all your databases you can run this command.
Get-MailboxDatabase | fl StorageGroupName,Name,issuewarningquota,ProhibitSendQuota,ProhibitSendReceiveQuota
StorageGroupName : StorageGroup1Name : Mailbox DatabaseIssueWarningQuota : 1945MBProhibitSendQuota : 2GBProhibitSendReceiveQuota : 2355MB
StorageGroupName : First Storage GroupName : Mailbox DatabaseIssueWarningQuota : 1945MBProhibitSendQuota : 2GBProhibitSendReceiveQuota : 2355MB
check out my blog at http://cbfive.com/blog
Chris cbfive.com
February 15th, 2010 8:20pm