Commands › Exchange Online
Get-CASMailboxPlan
This cmdlet is functional only in the cloud-based service. Use the Get-CASMailboxPlan cmdlet to view Client Access services (CAS) mailbox plans in cloud-based organizations.
Quick start script
# Get-CASMailboxPlan — 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-CASMailboxPlan | Format-List
# 3. Export for evidence / drift tracking
Get-CASMailboxPlan | Export-Clixml .\CASMailboxPlan-$(Get-Date -Format yyyyMMdd).xml
Syntax
Get-CASMailboxPlan [[-Identity] <MailboxPlanIdParameter>]
[-Credential <PSCredential>]
[-DomainController <Fqdn>]
[-Filter <String>]
[-IgnoreDefaultScope]
[-ResultSize <Unlimited>]
[-SortBy <String>]
[<CommonParameters>]
Parameters (7)
Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.