This mailbox database contains one or more mailboxes, mailbox plans, archive mailboxes

Merhaba arkadaşlar bu yazımızda Exchange database silereken aşağıdaki gibi bir hata aldım silmek istediğim DB’de, bu hatayı DB de arşivlenmiş bir mailbox olduğunda kaynaklıydı. Silmek istedim DB de aşağıdaki komutları çalıştırdığımda DB üzerindeki arşivlenmiş DB ortya çıkmıştır ve o mailbox’ı da taşıyarak DB silebilirsiniz.

ÇÖZÜM:

Get-Mailbox | where {$_.ArchiveDatabase -eq “<databaseName>”}

Get-Mailbox -database “exc2013”

Get-Mailbox -database “exc2013” -archive

Get-Mailbox -database “exc2013” -arbitration

Get-Mailbox -database “exc2013” -publicfolder

Get-Mailbox -database “exc2013” -monitoring

HATA:

This mailbox database contains one or more mailboxes, mailbox plans, archive mailboxes, public folder mailboxes or arbitration mailboxes, Audit mailboxes. To get a list of all mailboxes in this database, run the command Get-Mailbox -Database <Database ID>. To get a list of all mailbox plans in this database, run the command Get-MailboxPlan. To get a list of archive mailboxes in this database, run the command Get-Mailbox -Database <Database ID> -Archive. To get a list of all public folder mailboxes in this database, run the command Get-Mailbox -Database <Database ID> -PublicFolder. To get a list of all arbitration mailboxes in this database, run the command Get-Mailbox -Database <Database ID> -Arbitration. To get a list of all Audit mailboxes in this database, run the command Get-Mailbox -Database <Database ID> -AuditLog. To disable a non-arbitration mailbox so that you can delete the mailbox database, run the command Disable-Mailbox <Mailbox ID>. To disable an archive mailbox so you can delete the mailbox database, run the command Disable-Mailbox <Mailbox ID> -Archive. To disable a public folder mailbox so that you can delete the mailbox database, run the command Disable-Mailbox <Mailbox ID> -PublicFolder. To disable a Audit mailbox so that you can delete the mailbox database, run the command Get-Mailbox -AuditLog | Disable-Mailbox. Arbitration mailboxes should be moved to another server; to do this, run the command New-MoveRequest <parameters>. If this is the last server in the organization, run the command Disable-Mailbox <Mailbox ID> -Arbitration -DisableLastArbitrationMailboxAllowed to disable the arbitration mailbox. Mailbox plans should be moved to another server; to do this, run the command Set-MailboxPlan <MailboxPlan ID> -Database <Database ID>.

Bir yanıt yazın