邮箱批量迁移
使用脚本批量迁移邮箱,结果保存在txt文档中,powershell中默认只能保存30条记录,有没有什么参数,可以保存全部记录import-csv d:\1.csv |foreach-object -process {New-MoveRequest -Identity $_.identity -TargetDatabase 'mailbox01' -MRSServer CAS01.contos.com -confirm:$false} | Out-File -Append d:\log.txt
页:
[1]