Commands › Exchange Online
Export-UMCallDataRecord
Export Unified Messaging (UM) call data records for UM dial plans and UM IP gateways for a date that you've specified.
Quick start script
# Export-UMCallDataRecord — 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
Export-UMCallDataRecord -ClientStream <Stream> -Date <ExDateTime> | Format-List
# 3. Export for evidence / drift tracking
Export-UMCallDataRecord | Export-Clixml .\UMCallDataRecord-$(Get-Date -Format yyyyMMdd).xml
Syntax
Export-UMCallDataRecord -ClientStream <Stream> -Date <ExDateTime>
[-Confirm]
[-DomainController <Fqdn>]
[-UMDialPlan <UMDialPlanIdParameter>]
[-UMIPGateway <UMIPGatewayIdParameter>]
[-WhatIf]
[<CommonParameters>]
Parameters (7)
Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.