Exchange批量迁移用户到指定邮箱数据库

Import-Csv -Path d:\user.csv New-MoveRequest –Identity $_.name -TargetDatabase 'mailbox1'
 
CSV文件格式:
name  
user1  
user2  
user3  
user4  
   

猜你喜欢

转载自www.cnblogs.com/victor0/p/13200135.html