Commands › Exchange Online

Get-Clutter

Exchange Online ExchangeOnlineManagement Get-*

View Clutter settings for mailboxes in your organization.

Quick start script

# Get-Clutter — quick start (serv365.ai)
# 1. Connect (app-only shown; interactive: omit the certificate parameters)
Connect-ExchangeOnline -CertificateThumbprint $thumb -AppId $appId -Organization $org

# 2. Run and inspect
Get-Clutter -Identity <MailboxIdParameter> | Format-List

# 3. Export for evidence / drift tracking
Get-Clutter | Export-Clixml .\Clutter-$(Get-Date -Format yyyyMMdd).xml

Syntax

Get-Clutter -Identity <MailboxIdParameter>
 [-UseCustomRouting]
 [<CommonParameters>]

Parameters (2)

ParameterTypeRequiredWhat it controls
-Identity MailboxIdParameter yes The Identity parameter specifies the mailbox that you want to modify. You can use any value that uniquely identifies the mailbox. For example:
-UseCustomRouting SwitchParameter {{ Fill UseCustomRouting Description }}

Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.