Are you tired of allowing umlimited mailboxes to Execs that want need 3GB mailboxes? Now you can set warning, no send and no recieve limits that are higher than the 2,097,151 KB.
The whole article is here.
The gist of it using ADSIEdit or your favorite tool to manually modify the mDBStorageQuota, mDBOverQuotaLimit and mDBOverHardQuotaLimit properties.
For a specific user
- Open the domain context of your domain in ADSI Edit
- Open the properties of the user.
- Show optional attributes.
- Open mDBOverHardQuotaLimit or mDBOverQuotaLimit or mDBOverHardQuotaLimit.
- Edit the value in kilobytes that you want to set, and then click OK. (For example, to set a limit of 3 GB, type 3145728)
Setting this for a mailbox store is similar however in ADSI edit you locate the server in configuration context
Configuration [Domain]\DC=Configuration,[Domain],DC=[Domain Root]\CN=Services\CN=Microsoft Exchange\CN=[Org Name]\CN=Administrative Groups\CN=First Administrative Group\CN=Servers\CN=[Exchange Server]\CN=Information Store\
Then you would select the mailbox store and make the same attribute changes as you did above for a specific user.
Note: Making these changes will keep you from making any changes to these databases or users in ESM. You will need to make future limit modifications following this same procedure.
Posted
02-01-2007 12:14 PM
by
Joel Stidley