【exchange】2010 批量删除邮箱内容
#Windows bat command
#启动exchange shell start C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -noexit -command ". 'C:\Program Files\Microsoft\Exchange Server\V14\bin\RemoteExchange.ps1'; Connect-ExchangeServer -auto"
#获取账户并删除 get-mailbox -identity [匹配用户的表达式] | export-mailbox -deletecontent