Hey there-
I'm still easing my way into the powershell nation that Microsoft products are becoming. I've run across a problem doing a migration that I'd appreciate your feedback on. It appears to be a bug in the powershell script that drives Move-DominoMailBox.
Here is a sanitized version of the output and command. Any information would be very handy!
PS C:Documents and Settingsdhoelzer> Move-DominoMailbox -SourceIdentity "Mail User ID/Domain.net" -TargetMailboxDatabase "dc-1/First Storage Group/Mailbox
Database" -DominoDirectoryServer "NotesMail" -verbose
VERBOSE: BeginProcessing() with parameter set = Identity
VERBOSE: ProcessRecord() with parameter set = Identity
VERBOSE: /.Begin Progress 0 : Hal Berghel/Berghel.net
VERBOSE: Mailbox items for (Mail User ID/Domain.net) will be migrated to
Exchange Server.
VERBOSE: Attempting to retrieve active directory email address for the user
(Notes:Mail User ID/Domain.net@Domain).
VERBOSE: Attempting to locate the E12 webservice url.
VERBOSE: Attempting to retrieve SMTP address for the user (Notes:Mail
User ID/Domain.net@Domain).
SSL Certificate Error.
Untrusted root for self-signed certificate is found. Would you like to continue
the migration?
Yes No [?] Help (default is "Y"): y
VERBOSE: Loading the exchange folder cache for the user (MUser@Domain.net).
VERBOSE: Loading the UID cache for the user (MUser@Domain.net).
WARNING: Could not create message item (AAA IT Deans Meeting(message.meeting))
for the user (MUser@Domain.net).
WARNING: Could not create message item (IEEE Board Meetings(message.meeting))
for the user (MUser@Domain.net).
VERBOSE: Injection completed.
Move-DominoMailbox : Index was out of range. Must be non-negative and less than
the size of the collection.
Parameter name: index
At line:1 char:19
+ Move-DominoMailbox <<<< -SourceIdentity "Mail User ID/Domain.net" -TargetMai
lboxDatabase "dc-1/First Storage Group/Mailbox Database" -DominoDirectorySer
ver "NotesMail" -verbose
PS C:Documents and Settingsdhoelzer>