Hi,
I've migrated my Exchange 2016 server to Exchange SE and now want to uninstall it.
My first step: Remove-MailboxDatabase -identity mailstore
but that fails with:
This mailbox database is associated with one or more active MailboxExport requests. To get a list of all MailboxExport requests associated with this database, run Get-MailboxExportRequest |
?{ $_.RequestQueue -eq "<Database ID>" }. To remove a MailboxExport request, run Remove-MailboxExportRequest <Recipient ID\Request Name>
- CategoryInfo : InvalidOperation: (mailstore:DatabaseIdParameter) [Remove-MailboxDatabase], AssociatedMRSRequestExistsException + FullyQualifiedErrorId : [Server=EXCHANGE,RequestId=6d761a9c-3b08-4a33-acf8-a1cb6335aed6,TimeStamp=20-02-2026 14:56:30] [FailureCategory=Cmdlet-AssociatedMRSRequestExistsException] C4 669378,Microsoft.Exchange.Management.SystemConfigurationTasks.RemoveMailboxDatabase
When I run Get-MailboxExportRequest, then that doesn't return anything.