I'm stuck trying to remove an unused (first) mailbox database on my Exchange 2016 server. I've moved all mailboxes (including Arbitration, AuditiLog, Archive and Monitoring) out of the database. Now I am stuck with the following error:
[code]This mailbox database is associated with one or more active PublicFolderMailboxMigration requests. To get a list of all PublicFolderMailboxMigration requests associated with this database, run Get-PublicFolderMailboxMigrationRequest | ?{ $_.RequestQueue -eq "<Database ID>" }. To remove a PublicFolderMailboxMigration request, run Remove-PublicFolderMailboxMigrationRequest <Recipient ID\Request Name>.[/code]
Unfortunately, running the suggested commend yields nothing, nothing at all. I've removed ALL Move requests and batches I could find but I'm still stuck here.
How the heck am I supposed to remove this pesky empty database of mine?