Commands › Exchange Online
Get-TextMessagingAccount
View the text notification settings on mailboxes.
Quick start script
# Get-TextMessagingAccount — 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-TextMessagingAccount -Identity <MailboxIdParameter> | Format-List
# 3. Export for evidence / drift tracking
Get-TextMessagingAccount | Export-Clixml .\TextMessagingAccount-$(Get-Date -Format yyyyMMdd).xml
Syntax
Get-TextMessagingAccount [-Identity] <MailboxIdParameter>
[-Credential <PSCredential>]
[-DomainController <Fqdn>]
[-ReadFromDomainController]
[-ResultSize <Unlimited>]
[<CommonParameters>]
Parameters (5)
Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.