Any powershell command to do so.....
Hi, I have given a tedious work to get the current quota of mailbox for all the exchange users. Many of our users have custom settings for quota set and other inherit them from the database. So is there any command by which i can get the quota set for all the users in my organisation by using powershell command.... Thanks..
July 23rd, 2009 9:05pm

Get-Mailbox -ResultSize unlimited | Select Name,UseDatabaseQuotaDefaults,IssueWarningQuota,ProhibitSendQuota,ProhibitSendReceiveQuota | Export-Csv filename
Free Windows Admin Tool Kit Click here and download it now
July 23rd, 2009 10:19pm

You could also get the quota for each databaseGet-MailboxDatabase | Select Identity,IssueWarningQuota,ProhibitSendQuota,ProhibitSendReceiveQuota | Export-Csv filenamea more complicated script could be developed that would put these values in for each user when the UseDatabaseQuotaDefaults is True
July 23rd, 2009 10:23pm

Hi,Thanks jimthemcp it worked for me. It gives me all the mailboxes for which i have set cutom size.....Thanks.
Free Windows Admin Tool Kit Click here and download it now
July 24th, 2009 8:14am

Finding exceptional mailboxes in your environment, this would help you.... :) Find Exceptional Mailboxes in Exchange Environment http://exchangeshare.wordpress.com/2008/06/11/find-exceptional-mailboxes-in-the-exchange-environment/ Amit Tank | MVP Exchange Server | MCITP: EMA | MCSA: M | http://ExchangeShare.WordPress.com
July 24th, 2009 8:55am

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

Other recent topics Other recent topics