Hi I am trying to uninstall a migrated Exchange 2016 server the error I am getting is:
Error:
Uninstall can't continue. Errors: 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>.
It was running the command 'Remove-MailboxDatabase 'CN=Mailbox Database 1852780198,CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=First Organization,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=xxxxxx,DC=local' -whatif'.
I have cleared all move requests so not sure where to go with this problem.
Tried
Get-MailboxExportRequest
Get-MoveRequest
show nothing.