Commands › Exchange Online
Get-RecipientPermission
View information about SendAs permissions that are configured for users in a cloud-based organization. **Note**: In Exchange Online PowerShell, we recommend that you use the Get-EXORecipientPermission cmdlet instead of this cmdlet. For more information, see Connect to Exchange Online PowerShell.
Quick start script
# Get-RecipientPermission — 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-RecipientPermission | Format-List
# 3. Export for evidence / drift tracking
Get-RecipientPermission | Export-Clixml .\RecipientPermission-$(Get-Date -Format yyyyMMdd).xml
Syntax
Get-RecipientPermission [[-Identity] <RecipientIdParameter>]
[-AccessRights <MultiValuedProperty>]
[-IncludeTrusteeWithPrimarySmtpAddress]
[-ReadFromDomainController]
[-ResultSize <Unlimited>]
[-Trustee <SecurityPrincipalIdParameter>]
[<CommonParameters>]
Parameters (6)
Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.