Commands › Exchange Online
Install-TransportAgent
Register transport agents on Exchange servers.
Quick start script
# Install-TransportAgent — 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
Install-TransportAgent -Name <String> -AssemblyPath <String> -TransportAgentFactory <String> | Format-List
# 3. Export for evidence / drift tracking
Install-TransportAgent | Export-Clixml .\TransportAgent-$(Get-Date -Format yyyyMMdd).xml
Syntax
Install-TransportAgent [-Name] <String> -AssemblyPath <String> -TransportAgentFactory <String>
[-Confirm]
[-DomainController <Fqdn>]
[-TransportService <TransportService>]
[-WhatIf]
[<CommonParameters>]
Parameters (7)
Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.