Set user email to unlimited
Exchange 2007 running in windows 2008 domain. How can i set a users email storage quota to exceed the 2 gig limit? How do i set it to unlimited?Thanks
June 25th, 2009 11:48pm

Either you set a very high limit on specific users or if you want all uisers to have unlimited you can remove limit restrictions on the databas object.I would not have users run with unlimited quota, all things couldhappen in the future so I would set it to something like 10GB or 20GBlasse at humandata dot se, http://anewmessagehasarrived.blogspot.com
Free Windows Admin Tool Kit Click here and download it now
June 26th, 2009 12:27am

HI,I am assuming you need to configure mailbox send/receive quota to unlimited. Yes you can sent unlimited mailbox quota using PowerShell. Set-Mailbox UserName -UseDatabaseQuotaDefaults:$False -issuewarningQuota "UNLIMITED" -ProhibitSendQuota "UNLIMITED" -ProhibitSendReceive "UNLIMITED" Note-Replace username with your usernameRegardsChinthaka
June 26th, 2009 5:28am

Well, Lasse has provided his insight about larger mailbox quota, and Chinthaka has posted the cmdlet for individual mailbox. Theres not much to say, but if you are try to do the unlimited setting for all users, you can do it via EMC as Lasse said before, or use Set-MailboxDatabase
Free Windows Admin Tool Kit Click here and download it now
June 26th, 2009 9:39am

Hi,I suggest below cmdlet to set unlimited mailbox database quota for all users.Get-mailbox | Set-Mailbox -UseDatabaseQuotaDefaults:$False -issuewarningQuota "UNLIMITED" -ProhibitSendQuota "UNLIMITED" -ProhibitSendReceive "UNLIMITED"RegardsChinthaka
June 26th, 2009 11:25am

Hi, You can find some help on the below mentioned article http://smtpport25.wordpress.com/2009/02/20/powershell-to-set-exchagne-2007-mailbox-quota-limit-to-unlimited/ Regards, Krishna http://smtpport25.wordpress.com
Free Windows Admin Tool Kit Click here and download it now
June 27th, 2009 10:52pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics