{"id":1055,"date":"2012-07-24T00:57:59","date_gmt":"2012-07-24T00:57:59","guid":{"rendered":"https:\/\/pipe2text.com\/?page_id=1055"},"modified":"2012-07-24T01:10:45","modified_gmt":"2012-07-24T01:10:45","slug":"listing-mailbox-database-storage-quota-information-in-exchange-2010-and-dumping-to-a-csv-file","status":"publish","type":"page","link":"https:\/\/pipe2text.com\/?page_id=1055","title":{"rendered":"Listing Mailbox Database Storage Quota Information in Exchange 2010 and dump to a CSV File"},"content":{"rendered":"<p>Hi All,<\/p>\n<p>Here is a quick way to use the Exchange Management Shell to the storage quota&#8217;s set for all of you Exchange 2010 databases. The quota limits are the default limit that will be used for all mailboxes\u00a0on the database.\u00a0This example will give you the database name, when a warning will be issued to the users approaching there limit, the prohibit send mail limit, the prohibit receive mail limit and the deleted item retention time. It will also get this information for all databases.<\/p>\n<p><strong>The Command<\/strong><\/p>\n<p><span style=\"color: #000000;\">Get-MailboxDatabase | select identity,IssueWarningQuota,ProhibitSendReceiveQuota,ProhibitSendQuota,DeletedItemRetention<\/span><\/p>\n<p><span style=\"color: #000000;\">If you would like to run this same command and dump all of this information to a csv file you can type the following command:<\/span><\/p>\n<p><span style=\"color: #000000;\">Get-MailboxDatabase | select identity,IssueWarningQuota,ProhibitSendReceiveQuota,ProhibitSendQuota,DeletedItemRetention | Export-Csv c:\\Output\\Mailstoragequotas.csv -NoTypeInformation<\/span><\/p>\n<p><span style=\"color: #000000;\">The above command will create a csv name Mailstoragequotas.csv in the c:\\output folder.<\/span><\/p>\n<p><span style=\"color: #000000;\">The output in the csv file will look as follows:<\/span><\/p>\n<p><span style=\"color: #000000;\"><a href=\"https:\/\/pipe2text.com\/wp-content\/uploads\/2012\/07\/MailboxStorageQuotas.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1061\" title=\"MailboxStorageQuotas\" src=\"https:\/\/pipe2text.com\/wp-content\/uploads\/2012\/07\/MailboxStorageQuotas.jpg\" alt=\"\" width=\"758\" height=\"104\" srcset=\"https:\/\/pipe2text.com\/wp-content\/uploads\/2012\/07\/MailboxStorageQuotas.jpg 758w, https:\/\/pipe2text.com\/wp-content\/uploads\/2012\/07\/MailboxStorageQuotas-300x41.jpg 300w\" sizes=\"auto, (max-width: 758px) 100vw, 758px\" \/><\/a><\/span><\/p>\n<p><span style=\"color: #000000;\">Hope this helps! If you have any questions or feedback please leave a comment.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Hi All, Here is a quick way to use the Exchange Management Shell to the storage quota&#8217;s set for all of you Exchange 2010 databases. The quota limits are the default limit that will be used for all mailboxes\u00a0on the &hellip; <a href=\"https:\/\/pipe2text.com\/?page_id=1055\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"open","template":"onecolumn-page.php","meta":{"_coblocks_attr":"","_coblocks_dimensions":"","_coblocks_responsive_height":"","_coblocks_accordion_ie_support":"","footnotes":""},"class_list":["post-1055","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/pipe2text.com\/index.php?rest_route=\/wp\/v2\/pages\/1055","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pipe2text.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pipe2text.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pipe2text.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/pipe2text.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1055"}],"version-history":[{"count":20,"href":"https:\/\/pipe2text.com\/index.php?rest_route=\/wp\/v2\/pages\/1055\/revisions"}],"predecessor-version":[{"id":1065,"href":"https:\/\/pipe2text.com\/index.php?rest_route=\/wp\/v2\/pages\/1055\/revisions\/1065"}],"wp:attachment":[{"href":"https:\/\/pipe2text.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1055"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}