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 18:04]
gcooper
internet:mail:exchange:exchange_storage [2019/02/09 21:13] (current)
gcooper
Line 32: 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 41: 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.1549760643.txt.gz · Last modified: 2019/02/09 18:04 by gcooper