Finiding the Maibox Limits on all the databae in all Mailbox Server in Exchange 2007
Hello Team Greetings i would like to get the mailbox Storage Limits on all database in all Exchnage server 2007. Here is my test lab, i have 2 Mailbox Server and 10 Database(Each 5 ), Each Single database is confgured differently with respect to different Database limit. Instead of doing right click of each database and finding their mailbox Storage limit, Can i have the Power shell Command to find all the database limit in all the exchange server in single shot. Please help. this will redeuce my time consume
May 15th, 2011 10:29am

On Sun, 15 May 2011 14:21:05 +0000, rush2ramki wrote: > > >Hello Team > >Greetings > >i would like to get the mailbox Storage Limits on all database in all Exchnage server 2007. Here is my test lab, i have 2 Mailbox Server and 10 Database(Each 5 ), Each Single database is confgured differently with respect to different Database limit. > >Instead of doing right click of each database and finding their mailbox Storage limit, Can i have the Power shell Command to find all the database limit in all the exchange server in single shot. > >Please help. this will redeuce my time consume Get-MailboxDatabase |ft identity,IssueWarningQuota,ProhibitSendQuota,ProhibitSendReceiveQuota --- Rich Matheisen MCSE+I, Exchange MVP --- Rich Matheisen MCSE+I, Exchange MVP
Free Windows Admin Tool Kit Click here and download it now
May 15th, 2011 5:44pm

Yes Rich, it working but and unable get any data on ProhibitSendReceiveQuota the value is showing null(Empty), but there is an value on GUI. it didn't showed can you try at your end and update please? i tried like, get-mailboxdatabase | ft ProhibitSendReceiveQuota. Same the value is showing none
May 16th, 2011 11:41am

On Mon, 16 May 2011 15:34:15 +0000, rush2ramki wrote: > > >Yes Rich, it working but and unable get any data on ProhibitSendReceiveQuota > > > >the value is showing null(Empty), but there is an value on GUI. it didn't showed > > > >can you try at your end and update please? i tried like, get-mailboxdatabase | ft ProhibitSendReceiveQuota. Same the value is showing none Unless I've incorrectly spelled "ProhibitSendReceiveQuota" it should work. Do you see a column named "ProhibitSendReceiveQuota" in the output? Maybe your display isn't wide enough to show it? This will show you all of the values (and at least one more you're not interested in): get-mailboxdatabase | ft identity,*quota* This will produce a _list_ of the properties that have "quota" in them. If you see the value here, but not in the "ft" output, then your display's not wide enough: get-mailboxdatabase | fl identity,*quota* This wll put the values into a CSV file instead of throwing them up on the screen: Get-MailboxDatabase | select identity,IssueWarningQuota,ProhibitSendQuota,ProhibitSendReceiveQuota | export-csv Quotas.csv -notypeinfo -encoding ascii --- Rich Matheisen MCSE+I, Exchange MVP --- Rich Matheisen MCSE+I, Exchange MVP
Free Windows Admin Tool Kit Click here and download it now
May 16th, 2011 2:32pm

Hi, I have tried Rich’s commands to check all values. They run successfully and they also show the values. ThanksPlease remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
May 17th, 2011 6:10am

yes, It woking for me also, thanks all
Free Windows Admin Tool Kit Click here and download it now
May 18th, 2011 8:30am

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

Other recent topics Other recent topics