This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
internet:mail:exchange:exchange_storage [2019/02/09 17:30] 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:// | ||
https:// | https:// | ||
+ | |||
+ | Useful commands: | ||
+ | |||
+ | < | ||
+ | Get-MailboxDatabase -Status | select ServerName, | ||
+ | |||
+ | Get-Mailbox -Arbitration | Where {$_.Name -like " | ||
+ | |||
+ | Get-Mailbox -Arbitration -Database " | ||
+ | |||
+ | Get-Mailbox -Arbitration -Database " | ||
+ | |||
+ | Get-MoveRequest | Get-MoveRequestStatistics | ||
+ | |||
+ | Get-Mailbox -Database " | ||
+ | |||
+ | New-MoveRequest -Identity " | ||
+ | |||
+ | Get-Mailbox -Database " | ||
+ | |||
+ | Get-MoveRequest | Remove-MoveRequest -Confirm: | ||
+ | </ | ||
+ | |||
+ | ==== Failed Move ==== | ||
+ | |||
+ | https:// | ||
+ | |||
+ | ==== Delete a Database ==== | ||
+ | |||
+ | < | ||
+ | Get-MailboxDatabase $olddb | Remove-MailboxDatabase | ||
+ | </ | ||
+ | |||
+ | ==== Repair a Mailbox ==== | ||
+ | |||
+ | < | ||
+ | New-MailboxRepairRequest -Mailbox " | ||
+ | </ | ||
===== Exchange 2010 ===== | ===== Exchange 2010 ===== |