This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
internet:mail:exchange:exchange_storage [2015/02/23 11:58] 127.0.0.1 external edit |
internet:mail:exchange:exchange_storage [2019/02/09 21:13] (current) gcooper |
||
---|---|---|---|
Line 13: | Line 13: | ||
< | < | ||
Move-DatabasePath " | Move-DatabasePath " | ||
+ | </ | ||
+ | |||
+ | ==== Move Mailboxes to Another Database ==== | ||
+ | |||
+ | http:// | ||
+ | |||
+ | 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 " | ||
</ | </ | ||