Commands › Exchange Online
Add-ResubmitRequest
Add requests to replay redundant copies of messages from Safety Net after a mailbox database recovery.
Quick start script
# Add-ResubmitRequest — 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
Add-ResubmitRequest -EndTime <DateTime> -StartTime <DateTime> | Format-List
# 3. Export for evidence / drift tracking
Add-ResubmitRequest | Export-Clixml .\ResubmitRequest-$(Get-Date -Format yyyyMMdd).xml
Syntax — 2 parameter sets
MDBResubmit
Add-ResubmitRequest -EndTime <DateTime> -StartTime <DateTime>
[-Destination <Guid>]
[-Confirm]
[-CorrelationId <Guid>]
[-Server <ServerIdParameter>]
[-TestOnly <Boolean>]
[-UnresponsivePrimaryServers <MultiValuedProperty>]
[-WhatIf]
[<CommonParameters>]
ConditionalResubmit
Add-ResubmitRequest -EndTime <DateTime> -StartTime <DateTime>
[-MessageId <String>]
[-Recipient <String>]
[-ResubmitTo <String>]
[-Sender <String>]
[-Confirm]
[-CorrelationId <Guid>]
[-Server <ServerIdParameter>]
[-TestOnly <Boolean>]
[-UnresponsivePrimaryServers <MultiValuedProperty>]
[-WhatIf]
[<CommonParameters>]
Parameters (13)
Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.