Forum Discussion

Guy71's avatar
Guy71
Copper Contributor
Sep 26, 2019

Unable to delete databases completely

Hello.

 

I'm having a problem deleting completely old databases on my 3 Exchange 2016 servers.

 

by launching: Get-MailboxDatabaseRedundancy -DatabaseAvailabilityGroup DAG01
I get some databases like

DAG01_MBX01 False False False 13.09.19 09:54:35

This database has already been deleted, but somehow there is a trace in the servers which remains.

 

How can I clean up these non-existing databases on my servers ?

 

Best regards, Guy

  • Lewis-H's avatar
    Lewis-H
    Iron Contributor

    Use the below command to remove the database from the server completely

     

    Remove-MailboxDatabaseCopy -Identity DB1\MBX1 -Confirm:$False

Resources