{"id":78,"date":"2023-03-19T08:17:44","date_gmt":"2023-03-19T07:17:44","guid":{"rendered":"http:\/\/10.4.44.99:10084\/?p=78"},"modified":"2023-03-19T08:17:44","modified_gmt":"2023-03-19T07:17:44","slug":"microsoft-exchange-2010-outlook-2010-rules-quota-size","status":"publish","type":"post","link":"https:\/\/www.winni.at\/wordpress\/?p=78","title":{"rendered":"Microsoft Exchange | Outlook | Rules Quota size"},"content":{"rendered":"\n<p>Check quota size Limit of a single mailbox:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Get-Mailbox \"mailbox\" | fl SamAccountName,RulesQuota\n<\/code><\/pre>\n\n\n\n<p>Increase&nbsp;the rules quota size&nbsp;for a single Mailbox:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Set-Mailbox \"mailbox\" -RulesQuota:256KB<\/code><\/pre>\n\n\n\n<p>Increase&nbsp;the rules quota size for all mailboxes:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Get-Mailbox|Set-Mailbox -RulesQuota:256KB<\/code><\/pre>\n\n\n\n<p>Check quota size Limit of all mailboxes:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Get-Mailbox |fl SamAccountName,RulesQuota,\n<\/code><\/pre>\n\n\n\n<p><strong>Hint:<\/strong><\/p>\n\n\n\n<p>Exchange 2003 has some size limitations<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Check quota size Limit of a single mailbox: Increase&nbsp;the rules quota size&nbsp;for a single Mailbox: Increase&nbsp;the rules quota size for<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"colormag_page_container_layout":"default_layout","colormag_page_sidebar_layout":"default_layout","footnotes":""},"categories":[3],"tags":[18,70,76,85,86,136,142],"class_list":["post-78","post","type-post","status-publish","format-standard","hentry","category-kb","tag-change-exchange-quota","tag-exchange","tag-exchange-database","tag-exchange-rules","tag-exchange-rules-quota","tag-microsoft","tag-microsoft-exchange"],"_links":{"self":[{"href":"https:\/\/www.winni.at\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/78","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.winni.at\/wordpress\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.winni.at\/wordpress\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.winni.at\/wordpress\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.winni.at\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=78"}],"version-history":[{"count":0,"href":"https:\/\/www.winni.at\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/78\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.winni.at\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=78"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.winni.at\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=78"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.winni.at\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=78"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}