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: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:// | ||
https:// | https:// | ||
Line 30: | Line 32: | ||
Get-Mailbox -Arbitration -Database " | Get-Mailbox -Arbitration -Database " | ||
- | Get-MoveRequest | + | Get-MoveRequest |
Get-Mailbox -Database " | Get-Mailbox -Database " | ||
Line 39: | Line 41: | ||
Get-MoveRequest | Remove-MoveRequest -Confirm: | Get-MoveRequest | Remove-MoveRequest -Confirm: | ||
+ | </ | ||
+ | |||
+ | ==== Failed Move ==== | ||
+ | |||
+ | https:// | ||
+ | |||
+ | ==== Delete a Database ==== | ||
+ | |||
+ | < | ||
+ | Get-MailboxDatabase $olddb | Remove-MailboxDatabase | ||
</ | </ | ||