Skip to main content

Get-ExMailboxMaxSize

SYNOPSIS

Get Exchange Mailbox Max Send and Receive Size limits.

SYNTAX

Get-ExMailboxMaxSize [[-Identity] <String>] [-ByDomain <String>] [-ProgressAction <ActionPreference>]
[<CommonParameters>]

DESCRIPTION

This function retrieves the maximum send and receive size limits for Exchange Online mailboxes.

EXAMPLES

EXAMPLE 1

Get-ExMailboxMaxSize

Retrieves the max send and receive size limits for all Exchange Online mailboxes.

EXAMPLE 2

Get-ExMailboxMaxSize -ByDomain "contoso.com"

Retrieves the max send and receive size limits for mailboxes in the specified domain.

EXAMPLE 3

Get-ExMailboxMaxSize -Identity "user@contoso.com"

Retrieves the max send and receive size limits for the specified mailbox.

PARAMETERS

-Identity

The identity of the mailbox to retrieve. This can be the primary SMTP address, alias, or GUID.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ByDomain

The domain to filter mailboxes by their primary SMTP address.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ProgressAction

{{ Fill ProgressAction Description }}

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES