This topic explains how to use the Transporter Management Console or the Transporter Management Shell to migrate Notes Groups from a Lotus Domino Directory to Active Directory directory service.

Use the first procedure listed below to migrate Notes groups to Active Directory. Use the second procedure to migrate Notes groups to Active Directory using the Transporter Management Shell.

Before You Begin

Create an import organizational unit (OU) container in Active Directory for the Notes Groups that are added during user migration.

Install a Lotus Notes 6.x or 7.x client as a “single user” on a server that is running Microsoft Exchange Server 2007. The client must have a user ID that is listed in the Domino Directory's Access Control List with Reader or higher access.

Verify that the Lotus Notes client can access the Domino Directory (names.nsf) on the Lotus Domino server identified as the Domino Directory server.

To perform these procedures, the account you use must be delegated the following:

  • Exchange Recipient Administrator role

  • Account Operator role for applicable Active Directory containers

Procedures

To use the Transporter Management Console to migrate Notes Groups

  1. In the Transporter Management Console, click Migrate, click Directory, and then click Groups.

  2. You may be prompted to Enter Domino Credential. Type the password associated with the local Lotus Notes client, and then click OK.

  3. Select the group or set of groups that you want to migrate.

  4. In the action pane on the right side of the screen, click Migrate selected Group(s). Figure 1 displays the action pane.

  5. After you review the Introduction screen, click Next.

  6. On the Group Options page, chose whether to merge the migrated group with the existing group, to overwrite the existing group, or to maintain the existing group as-is when you add the migrated group. Click Browse to select the organizational unit (OU) where the new groups will be created. Click Next.

  7. Review the selected options, click Migrate, and then click Finish.

To use the Transporter Management Shell to migrate Notes Groups

  • To use the Transporter Command Shell, use the Move-DominoGroupToAD cmdlet. For example:

      Copy Code
    Move-DominoGroupToAD –Identity 'Notes Canonical Name' PrimaryDirectory 'mergemode' –TargetOU 'OU=orgunit,DC=domain,DC=com'
    

For detailed syntax and parameter information, see Move-DominoGroup.

For More Information