Commands › Exchange Online

Get-SafeAttachmentPolicy

Exchange Online ExchangeOnlineManagement Get-*

View safe attachment policies in your cloud-based organization.

Quick start script

# Get-SafeAttachmentPolicy — 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-SafeAttachmentPolicy | Format-List

# 3. Export for evidence / drift tracking
Get-SafeAttachmentPolicy | Export-Clixml .\SafeAttachmentPolicy-$(Get-Date -Format yyyyMMdd).xml

Syntax

Get-SafeAttachmentPolicy [[-Identity] <SafeAttachmentPolicyIdParameter>]
 [<CommonParameters>]

Parameters (1)

ParameterTypeRequiredWhat it controls
-Identity SafeAttachmentPolicyIdParameter The Identity parameter specifies the safe attachment policy that you want to view.

Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.