天天看點

Exchange 導入、導出為PST檔案指令

單個郵箱導出:

New-MailboxExportRequest -Mailbox "郵箱使用者名" -FilePath "\\192.168.1.2\mail\1.pst"

單個郵箱導入:

New-MailboxImportRequest -Mailbox "郵箱使用者名" -FilePath "\\192.168.1.2\mail\1.pst"

批量導出:

Get-mailbox | export-mailbox –PSTFolderPath d:\mb1

批量導入:

Dir C:\Mailboxes | import-mailbox –PSTFolderPath d:\mb1

 本文轉自 煙台小崔 51CTO部落格,原文連結:http://blog.51cto.com/seawind/1883263

繼續閱讀