User Tools

Site Tools


internet:mail:exchange:exchange_storage

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
internet:mail:exchange:exchange_storage [2019/02/09 17:39]
gcooper
internet:mail:exchange:exchange_storage [2019/02/09 21:13] (current)
gcooper
Line 16: Line 16:
  
 ==== Move Mailboxes to Another Database ==== ==== Move Mailboxes to Another Database ====
 +
 +http://www.azure365pro.com/how-to-remove-exchange-2013-default-databasesrecommended-way/
  
 https://justaucguy.wordpress.com/2012/10/05/exchange-server-2013-preview-remove-original-database/ https://justaucguy.wordpress.com/2012/10/05/exchange-server-2013-preview-remove-original-database/
Line 30: Line 32:
 Get-Mailbox -Arbitration -Database "Mailbox Database 0205328201" | New-MoveRequest -TargetDatabase "System" Get-Mailbox -Arbitration -Database "Mailbox Database 0205328201" | New-MoveRequest -TargetDatabase "System"
  
-Get-MoveRequest+Get-MoveRequest | Get-MoveRequestStatistics
  
 Get-Mailbox -Database "Mailbox Database 0205328201" Get-Mailbox -Database "Mailbox Database 0205328201"
Line 39: Line 41:
  
 Get-MoveRequest | Remove-MoveRequest -Confirm:$false Get-MoveRequest | Remove-MoveRequest -Confirm:$false
 +</file>
 +
 +==== Failed Move ====
 +
 +https://blogs.technet.microsoft.com/mikehall/2013/08/06/managing-failed-mailbox-move-requests/
 +
 +==== Delete a Database ====
 +
 +<file>
 +Get-MailboxDatabase $olddb | Remove-MailboxDatabase
 </file> </file>
  
internet/mail/exchange/exchange_storage.1549759191.txt.gz · Last modified: 2019/02/09 17:39 by gcooper