To create an administrator account (e.g., MigrationWiz), perform the follow steps when logged into the Exchange Server.
- Open the Exchange Management Console.
- Expand the Recipient Configuration node.
- Right-click on the Mailbox node.
- Click New Mailbox.
- Click Next.
- Click Next.
- Enter "MigrationWiz" as the first name.
- Enter "MigrationWiz" as the user logon name, and optionally select a user principal name (UPN) domain.
- Enter a password and confirm the password.
- Click Next.
- Click Browse to select a Mailbox database.
- Click Next.
- Click New.
- Click Finish.
To grant the account access, perform the following from the Exchange Server machine:
- Open the Exchange Management Shell.
- Enter the following command:
Get-Mailbox -ResultSize Unlimited | Add-MailboxPermission -AccessRights FullAccess -User MigrationWiz
Notes:
- The above command needs to be applied each time a new mailbox is created, since permissions are set directly on each mailbox. The administrative account will not have access until the permissions are applied.
- In the above script, the username "MigrationWiz" should be replaced with the name of the administrative account that was set up, by following the earlier instructions in this article.
- This username is the Administrative Username that needs to be entered under project source or destination settings, within MigrationWiz, when checkmarking the box labeled: Use Administrative Login.