Exchange 2016批量导出,导入pst

  

<李>

准备的2018.1.22mailpst。txt文件,文件名包含要导出的邮箱地址

MailboxAlias   test001@pwrd.com   test002@pwrd.com   test003@pwrd.com   …


<李>

Powershell脚本

mail 美元;,=,Import-Csv  -Path “F: \ scripts \ 2018.1.22mailpst.txt"   #从CSV文件中循环导出pst   Foreach  (user 美元;美元拷贝邮件)   {   ,,,Alias 美元;=,user.MailboxAlias美元   New-MailboxExportRequest  -Mailbox  $ Alias  -ContentFilter  {Received  -gt “1/20/2018"}, -IncludeFolders “已发送邮件“,-FilePath  \ \ 10.12.0.102 \ pst \ pst2018.3.5 \ $ (user.MailboxAlias美元)。pst   }


Exchange 2016批量导出,导入pst