Commands › Exchange Online
Test-EdgeSynchronization
Diagnose whether the subscribed Edge Transport servers have a current and accurate synchronization status.
Quick start script
# Test-EdgeSynchronization — 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
Test-EdgeSynchronization -VerifyRecipient <ProxyAddress> | Format-List
# 3. Export for evidence / drift tracking
Test-EdgeSynchronization | Export-Clixml .\EdgeSynchronization-$(Get-Date -Format yyyyMMdd).xml
Syntax — 2 parameter sets
SingleValidation
Test-EdgeSynchronization -VerifyRecipient <ProxyAddress>
[-Confirm]
[-DomainController <Fqdn>]
[-WhatIf]
[<CommonParameters>]
Default
Test-EdgeSynchronization [-ExcludeRecipientTest]
[-FullCompareMode]
[-MaxReportSize <Unlimited>]
[-MonitoringContext <Boolean>]
[-TargetServer <String>]
[-Confirm]
[-DomainController <Fqdn>]
[-WhatIf]
[<CommonParameters>]
Parameters (9)
Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.