Link to home
Start Free TrialLog in
Avatar of nav2567
nav2567Flag for United States of America

asked on

Outlook inbox rules

We have an O365 user getting a warning about out of storage space for Outlook inbox rules.

Can someone advise where to check and how to resolve it?

Thanks.
Avatar of Amit
Amit
Flag of India image

Avatar of nav2567

ASKER

I do not see the fix in the article.  Can you elaborate?
ASKER CERTIFIED SOLUTION
Avatar of Amit
Amit
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
The fix is the PowerShell cmdlet:

set-mailbox -identity user@domain.com -RulesQuota 256kb

Open in new window


That, or asking the user to remove some rules :)

If you need help connecting PowerShell to Exchange Online, check here: http://technet.microsoft.com/en-us/library/jj984289(v=exchg.150).aspx