Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.67 KB

Set-CIPPMailboxQuota.md

File metadata and controls

36 lines (29 loc) · 1.67 KB

Set-CIPPMailboxQuota

SYNOPSIS

Sets the mailbox quota for a user

DESCRIPTION

The Set-CIPPMailboxQuota function is used to set the mailbox quota for a user. It allows you to specify the customer tenant ID, user ID, and the mailbox quota limits such as ProhibitSendQuota, IssueWarningQuota, and ProhibitSendReceiveQuota.

PARAMETERS

-CustomerTenantID

Foo Foo
The ID of the customer tenant.

-UserID

Foo Foo
The ID of the user.

-ProhibitSendQuota

Foo Foo
The maximum mailbox size (in MB, GB or TB) at which sending messages is prohibited.

-IssueWarningQuota

Foo Foo
The mailbox size (in MB, GB or TB) at which a warning is issued to the user.

-ProhibitSendReceiveQuota

Foo Foo
The maximum mailbox size (in MB, GB or TB) at which sending and receiving messages is prohibited.

EXAMPLE 1

PS > Set-CIPPMailboxQuota -CustomerTenantID "contoso.onmicrosoft.com" -UserID "john.doe@contoso.com" -ProhibitSendQuota "1GB"

EXAMPLE 2

PS > Set-CIPPMailboxQuota -CustomerTenantID "contoso.onmicrosoft.com" -UserID "john.doe@contoso.com" -ProhibitSendReceiveQuota "5GB"