Check alle échte Black Friday-deals Ook zo moe van nepaanbiedingen? Wij laten alleen échte deals zien

[Exchange 2013] kan database niet verwijderen

Pagina: 1
Acties:

  • DaVaRiOuS
  • Registratie: September 2001
  • Laatst online: 27-07-2022
Na wat getest te hebben in Exchange 2013 (SP1) wil ik alles even opschonen om verder te testen.
Maar nu loop ik tegen het punt aan dat ik de database niet kan verwijderen.
Bij blijft het volgende aangeven:

This mailbox database contains one or more mailboxes… etc...

Er is hier een hoop over te vinden maar toch lukt het me niet.
Ik heb alles opgeschoond en er zijn geen resultaten meer.

[PS] C:\Windows\system32>Get-Mailbox -Database "Mailbox Database 0063353090" -Archive
[PS] C:\Windows\system32>Get-Mailbox | Where ArchiveDatabase -eq "Mailbox Database 0063353090"
[PS] C:\Windows\system32>Get-Mailbox -Database "Mailbox Database 0063353090" -Arbitration
[PS] C:\Windows\system32>Get-Mailbox -Database "Mailbox Database 0063353090" -PublicFolder

Als ik in de Admin center inlog dan staat er nog 1 mailbox van de gebruiker Administrator.
Ik dacht deze hierin handmatig te verwijderen maar dit wordt geweigerd vanwege de build-in user in AD.

De volledige foutmelding:

This mailbox database contains one or more mailboxes, mailbox plans, archive mailboxes, public folder mailboxes or arbitration 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 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. 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>. It was running the command 'Remove-MailboxDatabase 'CN=Mailbox Database 0063353090,CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=test,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=test,DC=nl' -whatif'.
For more information, visit: http://technet.microsoft....emoveMailboxDatabase.aspx

  • Red Cell
  • Registratie: Februari 2001
  • Laatst online: 12:14
DaVaRiOuS, vraagje. Voordat ik dingen begin te roepen heb ik wat meer details nodig.
1. Is dit een (100%) testomgeving?
2. Waar doel je op met opschonen?

Ik heb namelijk wel een vermoeden wat er aan de hand is.

The mystery of life isn't a problem to solve, but a reality to experience. A process that cannot be understood by stopping it. We must move with the flow of the process. We must join it. We must flow with it. - Jamis


  • DaVaRiOuS
  • Registratie: September 2001
  • Laatst online: 27-07-2022
1. Is geen 100% testomgeving.
2. Exchange moet nu op andere server geïnstalleerd worden.

Ik heb ook nog in ADSI gekeken bij de users en daar staat ook geen link meer naar de database.
Staat allemaal op <not set>.
Dus waar die nu over struikelt... heb werkelijk geen idee.

Het enige wat ik nog als resultaat heb is het volgende:

[PS] C:\Windows\system32>Get-Mailbox -Database "Mailbox Database 0063353090"

Name Alias ServerName ProhibitSendQuota
---- ----- ---------- -----------------
Administrator Administrator server Unlimited
DiscoverySearchMailbox... DiscoverySearchMa... server 50 GB (53,687,091,200 bytes)


[PS] C:\Windows\system32>

Wat ik nu heb gedaan is een 2e database aangemaakt.
De mailbox move-request uitgevoerd. Nu kon ik de database wel verwijderen...
Echter kan ik Exchange nog niet verwijderen... krijg nu de volgende fout.

Error:
Uninstall can't continue. Errors:
This mailbox database is associated with one or more move requests. To get a list of all move requests associated with this database, run Get-MoveRequest -SourceDatabase <Database ID> and Get-MoveRequest -TargetDatabase <Database ID>. To remove a move request, run Remove-MoveRequest <Recipient ID>. It was running the command 'Remove-MailboxDatabase 'CN=db2,CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=test,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=test,DC=nl' -whatif'.
For more information, visit: http://technet.microsoft....emoveMailboxDatabase.aspx

Als ik naar de move request kijk, dan is dat wel goed gegaan.

[PS] C:\Windows\system32>Get-MoveRequest -TargetDatabase "db2"

DisplayName Status TargetDatabase
----------- ------ --------------
Administrator Completed db2
Discovery Search Mailbox Completed db2

Ik heb de move request handmatig verwijderd.
En geprobeerd de database te verwijderen en krijg weer dezelfde foutmelding...

Error:
Uninstall can't continue. Errors:
This mailbox database contains one or more mailboxes, mailbox plans... etc...

Ik denk... alles moet nu goed zijn en dat ziet er ook zo naar uit.
Dus heb dan nog even de mailbox disabled.

[PS] C:\Windows\system32>Get-Mailbox -Database "db2" -Archive
[PS] C:\Windows\system32>Get-Mailbox -Database "db2" -PublicFolder
[PS] C:\Windows\system32>Get-Mailbox -Database "db2" -Arbitration
[PS] C:\Windows\system32>Disable-Mailbox administrator@test.nl

Confirm....

En wat krijgen we weer...

Error:
Uninstall can't continue. Errors:
This mailbox database is associated with one or more move requests. To get a list of all move requests associated with this .....

[PS] C:\Windows\system32>Get-MoveRequest -SourceDatabase "db2"
[PS] C:\Windows\system32>

Er is helemaal geen lopende move request...

Ik word gek! 8)7

[ Voor 230% gewijzigd door DaVaRiOuS op 09-11-2014 17:35 ]


  • DaVaRiOuS
  • Registratie: September 2001
  • Laatst online: 27-07-2022
Het is gelukt!

heb in ADSI de 'database' verwijderd en kan nu Exchange volledig verwijderen.

  • Wim-Bart
  • Registratie: Mei 2004
  • Laatst online: 10-01-2021

Wim-Bart

Zie signature voor een baan.

Wat omslachtig. had je niet gewoon Get-MoveRequest | Remove-MoveRequest kunnen doen. Overigens is het een bug in Exchange 2013 dat deinstallatie niet lukt, althans ik had het zelfde probleem. Ik heb het opgelost door het volgende te doen:

Disable-Mailbox Administrator;
In Exchange instellingen gemaakt dat removed mailboxen direct worden weggegooid.
Daarna een nieuwe gebruiker zonder mailbox aangemaakt in de AD;
De oude Administrator mailbox hier aan gekoppeld;
En toen deze user weg gekiept uit Exchange (dus ook de AD).
Daarna had ik geen mailbox meer in de database die het tegen hield.

Beheerders, Consultants, Servicedesk medewerkers. We zoeken het allemaal. Stuur mij een PM voor meer info of kijk hier De mooiste ICT'er van Nederland.