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 " " }.
To remove a PublicFolderMailboxMigration request, run Remove-PublicFolderMailboxMigrationRequest .
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 ...
0 votes
0 answers
7 comments
396 views