|
listlow -> RE: crossorg move-mailbox cmd error (15.Nov.2008 11:56:08 AM)
|
Naddy, Sure thing, here you go the cmdlet for moving in bulk. $s=Get-Credential $t=Get-Credential Get-Content “C:\mailbox.txt” | Get-Mailbox -DomainController hd2k3_32dc01.hdm.old -Credential $s | move-mailbox -TargetDatabase "CN=Mailbox Database,CN=First Storage Group,CN=InformationStore,CN=HD2K8-64EXH01,CN=Servers,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=HDAsia,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=HDAsia,DC=local" -SourceForestGlobalCatalog hd2k3_32dc01.hdm.old -GlobalCatalog hd2k3_32dc02.hdasia.local -DomainController hd2k3_32dc02.hdasia.local -SourceMailboxCleanupOptions none -SourceForestCredential $s -TargetForestCredential $t -Confirm:$false c:\mailbox.txt where it contain all user email addresses in the form of following example. e.g user@domain.com user2@domain.com Answered to your below point :- 1.) Do not have public folder, hence no public folder migration needed. 2.) You're right, the address list is very important and i found out the mailbox database's address list was empty after migration process, therefore I updated the address list and on client machine was able to get back the mailbox. Yet, I found out why was address list empty, it was due to the mailbox was in hidden to cause the stamping process skipped during the move mailbox. 3.) Yes, this could be important for after moved validation of user mailbox. 4.) Yes, the users were successful migrate over to new domain. 5.) thanks for the link. Since the migration process has reach to end and after completed the mailbox migration process, there should be list of verification or user acceptance test should take place to end the whole process. Questions are :- 1.) what normally should verify in such migration? 2.) what user acceptance test should cover beside ensuring user email? 3.) how do we ensure the each migration process? is there a tool or output log which we can capture for verification of each process? Appreciates for the reply.
|
|
|
|