Commands › Exchange Online
Get-UMCallSummaryReport
Return statistics about all calls received or placed by Mailbox servers running the Microsoft Exchange Unified Messaging service in an organization.
Quick start script
# Get-UMCallSummaryReport — 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-UMCallSummaryReport -GroupBy <GroupBy> | Format-List
# 3. Export for evidence / drift tracking
Get-UMCallSummaryReport | Export-Clixml .\UMCallSummaryReport-$(Get-Date -Format yyyyMMdd).xml
Syntax
Get-UMCallSummaryReport -GroupBy <GroupBy>
[-DomainController <Fqdn>]
[-UMDialPlan <UMDialPlanIdParameter>]
[-UMIPGateway <UMIPGatewayIdParameter>]
[<CommonParameters>]
Parameters (4)
Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.