<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Outlook Rules quota Archives - eFiler</title>
	<atom:link href="https://efiler.co.uk/tag/outlook-rules-quota/feed/" rel="self" type="application/rss+xml" />
	<link>https://efiler.co.uk/tag/outlook-rules-quota/</link>
	<description>File and Find Outlook emails Fast</description>
	<lastBuildDate>Wed, 19 Oct 2016 14:52:29 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>
	<item>
		<title>Increasing the maximum number of eRules</title>
		<link>https://efiler.co.uk/increasing-maximum-number-erules/</link>
		
		<dc:creator><![CDATA[efiler]]></dc:creator>
		<pubDate>Wed, 19 Oct 2016 14:52:29 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Exchange Rules quota]]></category>
		<category><![CDATA[Outlook Rules quota]]></category>
		<guid isPermaLink="false">https://efiler.co.uk/?p=1980</guid>

					<description><![CDATA[<p>eFiler&#8217;s eRules feature uses and extends Outlook&#8217;s own Rules and Categories and there is a limit to the amount of space allocated for the storage of rules. The default for an Exchange or Office 365 account is now 64KB which equates to about 150 eRules depending on how complex the criteria are and how long [&#8230;]</p>
<p>The post <a href="https://efiler.co.uk/increasing-maximum-number-erules/">Increasing the maximum number of eRules</a> appeared first on <a href="https://efiler.co.uk">eFiler</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>				eFiler&#8217;s eRules feature uses and extends Outlook&#8217;s own Rules and Categories and there is a limit to the amount of space allocated for the storage of rules. The default for an Exchange or Office 365 account is now 64KB which equates to about 150 eRules depending on how complex the criteria are and how long the paths are to filing locations. Every byte counts.</p>
<p>However, it is relatively easy to increase this to 256KB which should be more than enough for anyone.</p>
<p>Here&#8217;s advice from Slipstick on how to do it:</p>
<p>Assuming you are using Office 365, Exchange 2013, 2010 or 2007.</p>
<p>To check the current setting, use the <strong>Get-Mailbo</strong>x cmdlet:</p>
<pre>Get-Mailbox username -RulesQuota
</pre>
<p>To increase the quota, use <strong>Set-Mailbox</strong> cmdlet</p>
<pre>Set-Mailbox username -RulesQuota:256kb
</pre>
<h2>Log into Office 365 using PowerShell</h2>
<p>Enter the following commands in PowerShell to log into Office 365.</p>
<pre>$LiveCred = Get-Credential</pre>
<p>Enter the username and password. Note, you must have administrator rights to the server to use this.</p>
<p>Run this cmdlet after logging in:</p>
<pre>$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri //ps.outlook.com/powershell/ -Credential $LiveCred -Authentication Basic -AllowRedirection</pre>
<p>Then this:</p>
<pre>Import-PSSession $Session</pre>
<p>After you are logged in and the session imported, you can use the cmdlets. In this case, you are ready to set the RulesQuota:</p>
<pre>Set-Mailbox username -RulesQuota:256kb


</pre>
<p>The post <a href="https://efiler.co.uk/increasing-maximum-number-erules/">Increasing the maximum number of eRules</a> appeared first on <a href="https://efiler.co.uk">eFiler</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
