天天看點

從CSV檔案中遷移使用者郵箱到目标資料庫

為了擠出“白空間”,隻好遷來遷去了。

為了120G的空間,那必須找腳本來實作了。

<a href="http://mikecel79.wordpress.com/2012/10/03/exchange-2010-mailbox-moves-from-csv-file/">http://mikecel79.wordpress.com/2012/10/03/exchange-2010-mailbox-moves-from-csv-file/</a>

至于如何生成CSV檔案,網上更是一大把。

作IT的原則,先測試一下不重要的。OK之後,再正式遷移。

從CSV檔案中遷移使用者郵箱到目标資料庫

My CSV file looks like this.

UserID

TargetDB

User01

MBX01

User02

MBX03

User03

MBX02

The PowerShell script looks like this.