Commands › Exchange Online

Get-TransportRuleAction

Exchange Online ExchangeOnlineManagement Get-*

View the actions that are available for transport rules (mail flow rules).

Quick start script

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

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

Syntax

Get-TransportRuleAction [[-Name] <String>]
 [<CommonParameters>]

Parameters (1)

ParameterTypeRequiredWhat it controls
-Name String The Name parameter specifies the name of the action that you want to view. To see the list of available names, run the command Get-TransportRuleAction.

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