Microsoft Exchange Server 2016 PowerShell Cookbook - Fourth Edition
by Jonas Andersson, Nuno Mota, Mike Pfeiffer
How it works...
The Set-Mailbox cmdlet is used to configure the quota warning and the send and receive limits for each mailbox. In this example, we are setting the -IssueWarningQuota parameter to 1 gigabyte. When the user's mailbox exceeds this size, they will receive a warning message from the system that they are approaching their quota limit. In this example, we could have used -IssueWarningQuota 1GB instead of 1024mb.
The -ProhibitSendQuota parameter is set to 1.5 gigabytes, and when the total mailbox size exceeds this limit, the user will no longer be able to send messages, although new incoming e-mail messages will still be received.
We've set the -ProhibitSendReceiveQuota parameter value to 2 gigabytes. Once the mailbox reaches this ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access