Commands › Exchange Online
Export-RecipientDataProperty
Download the picture or spoken name audio file of a mailbox or mail contact.
Quick start script
# Export-RecipientDataProperty — 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-RecipientDataProperty -Identity <MailboxUserContactIdParameter> | Format-List
# 3. Export for evidence / drift tracking
Export-RecipientDataProperty | Export-Clixml .\RecipientDataProperty-$(Get-Date -Format yyyyMMdd).xml
Syntax — 2 parameter sets
ExportPicture
Export-RecipientDataProperty [-Identity] <MailboxUserContactIdParameter>
[-Picture]
[-Confirm]
[-DomainController <Fqdn>]
[-WhatIf]
[<CommonParameters>]
ExportSpokenName
Export-RecipientDataProperty [-Identity] <MailboxUserContactIdParameter>
[-SpokenName]
[-Confirm]
[-DomainController <Fqdn>]
[-WhatIf]
[<CommonParameters>]
Parameters (6)
Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.