Usage

EVDominoExchangeMigration [-?] -ex ExchangeServer -sm SystemMailbox -eu ExchangeSMTPAddress -du DominoUserName -po ExchangeMailboxPolicy -lf LogFileFolder

where the parameters are as follows:

-ex

The name of the Exchange Server computer that hosts the mailbox you want to process.

-eu

The primary Exchange Server SMTP address of the user whose mailbox you want to process.

-du

The Domino user name of the migrated user (for example, User1/MyOrgName) or the archive ID of the Enterprise Vault archive for the Domino user (for example 1C5D73ABD3B80474396FD566AB2A894031110000myServer.myCorp.com)

-po

The Enterprise Vault Exchange Mailbox policy to apply. Must be one of Default, the name of a policy, or None.

  • Default: The Exchange Mailbox policy to apply when updating the shortcuts. If the user has been provisioned, this is the Mailbox Policy specified in the provisioning group. If the user has not been provisioned, this is the Default Exchange Mailbox Policy.

  • Policy Name: The name of the Exchange mailbox policy to use.

  • None: Do not apply a policy. This option does not correct links in shortcuts but does improve performance. Do not use this option if shortcuts contain links to the archived items.

-lf

The absolute path of the folder that will contain the log files. The folder will be created if it does not exist. For example: C:\Migration\Logs. Note that only a single folder can be created automatically. In the example, the Logs folder would not be created unless C:\Migration already existed.

For example, the following command runs EVDominoExchangeMigration with the following settings:

Exchange Server provisioned mailbox

User12

Exchange Server

myExchange

Primary SMTP address of User12

User12@myCorp.com

Exchange Mailbox policy

The mailbox policy from the user's provisioning group

Domino user name

User12/myCorp

Log file folder

C:\log files

EVDominoExchangeMigration -ex myExchange -eu User12@myCorp.com -po default -du User12/myCorp -lf "C:\log files"