Commands › Exchange Online
Retry-Queue
Force a connection attempt for a queue on a Mailbox server or an Edge Transport server.
Quick start script
# Retry-Queue — 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
Retry-Queue -Identity <QueueIdentity> -Filter <String> | Format-List
# 3. Export for evidence / drift tracking
Retry-Queue | Export-Clixml .\Queue-$(Get-Date -Format yyyyMMdd).xml
Syntax — 2 parameter sets
Filter
Retry-Queue -Filter <String>
[-Server <ServerIdParameter>]
[-Confirm]
[-Resubmit <Boolean>]
[-WhatIf]
[<CommonParameters>]
Identity
Retry-Queue [-Identity] <QueueIdentity>
[-Confirm]
[-Resubmit <Boolean>]
[-WhatIf]
[<CommonParameters>]
Parameters (6)
Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.