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 [2019/06/05 12:11] gcooper |
internet:mail:exchange:exchange [2020/01/23 10:41] (current) gcooper |
||
---|---|---|---|
Line 5: | Line 5: | ||
See also **[[internet: | See also **[[internet: | ||
- | **Install Exchange 2010**: | + | See also **http:// |
===== Services Status ===== | ===== Services Status ===== | ||
Line 129: | Line 129: | ||
https:// | https:// | ||
- | Recently | + | Show recently |
< | < | ||
Line 140: | Line 140: | ||
< | < | ||
- | New-MailboxRestoreRequest -SourceStoreMailbox < | + | New-MailboxRestoreRequest -SourceStoreMailbox < |
+ | |||
+ | Get-MailboxRestoreRequest | Get-MailboxRestoreRequestStatistics | ||
</ | </ | ||
Line 164: | Line 166: | ||
Always use '' | Always use '' | ||
+ | |||
+ | Cleanup: | ||
+ | |||
+ | < | ||
+ | Get-MailboxRestoreRequest -Status Completed | Remove-MailboxRestoreRequest | ||
+ | </ | ||
===== Mailbox Recovery ===== | ===== Mailbox Recovery ===== | ||
Line 260: | Line 268: | ||
===== Database Recovery ===== | ===== Database Recovery ===== | ||
- | :!: **If you can, restore the restore the mailboxes without restoring from backup**. | + | :!: **If you can, restore the mailboxes without restoring from backup**. |
Here we have **restored the database and log files from backup**: | Here we have **restored the database and log files from backup**: | ||
Line 278: | Line 286: | ||
</ | </ | ||
- | ===== Export | + | ===== Recover |
https:// | https:// | ||
Line 296: | Line 304: | ||
</ | </ | ||
- | :!: To export to PST, you must recover the mailbox first. | + | Cleanup: |
< | < | ||
- | New-MailboxExportRequest | + | Get-MailboxRestoreRequest |
</ | </ | ||
- | Cleanup: | + | ===== Export Mailbox to PST ===== |
+ | |||
+ | :!: To export to PST, you must recover the mailbox first. | ||
< | < | ||
- | Get-MailboxRestoreRequest | + | New-MailboxExportRequest |
+ | |||
+ | Get-MailboxExportRequest | ||
</ | </ | ||