Admtv32 Mig Guide
Admtv32 Mig Guide
Abstract
This guide explains how to use the Active Directory® Migration Tool to migrate users, groups,
standalone managed service accounts, and computers between Active Directory domains in
different forests (interforest migration) or between Active Directory domains in the same forest
(intraforest migration). It also shows how to use ADMT to perform security translation between
different Active Directory forests.
Information in this document, including URL and other Internet Web site references, is subject to
change without notice. Unless otherwise noted, the example companies, organizations, products,
domain names, e-mail addresses, logos, people, places, and events depicted herein are fictitious,
and no association with any real company, organization, product, domain name, e-mail address,
logo, person, place, or event is intended or should be inferred. Complying with all applicable
copyright laws is the responsibility of the user. Without limiting the rights under copyright, no part
of this document may be reproduced, stored in, or introduced into a retrieval system, or
transmitted in any form or by any means (electronic, mechanical, photocopying, recording, or
otherwise), or for any purpose, without the express written permission of Microsoft Corporation.
Microsoft may have patents, patent applications, trademarks, copyrights, or other intellectual
property rights covering subject matter in this document. Except as expressly provided in any
written license agreement from Microsoft, the furnishing of this document does not give you any
license to these patents, trademarks, copyrights, or other intellectual property.
© 2014 Microsoft Corporation. All rights reserved.
Active Directory, Microsoft, Windows, and Windows Server are either registered trademarks or
trademarks of Microsoft Corporation in the United States and/or other countries.
The names of actual companies and products mentioned herein may be the trademarks of their
respective owners.
Contents
ADMT Guide: Migrating and Restructuring Active Directory Domains............................................9
Interforest Active Directory domain restructure............................................................................9
Intraforest Active Directory domain restructure..........................................................................10
Terms and definitions................................................................................................................. 11
Active Directory Migration Tool.................................................................................................. 11
Using an include file............................................................................................................... 14
SourceName field............................................................................................................... 14
TargetName field................................................................................................................. 14
TargetRDN, TargetSAM, and TargetUPN fields...................................................................15
Renaming objects............................................................................................................... 15
Using an exclude file........................................................................................................... 16
Using scripts........................................................................................................................... 16
Configuring the Source and Target Domains for SID History Migration........................................52
Migrating Accounts....................................................................................................................... 68
9
target domain environments exist simultaneously. This makes it possible for you to roll back to the
source environment during the migration, if necessary.
Splitting or cloning forests—for example, to accommodate divestiture of an organization—is not
supported. For more information, see Restructuring Limitations (http://go.microsoft.com/fwlink/?
LinkId=121736).
Object preservation Objects are cloned rather than migrated. The User and group
original object remains in the source location to objects are migrated
maintain access to resources for users. and no longer exist in
the source location.
Computer and
managed service
account objects
copied and the original
accounts remain
enabled in the source
domain.
Local profile migration You must use tools such as ADMT to migrate Local profiles are
local profiles. migrated automatically
because the user’s
globally unique
10
Migration Interforest restructure Intraforest restructure
consideration
identifier (GUID) is
preserved.
Closed sets You do not have to migrate accounts in closed You must migrate
sets. For more information, see Background accounts in closed
Information for Restructuring Active Directory sets.
Domains Within a Forest
(http://go.microsoft.com/fwlink/?LinkId=122123).
11
creating option files. Examples of command-line syntax are provided for each task that you must
perform to restructure the domains within the forest.
The following listing shows common options that apply to several migration tasks. Each type of
migration task has a section that lists options that are specific to that task. The section name
corresponds to the task name when you run ADMT at the command line. You can comment out
items with a semicolon. In the following listing, the default values are commented out.
[Migration]
;IntraForest=No
;SourceDomain="source_domain_name"
;SourceOu="source_ou_path"
;TargetDomain="target_domain_name"
;TargetOu="target_ou_path"
;PasswordOption=Complex
;PasswordServer=""
;PasswordFile=""
;ConflictOptions=Ignore
;UserPropertiesToExclude=""
;InetOrgPersonPropertiesToExclude=""
;GroupPropertiesToExclude=""
;ComputerPropertiesToExclude=""
[User]
;DisableOption=EnableTarget
;SourceExpiration=None
;MigrateSIDs=Yes
;TranslateRoamingProfile=No
;UpdateUserRights=No
;MigrateGroups=No
;UpdatePreviouslyMigratedObjects=No
;FixGroupMembership=Yes
;MigrateServiceAccounts=No
;UpdateGroupRights=No
[Group]
12
;MigrateSIDs=Yes
;UpdatePreviouslyMigratedObjects=No
;FixGroupMembership=Yes
;UpdateGroupRights=No
;MigrateMembers=No
;DisableOption=EnableTarget
;SourceExpiration=None
;TranslateRoamingProfile=No
;MigrateServiceAccounts=No
[Security]
;TranslationOption=Add
;TranslateFilesAndFolders=No
;TranslateLocalGroups=No
;TranslatePrinters=No
;TranslateRegistry=No
;TranslateShares=No
;TranslateUserProfiles=No
;TranslateUserRights=No
;SidMappingFile="SidMappingFile.txt"
When you run ADMT at the command line, you do not have to include an option in your command
if you want to accept the default value. In this guide, however, tables that list possible parameters
and values are provided for reference. The tables list the command-line equivalent of each option
that is shown in the corresponding ADMT console procedure, including those options for which
you accept the default value.
You can copy the option file reference into Notepad and save it by using a .txt file name
extension.
As an example, to migrate a small number of computers, you might type each computer name at
the command line, using the /N option, and then list other migration options within an option file
as follows:
ADMT COMPUTER /N "<computer_name1>" "<computer_name2>" /O:"<option_file>.txt"
Where <computer_name1> and <computer_name2> are the names of computers in the source
domain that you are migrating in this batch.
13
Note
Using an include file
When you migrate a large number of users, groups, or computers, it is more efficient to use an
include file. An include file is a text file in which you list the user, group, and computer objects that
you want to migrate, with each object on a separate line. You must use an include file if you want
to rename objects during the migration.
You can list users, groups, and computers together in one file, or you can create a separate file
for each object type. Then, specify the include file name with the /F option, as follows:
ADMT COMPUTER /F "<includefile_name>" /IF:YES /SD:"<source_domain>”
/TD:"<target_domain>" /TO:"<target_OU>"
To specify the names of users, groups, or computers, use one of the following conventions:
The Security Accounts Manager (SAM) account name. To specify a computer name in this
format, you must append a dollar sign ($) to the computer name. For example, to specify a
computer with the name Workstation01, use Workstation01$.
The relative distinguished name (also known as RDN), for example, cn= Workstation01. If
you specify the account as a relative distinguished name, you must specify the source
organizational unit (OU).
The canonical name. You can specify the canonical name as DNS domain
name/ou_path/object_name or ou_path/object_name, for example,
Asia.trccorp.treyresearch.net/Computers/Workstation01 or Computers/Workstation01.
The following sections describe the fields of an include file and provide examples for each field:
SourceName field
The SourceName field specifies the name of the source object. You can specify either an account
name or a relative distinguished name. If you only specify source names, it is optional to define a
header on the first line in the file.
The following example illustrates a header line that specifies the SourceName field. The example
also shows a source object name that is specified in several formats. The second line specifies
an account name. The third line specifies a relative distinguished name.
SourceName
name
CN=name
TargetName field
You can use the TargetName field to specify a base name that is used to generate a target
relative distinguished name, a target SAM account name, and a target user principal name
(UPN). The TargetName field cannot be combined with other target name fields that are
described later in this section.
The target UPN is generated only for user objects, and only a UPN prefix is generated. A
UPN suffix is appended using an algorithm that depends on whether a UPN suffix is
14
Note
defined for the target OU or the target forest. If the object is a computer, the target SAM
account name includes a "$" suffix.
The following example of input generates the target relative distinguished name, target SAM
account name, and target UPN as "CN=newname", "newname," and "newname" respectively.
SourceName,TargetName
oldname, newname
Renaming objects
Use the following format in an include file to rename computer, user, or group objects during
migration:
Use SourceName, TargetRDN, TargetSAM, and TargetUPN as column headings at the top
of the include file. SourceName is the name of the source account, and it must be listed as
the first column heading. The TargetRDN, TargetSAM, and TargetUPN column headings are
optional, and you can list them in any order.
You must specify the account name as user name, relative distinguished name, or canonical
name. If you specify the account name as a relative distinguished name, you must also
specify the source OU.
The following are examples of valid include files in which the rename option is used:
SourceName,TargetSAM
15
Important
abc,def
This include file entry changes the TargetSAM account name for user "abc" to "def." The
TargetRDN and the TargetUPN, which are not specified in this include file, do not change as a
result of the migration.
SourceName,TargetRDN,TargetUPN
abc,CN=def,[email protected]
This include file entry changes the TargetRDN for user abc to CN=def and the TargetUPN to
[email protected]. The TargetSAM for user abc does not change as a result of the migration.
You must specify CN= before using an RDN value.
MSA_USER6$
Then, specify the name of the exclude file when you run the admt command. For example:
admt managedserviceaccount /ef:”exclude file name”
Optionally, you can exclude specific accounts by using the /en parameter:
admt managedserviceaccount /en:”managed service account 1” “managed service account 2”
Using scripts
The sample scripts that are provided in this guide refer to the symbolic constants that are defined
in a file named AdmtConstants.vbs. The listing that follows shows the ADMT constants Microsoft
Visual Basic® Scripting Edition (VBScript) file. The constants are also provided in the ADMT
installation folder, in the TemplateScript.vbs file, in the %systemroot%\WINDOWS\ADMT
directory.
To use the sample scripts in the guide, copy the ADMT constants VBScript file into Notepad and
save it as AdmtConstants.vbs. Be sure to save it in the same folder where you plan to save the
sample scripts that are provided in this guide.
Option Explicit
'----------------------------------------------------------------------------
'----------------------------------------------------------------------------
16
' PasswordOption constants
Const admtNoExpiration = -1
Const admtTranslateReplace = 0
Const admtTranslateAdd = 1
Const admtTranslateRemove = 2
17
' Report Type
Const admtReportMigratedAccounts = 0
Const admtReportMigratedComputers = 1
Const admtReportExpiredComputers = 2
Const admtReportAccountReferences = 3
Const admtReportNameConflicts = 4
Const admtNone = 0
Const admtData = 1
Const admtFile = 2
Const admtDomain = 3
18
The computers that can be migrated can run any supported version of Windows, including
Windows 8.1.
You can use any version of SQL Server for the ADMT database.
Standalone managed service accounts Can be migrated by using use the Managed
Service Account Migration Wizard or the admt
Note
managedserviceaccount command.
Group Managed Service Accounts
cannot be migrated.
Important
The User Principal Name (UPN) is
changed when a user is migrated,
which prevents Authentication
Mechanism Assurance from working.
To work around this issue, you need to
keep a record of the UPNs of user
accounts that are enabled for
Authentication Mechanism Assurance
and migrate them using an include file.
In an include file, you can specify the
targetUPNs for these users to be
migrated. This way you can override
the UPNs in that target domain with the
original UPNS from the source domain.
For more information about using an
include file, see Use an Include File.
19
Change History
Date Revision
20
Have a recovery plan, and ensure that your recovery plan works during the test phase of your
migration.
Decrypt files that have been encrypted by means of Encrypting File System (EFS). Failure to
decrypt encrypted files will result in loss of access to encrypted files after migration. Be sure
to communicate to end users that they must decrypt any encrypted files or they will lose
access to those files.
Ensure that the system time is synchronized in each domain from which objects are migrated.
Kerberos authentication fails if time is skewed.
21
Important
It is important to verify that local profile translation has succeeded before users attempt to
log on to the target domain. If users log on to the target domain by using their new target
accounts and their profiles have not translated successfully, those users must be
migrated again from the source domain to the target domain. For more information about
the steps to follow if local profile translation fails, see Troubleshooting Security
Translation Issues.
22
Note
23
Migrating Accounts
Migrating Resources
Completing the Migration
Task Reference
Review the Active Directory Migration Tool (ADMT) Installing ADMT in the Target Domain
preinstallation instructions.
24
Task Reference
Note
This registry setting corresponds to the
Allow cryptography algorithms
compatible with Windows NT 4.0 setting in
Group Policy.
For any migration tasks that use agent deployment For more information about making this
and where Windows Firewall is in use, enable the change in Windows Firewall, see Enable
File and Printer Sharing exception. This can include or Disable the File and Printer Sharing
migration for the following situations: Exception (http://go.microsoft.com/fwlink/?
Migrating workstation computers and member LinkID=119315).
servers that are running Windows Server 2003
or Windows XP or later.
Migrating security settings or performing security
translation
Prepare the source and target domains. This task Installing ADMT in the Target Domain
has the following subtasks: Planning to Restructure Active Directory
Install 128-bit encryption software. Domains Between Forests
Establish trusts that are required for migration.
Establish migration accounts for your migration.
Configure the source and target domains for
security identifier (SID) history migration.
Configure the target domain organizational unit
(OU) structure.
Install ADMT in the target domain.
Specify service accounts for your migration.
Specify and transition service accounts using either Transitioning Service Accounts in Your
the Service Account Migration Wizard or ADMT Migration
command-line tools. You can use the admt service
command-line tool to specify service accounts in the
25
Task Reference
Migrate global groups using either the Group Migrating Global Groups
Account Migration Wizard or the admt group
command-line tool.
Migrate standalone managed service accounts, user Migrating Accounts While Using SID
accounts, and workstation accounts with their SID History
histories in batches. You can use either the User Migrating Managed Service Accounts
Account Migration Wizard or the admt user
Migrating All User Accounts
command-line tool to migrate user accounts. You can
use the Managed Service Account Migration Wizard
or admt managedserviceaccount command-line
tool to migrate standalone managed service
accounts. Group managed service accounts cannot
be migrated.
Migrate resources, such as member servers and Remigrating User Accounts and Migrating
domain local groups. You can use either the Workstations in Batches
Computer Account Migration Wizard or the admt
computer command-line tool to migrate computer
accounts. You can use the Group Account Migration
Wizard or the admt group command-line tool to
migrate groups.
Translate security on servers to add the SIDs of the Translating Security in Add Mode
user and group accounts in the target domain to the
access control lists (ACLs) of the resources. You can
use either the Security Translation Wizard or the
admt security command-line tool.
Repeat a migration of user accounts, workstation Remigrating User Accounts and Migrating
computers, and member servers, including Workstations in Batches
translating local user profiles to user and computer
objects that you migrated earlier.
Migrate domain local groups using either the Group Migrating Domain and Shared Local
Account Migration Wizard or the admt group Groups
command-line tool.
Complete postmigration tasks. This task has the Translating Security on Your Member
following subtasks: Servers
26
Task Reference
27
Background Information for Restructuring
Active Directory Domains Between Forests
Applies to: Active Directory Migration Tool 3.2 (ADMT 3.2)
The migration process between forests is not considered to be destructive because the migration
objects continue to exist in the source domain until the source domain is decommissioned.
Because the source and target domain environments exist simultaneously during the migration,
you have the option to roll back to the source environment if migration fails for any reason, for
example, if a particular object does not migrate or access is not maintained or preserved in the
target domain after you perform the migration. You can use the Active Directory Migration Tool
(ADMT) to migrate accounts and resources between domains while preserving user and object
permissions. During the interforest restructure process, users have continuous access to required
resources. Furthermore, you can move users, groups, and resources independently of each
other.
The remaining sections in this topic explain the account and resource migration process .
28
When user accounts are migrated between Active Directory domains in different forests, the
original account remains in place in the source domain and a new account is created in the target
domain. Because the security identifier (SID) of a security principal (user or group) always
contains an identifier for the domain in which the security principal is located, a new SID is
created for the user in the target domain. Because ADMT can migrate the SID of the original
security principal to the security principal in the target domain, you do not have to perform
additional tasks to ensure resource access unless you are using SID filtering between the forests.
If you are using Group Policy to manage folder redirection or software distribution, ensure that
these policies continue to apply when you migrate user accounts to a new forest. Also, if you are
using a Group Policy object (GPO) to grant or deny remote access in the source domain and not
the target domain, ADMT cannot determine which remote access to assign to the user.
If you are using Group Policy to manage folder redirection, Offline Files does not work after the
user account is migrated to a new forest. Offline Files stores the SID of the user as owner; the
SID changes when the user account is migrated. To restore ownership of Offline Files, use the
ADMT Security Translation Wizard to replace the permissions on the files and folders on the
client computer that contains the offline files cache.
To ensure that users continue to have access to Offline Files after you migrate user accounts to
the target domain, you can do the following:
1. Translate security on client computers to update the Offline Files.
2. If the SID history of the user account was not migrated to the target domain, translate security
on the server that hosts redirected folders.
If you are using folder redirection, one of the following occurs:
If the folder redirection path is different in the new environment, users can access the folder if
the SID history of the user account was migrated to the target domain. The folder redirection
extension copies the files from the original location in the source domain to the new location
in the target domain. SID history enables the user account to access the source folders.
If the folder redirection path is the same in the new environment, users cannot access the
redirected folder because folder redirection will check ownership of the redirected folder and
fail. You must then translate security on the redirected folder on the server.
If you are using Group Policy to manage software installation and the Windows Installer package
requires access to the original source for operations such as repair and remove, you must
translate security on the software distribution point after you migrate users to ensure that software
installation continues to function properly in the target domain.
29
The migration of workstations and member servers is a straightforward process. The local groups
that you create to assign permissions to users are located in the local Security Accounts Manager
(SAM) database, and they are moved when you move the server. You do not have to reconfigure
access control lists (ACLs) so that users can access resources after the migration.
To migrate domain controllers between domains, remove Active Directory Domain Services
(AD DS) from the domain controller, migrate it as a member server to the target domain, and then
reinstall AD DS.
30
Determining Your Account Migration Process
Applies to: Active Directory Migration Tool 3.2 (ADMT 3.2)
With the Active Directory Migration Tool (ADMT), you can use security identifier (SID) history to
maintain resource permissions when you migrate accounts. However, if SID filtering is enabled
between your source and target domains and you do not trust the administrators in the source
domain, you cannot disable SID filtering. Nor can you use SID history to enable access to
resources in the source domain. In this case, you must use a different migration process.
You can choose one of the following three methods to migrate accounts between forests while
maintaining user rights to access resources in the source domain:
Migrate user accounts while using SID history for resource access. With this method, you
remove SID filtering on the trusts between the domains to enable users to access resources
in the source domain by means of their SID history credentials.
If you have a forest trust in place, you remove SID filtering on the forest trust. (You can
also override the forest trust by creating an external trust so that the domain that holds
the resources trusts the target domain and then removing SID filtering on the external
trust.)
If you do not have a forest trust in place, you establish external trusts between the source
and target domains. You then have to remove SID filtering on the external trusts.
For more information about this process, see Migrating Accounts While Using SID History,
later in this guide.
31
Migrate all users, groups, and resources to the target domain in one step. For more
information about this process, see Migrating Accounts While Using SID History, later in this
guide.
Migrate user accounts without using SID history for resource access, but translate security for
all resources before the migration process to ensure resource access. For more information
about migrating accounts without using SID history, see Migrating Accounts Without Using
SID History, later in this guide.
To determine which account migration process is best for your organization, you must first
determine if you can disable SID filtering and migrate accounts while using SID history for
resource access. You can safely do this if the administrators of the source domain fully trust the
administrators of the target domain. You might disable SID filtering if one of the following
conditions applies:
The administrators of the trusting domain are the administrators of the trusted domain.
The administrators of the trusting domain trust the administrators of the trusted domain and
are confident that they have secured the domain appropriately.
If you disable SID filtering, you remove the security boundary between forests, which otherwise
provides data and service isolation between the forests. For example, an administrator in the
target domain who has service administrator rights or an individual who has physical access to a
domain controller can modify the SID history of an account to include the SID of a domain
administrator in the source domain. When the user account for which the SID history has been
modified logs on to the target domain, it presents valid domain administrator credentials for, and
can obtain access to, resources in the source domain.
For this reason, if you do not trust the administrators in the target domain or do not believe that
the domain controllers in the target domain are physically secure, enable SID filtering between
your source and target domains, and migrate user accounts without using SID history for
resource access.
The following illustration shows the decision process involved in determining which migration
process is appropriate for your organization.
32
Using SID History to Preserve Resource
Access
Applies to: Active Directory Migration Tool 3.2 (ADMT 3.2)
The best practice for granting access to resources is to use global groups to arrange users, and
domain local groups to protect resources. Place global groups into a domain local group to grant
the members of the global group access to the resource. A global group can only contain
members from its own domain. When a user is migrated between domains, any global groups to
which the user belongs must also be migrated. This ensures that users can continue to access
resources that are protected by discretionary access control lists (DACLs) referring to global
groups. After migrating an account and maintaining the security identifier (SID) history of the
source domain account, when a user logs on to the target domain, both the new SID and the
original SID from the SID history attribute are added to the access token of the user. These SIDs
determine the local group memberships of the user. The SIDs of the groups of which the user is a
member are then added to the access token, together with the SID history of those groups.
33
Resources within the source and target domains resolve their access control lists (ACLs) to SIDs
and then check for matches between their ACLs and the access token when granting or denying
access. If the SID or the SID history matches, access to the resource is granted or denied,
according to the access specified in the ACL. If the resource is in the source domain and you
have not run security translation, it uses the SID history of the user account to grant access.
You can also preserve the original SID for global groups and universal groups in the SID history
of the global group or universal group in the target domain. Because local group memberships
are based on SIDs, when you migrate the SID to the SID history of the global group or universal
group in the target domain, the local group memberships of the global group or universal group
are preserved automatically.
SID history is used for the following:
Roaming user profile access
Certification authority access
Software installation access
Resource access
If you are not using SID history for resource access, you still have to migrate SID history to
facilitate access to those items.
34
Assigning Object Locations and Roles
Applies to: Active Directory Migration Tool 3.2 (ADMT 3.2)
Create an object assignment table that lists the roles and locations for all the objects that you are
migrating. Create one table for account objects, such as users, groups, and service accounts,
and one table for resource objects, such as workstations, profiles, and domain controllers. In your
tables, list the source and target locations for all objects to be migrated.
Before you create your account object assignment table, determine whether the domain
organizational unit (OU) structures for the source and target domains are the same. If they are
not the same, you must identify the source and target OU in your object assignment tables.
For a worksheet to assist you in creating an account object assignment table, see "User and
Group Object Assignment Table" (DSSREER_1.doc) in the
Job_Aids_Designing_and_Deploying_Directory_and_Security_Services download of the Job Aids
for Windows Server 2003 Deployment Kit (http://go.microsoft.com/fwlink?LinkId=14384).
The following illustration shows an example of an object assignment table for users and groups.
To create a resource object assignment table, identify the source and target OU for each object
and note the physical location and role in the target domain. For a worksheet to assist you in
creating a resource object assignment table, see "Resource Object Assignment Table"
35
(DSSREER_2.doc) in the Job_Aids_Designing_and_Deploying_Directory_and_Security_Services
download of the Job Aids for Windows Server 2003 Deployment Kit
(http://go.microsoft.com/fwlink?LinkId=14384).
The following illustration shows an example of a resource object assignment table.
36
After your testing is complete, you can proceed with migrating small pilot groups and then
gradually increase the size of each batch of migration objects in your production environment.
Use the following process to test the migration of your account object and resource objects:
1. Create a test user in the source domain. Include this test user with your migrations.
2. Join that user to the appropriate global groups to enable resource access.
3. Log on to the source domain as the test user, and verify that you can access resources as
appropriate.
4. After you migrate the user account, translate the user profile, and migrate the workstation of
the user, log on to the target domain as the test user, and verify that the user has retained all
necessary access and functionality. For example, you might test to verify that:
The user can log on successfully.
The user has access to all appropriate resources, such as file and print shares; access to
services such as messaging; and access to line-of-business (LOB) applications. It is
especially important to test access to internally developed applications that access
database servers.
The user profile was successfully translated, and the user retains desktop settings,
desktop appearance, shortcuts, and access to the My Documents folder. Also, verify that
applications appear in and start from the Start menu.
You cannot migrate every user property when you migrate user accounts. For more
information about user properties that cannot be migrated, see Migrate User Accounts,
later in this guide.
After you migrate resources, log on as the test user in the target domain, and verify that you can
access resources as appropriate.
If any steps in the test process fail, identify the source of the problem, and determine whether you
can correct the problem before the object has to be accessible in the target domain. If you cannot
correct the problem before access to the object is required, roll back to your original configuration
to ensure access to the user or resource object. For more information about creating a rollback
plan, see Creating a Rollback Plan, later in this guide.
As part of your test plan, create a migration test matrix. Complete a test matrix for each step that
you complete in the migration process. For example, if you migrate 10 batches of users, complete
the test matrix 10 times, once for each batch that you migrate. If you migrate 10 member servers,
complete the test matrix for each of the 10 servers.
For a worksheet to assist you in creating a test matrix, see Migration Test Matrix
(DSSREER_3.doc) in the Job_Aids_Designing_and_Deploying_Directory_and_Security_Services
download of the Job Aids for Windows Server 2003 Deployment Kit
(http://go.microsoft.com/fwlink?LinkId=14384).
The following illustration shows an example of a completed migration test matrix.
37
Creating a Rollback Plan
Applies to: Active Directory Migration Tool 3.2 (ADMT 3.2)
Reduce the risk of disrupting end users in your organization by establishing a rollback plan. In
general, it is possible to isolate and resolve any problems that occur during each phase of the
migration. However, it is important to analyze potential risks and identify the levels of user impact
38
Note
and downtime that might necessitate rolling back the migration. You might be required to roll back
your migration if any of the following occur:
Users cannot log on to their accounts after migration.
Users cannot access resources after migration.
User migration is incomplete; for example, passwords did not migrate.
User migration was successful, but user workstation migration or local profile translation
failed.
If user impact or downtime reaches a level that you have defined as unacceptable in your
organization, you can implement your rollback plan and continue to operate in your premigration
environment. Because the source domain remains intact during the restructure, you can restore
the original environment by completing a few key steps.
To roll back to the premigration environment after migrating account objects:
1. Enable the user accounts in the source domain (if you disabled the accounts during the
migration process).
2. Notify the users to log off from the target domain.
3. Notify the users to log on to the source domain.
4. Verify that users can access resources.
5. Verify that the logon scripts and user profiles for users work as configured in the source
domain.
The rollback process for resource objects is similar to that for account objects. To roll back to the
premigration environment after migrating resource objects:
1. Change the domain membership for the server or workstation to the source domain.
2. Restart the server or workstation.
3. Log on as a user and verify that you can access the resource.
If you have to modify objects, such as member servers or domain controllers, to
migrate them to the target domain, back up all the data before you make the
modifications and perform the migration.
39
Administering user accounts
During the migration process, user accounts exist in both the source and the target domains.
Administer changes to user accounts in the domain in which the user object is active. Continue to
administer changes to group memberships in the source domain while the migration is taking
place. Use the Migrate and merge conflicting objects option in the Active Directory Migration
Tool (ADMT) to remigrate user accounts as often as necessary during the migration process. This
ensures that changes that are made to the account in the source domain are propagated to the
account in the target domain. This operation merges the existing account and the new account so
that administration of the object can continue in the source domain for the duration of the
migration process.
The Migrate and merge conflicting objects option applies the following guidelines when an
account is migrated:
If you change an attribute in the target domain and it is not used in the source domain, it is
not overwritten with the NULL value from the source domain.
If you change an attribute in the target domain and it is used in the source domain, it is
overwritten with the value from the source domain.
If the user has group memberships, the memberships are merged from the source
memberships and the target memberships.
If this is not the desired behavior, you can configure ADMT to exclude attributes from being
migrated, so that attributes in the target domain are retained.
For example, suppose that after migrating a user, you set attributes on the new user object in the
target domain, such as a telephone number or office number. You remigrate the user by using the
Migrate and merge conflicting objects option in ADMT, and the new information is retained in
the target domain. If you changed the group memberships for the user in the source domain, the
changes are propagated to the target domain when you perform the remigration.
Some attributes are excluded from the migration. These attributes include the following:
Attributes that are always excluded by the system
Attributes that are in the system attribute exclusion list
Attributes that are configured by the administrator to be excluded
40
pwdLastSet
userPassword
member
userPrincipalName
manager
managedBy
isCriticalSystemObject
legacyExchangeDN
lastLogonTimestamp
dNSHostName
msDS-AuthenticatedAtDC
Roaming profiles User profiles are stored If you are migrating roaming
centrally on servers. Profiles profiles that are used on
are available to the user, Windows Vista or later, prepare
regardless of the workstation in the roaming profiles for
use. migration. For more
information, see Preparing for
migration of roaming profiles
with computers that run
Windows Vista and later
versions of Windows.
During user account migration,
select Translate roaming
profiles on the User Options
page in the User Account
Migration Wizard. Then,
translate local user profiles for a
batch of users immediately after
you migrate those users.
Local profiles User profiles are stored locally Translate local profiles as a
on the workstation. When a separate step from the user
user logs on to another account migration process.
workstation, a unique local Select User profiles option on
42
Type Description Migration Requirements
Profiles not managed Same as local profiles. Users lose their existing profiles
when their user accounts are
migrated.
Hardware refresh User state information is stored Migrate as a separate step from
locally on the workstation. the user account migration.
Migrate the profiles to the
user’s new computer by means
of a tool such as USMT.
43
SYSTEM – Full Control
user_name - Full Control
Owner = user_name
Therefore, only the owner of the profile, and the local system on which the share resides, are able
to access the <profilename> or <profilename>.V2 folder. When the folder is assigned those
default permissions, ADMT cannot access the folder for security translation.
To configure the folder permissions in order to allow ADMT to migrate the roaming profile, you
can enable a Group Policy setting for the domain:
Computer Configuration\Policies\Administrative Templates\System\User Profiles\Add the
Administrators security group to the roaming user profiles
If this setting enabled and propagated before the first logon of the user (before the roaming profile
is created), then the roaming profile directory will have an added permission that grants Full
Control to members of the Administrators group of the share host (host.name.fqdn in this
example).
After this setting is enabled, migrations can be performed as long as the user who runs ADMT is
included in the Administrators group of the share.
The user who runs ADMT user needs Full Control access on the roaming profile folders. To
achieve that, you can try one of the following options:
1.
2. Create a script (for example, using Windows PowerShell) that performs that following:
a. Executes as SYSTEM on the share computer (host.name.fqdn in the example)
b. Adds the Administrators security group to the ACL set of the profile folders – propagating
to all subfolders and files
c. Adds the Administrators security group with Full Control to the ACL set of the profile
folders and have the permission inherited to all subfolders and files.
3. Create a script (for example, using Windows PowerShell) that performs that following:
a. Runs in the context of each roaming user (for example, as a logon task).
b. Adds the Administrators security group with Full Control to the ACL set of the profile
folders and have the permission inherited to all subfolders and files.
44
is scheduled. If your organization maintains an intranet, publish the account migration schedule
and the information that is contained in the user mail on an easily accessible Web page.
Include the following information in your end-user communication.
General information
Alert users to the fact that their user accounts are scheduled to be migrated to a new domain.
Point users to a Web page or internal resource where they can find additional information and
view a migration schedule.
Inform users of their new domain name. Be sure to let them know that their account passwords
will not change. Let users know that the original domain account will be disabled immediately
following the migration and the disabled account will be deleted after a specified period of time.
This is not necessary if the users log on with user principal names (UPNs).
Impact
Make sure that users understand that when their account is migrated, they might be unable to
access some resources, such as Web sites, shared folders, or resources that individuals in their
group or division do not widely use.
Provide information to users about whom to contact for assistance in regaining access to required
resources.
Premigration steps
Alert users to any steps that they must complete before the migration process begins. For
example, they must decrypt files encrypted by means of Encrypting File System (EFS). Failure to
decrypt encrypted files will result in loss of access to encrypted files following the migration.
Users must also ensure that their computers are connected to the network when their account is
scheduled to be migrated.
Expected changes
Describe other changes that users can expect to experience after the migration, such as changes
in use of smart cards, secure e-mail, or instant messaging, if applicable.
45
Scheduling and support information
Provide information about where users can go to find more information For example, they can
visit an internal Web site where you post information about the migration. Also, provide
information about whom to contact if a user has a conflict with the date scheduled for the
migration.
46
The computer on which the Active Directory Migration Tool (ADMT) is installed requires 128-bit
high encryption. This encryption is standard on computers that are running Windows 2000 Server
Service Pack 3 (SP3) or later.
47
account. For example, a migration account that you use to migrate user accounts along with the
security identifier (SID) history, global groups along with SID history, computers, and user profiles
has local administrator or domain administrator credentials in the source domain. The migration
account also has delegated permission on the user, managed service account, group, and
computer organizational units (OUs) in the target domain, with the extended right to migrate SID
history on the user OU. The user must be a local administrator on the computer in the target
domain on which ADMT is installed. A migration account that you use to migrate workstations and
domain controllers must have local administrator or source domain administrator credentials on
the workstations or the account must have source domain administrator credentials on the
domain controller, or both.
In the target domain, it is necessary to use an account that has delegated permissions on the
computer OU and the user OU. You might want to use a separate account for the migration of
workstations if this migration process is delegated to administrators that are in the same location
as the workstations.
The following table lists the credentials that are required in the source and target domains for
different migration objects.
User/managed service Delegated Read all user Delegated Create, delete, and
account/group without SID information permission on manage user accounts, Create,
history the user OU or group OU delete, and manage groups, and
and domain administrator Modify the membership of a
credential group for the user OU or the
group OU and local administrator
on the computer where ADMT is
installed.
User/managed service Delegated Read all user Delegated permission on the user
account/group with SID information permission on OU or the group OU, extended
history the user OU or group OU permission to migrate SID history,
and domain administrator and local administrator on the
credential computer on which ADMT is
installed.
Note
If the computer has a
managed service account
48
To create an account migration group when a one-way trust exists in which the source
domain
Migration trusts the target domain
object Credentials necessary in Credentials necessary in target
source domain domain
Note
You might need to
complete additional
preparation steps if you
migrate roaming profiles
for computers that run
Windows Vista or later.
For more information, see
Preparing for migration of
roaming profiles with
computers that run
Windows Vista and later
versions of Windows.
The following procedures provide examples for creating groups or accounts to migrate accounts
and resources. Procedures differ according to whether a one-way trust or a two-way trust exists
The procedure for creating migration groups when a one-way trust exists is more complex than
the procedure for when a two-way trust exists. This is because, with a one-way trust, you must
add the migration group to the local Administrators group on local workstations.
The sample procedure for creating migration groups when a one-way trust exists involves
creating separate groups for migrating accounts and resources. However, you can combine
acct_migrators and res_migrators into one group, if you do not need to separate them to delegate
different sets of permissions.
49
To create a resource migration account
group whenwhena one-way
a two-way trust
trust
exists
exists
in between
which the
the
source
source
domain
and
3. Iftarget
youtrusts
domains
are the target
migrating domain
SID history, and you did not place the acct_migrators group in the
Domain Admins group, grant the acct_migrators group the Migrate SID History extended
permission on the target domain object. To do this, follow these steps:
a. Start Active Directory Users and Computers, right-click the domain object, and then
click Properties.
b. Click the Security tab, click Add, and then select acct_migrators.
If the Security tab does not appear, in Active Directory Users and Computers, click
View, and then click Advanced Features.
c. In Permissions for acct_migrators, click Allow for the Migrate SID History
permission.
4. In the source domain, add the acct_migrators group to the Builtin\Administrators group.
5. On each computer on which you plan to translate local profiles, add the acct_migrators
group to the local Administrators group.
50
Note
To enable
create aTCP/IP
local group
client in
support
the source
on the
domain
sourcetodomain
support
PDC
auditing
emulator
Role Migration task
Users who are assigned the role of SQL Server sysadmin hold all ADMT database administration
roles. They have the credentials to do the following:
Display database roles and users who hold those roles
Add groups or users to roles
Remove groups or users from roles
By default, the local Administrators group is assigned the role of sysadmin and can perform all
ADMT database functions.
1. On the domain controller in the source domain that holds the PDC emulator operations
master (also known as flexible single master operations or FSMO) role, click Start, and
51
To enable auditing in Windows Server 2008 and later domains
then click Run.
2. In Open, type regedit, and then click OK.
Caution
Incorrectly editing the registry may severely damage your system. Before making
changes to the registry, you should back up any valued data on the computer.
You can also use the Last Known Good Configuration startup option if you
encounter problems after you make changes.
3. In Registry Editor, navigate to the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\LSA
4. Modify the registry entry TcpipClientSupport, of data type REG_DWORD, by setting the
value to 1.
5. Close Registry Editor, and then restart the computer.
52
To configure the target domain OU structure for administration
The Active Directory design team creates the organizational unit (OU) structure for the target
domain. This team also defines the groups that are responsible for the administration of each OU
and the membership of each group. You can use that information and the following procedure to
configure the target domain for administration.
Installing ADMT
ADMT can be downloaded from the Microsoft Connect (http://go.microsoft.com/fwlink/?
LinkId=401534) site. It requires a preconfigured instance of SQL Server for its underlying data
store. If you use SQL Server Express, the ADMT console must be installed and run locally on the
server that hosts the SQL Server Express database instance. If you use a full version of SQL
Server, you can install and run the ADMT console on a remote computer, and you can run
multiple ADMT consoles on different remote computers.
The rest of this section covers the following installation issues:
Prerequisites for installing ADMT
Install ADMT
53
To install ADMT
Although ADMT does not support an upgrade from a previous version, you can reuse an
existing database from a previous ADMT installation, unless it is a database from ADMT v2 or
ADMT v1. For more information, see Reuse an existing ADMT database from a previous
installation.
ADMT must not be installed on a server that runs Server Core or a read-only domain
controller (RODC).
Configure a SQL Server database installation with an ADMT instance. You can either
download and install SQL Server Express locally or create a database instance for ADMT
from an existing SQL Server database.
For more information about creating an ADMT instance on an existing SQL Server database,
see Install ADMT by Reconfiguring a Database Installation with Admtdb.exe.
Install ADMT
Download SQL Server Express, or create a new database instance on an existing SQL Server
installation to use with ADMT. During the SQL Server installation, select Windows
Authentication Mode. After you install SQL Server, use the following procedure to install ADMT.
Membership in Administrators, or equivalent, is the minimum required to complete this
procedure. Review details about using the appropriate accounts and group memberships at Local
and Domain Default Groups (http://go.microsoft.com/fwlink/?LinkId=83477).
For more information about this stored procedure call, see SQL Server documentation. For more
information about how to use SQL Server Management Studio to detach the database, see How
to: Detach a Database (SQL Server Management Studio (http://go.microsoft.com/fwlink/?
LinkId=183994).
Syntax Description
55
To reuse a local database after you configure a remote instance of a SQL Server
database
Syntax Description
Note
Before you upgrade the ADMT
database, first open the ADMT console
to verify that it is compatible with the
database.
admtdb attach [/{a|attach}: "v3x database Attaches an existing ADMT database to the
path" local SQL Server Express instance.
The /attach parameter, which is required,
specifies the path to a detached Admt.mdf
database file.
To see Help for all Admtdb.exe command-line options, at the command prompt, type admtdb /?.
If you began the migration by using a local SQL Server Express database and then configured a
remote instance of a SQL Server database, and you need to switch back to using a local
SQL Server Express database, complete the following procedure. In this case, the ADMT
database file is already attached to the SQL Express instance. Therefore, there is no need to
explicitly reattach it.
If you began the migration by using SQL Server and you want to switch to SQL Server Express,
see Reuse an existing ADMT database from a previous installation.
Membership in Administrators, or equivalent, is the minimum required to complete this
procedure. Review details about using the appropriate accounts and group memberships at Local
and Domain Default Groups (http://go.microsoft.com/fwlink/?LinkId=83477).
1. On the local computer, click Start, point to Administrative Tools, and then click
Services.
2. In the Details pane, ensure that the service hosting the SQL Server Express instance is
running and that the Startup Type is set to Automatic.
56
Note
To use an existing (detached) ADMT database with a local SQL Server instance
If the service is not started or if it is not set to start automatically at system startup, click
Started, right-click the name of the service, and then click Properties.
3. On the General tab, in the Startup Type list, click Automatic.
4. Under Service Status, click Start, and then click OK.
5. Close Services.
6. At the command prompt, type the following commands:
Note
The admtdb attach command is necessary only if you previously ran SQL
commands to detach the local SQL Server Express instance.
admtdb attach /{s | Server}:”Local SQL Server Express
instance”
admt config setdatabase /s:Server\Instance.
You can now use the local database.
1. On the local computer, click Start, point to Administrative Tools, and then click
Services.
2. In the details pane, ensure that the service hosting the SQL Server Express instance is
running and that the Startup Type is set to Automatic.
If the service is not started or if it is not set to start automatically at system startup, click
Started, right-click the name of the service, and then click Properties.
3. On the General tab, in the Startup Type list, click Automatic.
4. Under Service Status, click Start, and then click OK.
5. Close Services.
6. At the command prompt, type the following commands:
admtdb attach /{s | Server}:”Local SQL Server Express
instance” /{a | Attach}:”Path to ADMT v3.x database file to
attach"
admt config setdatabase /s: server\instance
You can now use the existing ADMT database with the local SQL Server instance. It is
57
Note
To create an encryption key
not necessary to run the ADMT installation wizard again. ADMT installation can be run
only once. You can perform any subsequent database configuration changes by using the
admtdb.exe and admt config setdatabase commands.
To use the Password Export Server with the new ADMT installation, you need to generate
a new encryption key. For more information, see Enabling Migration of Passwords.
At a command line, type the following command, and then press ENTER:
admt key /option:create /sourcedomain:<SourceDomain> /keyfile:<KeyFilePath>
/keypassword:{<password>|*}
Value Description
Value Description
name.
After you create the encryption key, configure the PES service on a domain controller in the
source domain.
ADMT provides the option to run the PES service under the Local System account or by using the
credentials of an authenticated user in the target domain. We recommend that you run the PES
service as an authenticated user in the target domain. This way, you do not have to add the
Everyone group and the Anonymous Logon group to the Pre–Windows 2000 Compatible Access
group.
If you run the PES service under the Local System account, ensure that the Pre–
Windows 2000 Compatible Access group in the target domain contains the Everyone
group and the Anonymous Logon group.
1. On the domain controller that runs the PES service in the source domain, insert the
encryption key disk.
2. Launch an elevated command window and run Pwdmig.msi. If you set a password during
the key generation process on the domain controller in the target domain, provide the
password that was given when the key was created, and then click Next.
59
Wizard page Action
Run the service as Specify the account that you want the PES
service to run under. You can specify either
of the following accounts:
The local System account
A specified user account
Note
If you plan to run the PES
service as an authenticated user
account, specify the account in
the format domain\user_name.
Note
To use the password migration
of ADMT, you must restart the
server where you installed the
PES service.
Note
Run the PES service only when you migrate passwords. Stop the PES service
after you complete the password migration.
60
Warning
To initialize ADMT by running a test migration of a global group
identifier (SID) history, you need to complete the preparation tasks as described in Configuring
the Source and Target Domains for SID History Migration. If you did not previously configure the
source and target domains to migrate the SID history, ADMT prompts you and provides an option
to have the following tasks completed automatically.
Creates a local group, source_domain$$$, in the source domain, which is used to audit SID
history operations. Do not add members to this group; if you do, SID history migration will fail.
Enables audit policies in the source and target domains.
ADMT does not automatically enable auditing for directory service access, which is
required in order to migrate SID history to or from a domain that has domain
controllers that run Windows Server 2008 or later.
Use the following procedure to initialize ADMT.
1. In the ADMT console, use the Group Account Migration Wizard by completing the steps in
the following table. Accept default settings when no information is specified.
61
Wizard page Action
Browse.
In the Browse for Container dialog box,
find the container in the target domain that
you want to move the global groups into,
and then click OK.
2. When the wizard has finished running, click View Log, and then review the migration log
for any errors.
62
To identify service accounts by using the ADMT snap-in
Active Directory domain and runs the Service Account Migration Wizard. Second, the Service
Account Migration Wizard sends an agent to a specified computer and identifies (but does not
migrate) all of the services on the computer that are running in the context of a user account.
Third, which can occur later in the migration process, the accounts are migrated when other user
accounts are migrated with the User Account Migration Wizard.
The Service Account Migration Wizard scans an administrator-defined list of servers for services
that are configured to use a domain account to authenticate. The accounts are then flagged as
service accounts in the ADMT database. The password is never migrated when a service account
is migrated. Instead, ADMT uses a clear-text representation of the password to configure the
services after the service account migration. An encrypted version of the password is then stored
in the password.txt file in the ADMT installation folder.
An administrator of a workstation or server can install any service and configure the service to
use any domain account. If a malicious user who has administrator privileges configures a service
to authenticate without a correct password (such as a password that does not meet complexity
requirements), the service will not start. After the service account is migrated, ADMT configures
the service on the workstation or the server to use the new password, and the service will now
start using the user account in the target domain.
Therefore, you should include in the Service Account Migration Wizard only those servers that
trusted administrators manage. Do not use the wizard to detect service accounts on computers
that trusted administrators do not manage, such as workstations.
Dispatch agents to all servers that trusted administrators manage in the domain to ensure that
you do not overlook any service accounts. If you miss a service account that shares an account
with a service that has already been migrated, ADMT cannot synchronize the service accounts.
You must manually change the password for the service account and then reset the service
account password on each server that is running that service.
When the accounts that the Service Account Migration Wizard identifies in the ADMT database as
running in the context of a user account are migrated to the target domain, ADMT grants each
account the right to log on as a service. If the service account is assigned rights by means of its
membership in a group, the Security Translation Wizard updates the account to assign those
rights. For more information about running the Security Translation Wizard, see Transitioning
Service Accounts in Your Migration later in this guide.
You can identify service accounts by using the ADMT snap-in, the ADMT command-line option, or
a script.
1. On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
2. In the ADMT snap-in, click Action, and then click Service Account Migration Wizard.
3. Complete the Service Account Migration Wizard by using the information in the following
table.
63
Wizard page Action
Service Account Information Select any user accounts that do not have
to be marked as service accounts in the
ADMT database, and then click
Skip/Include to mark the accounts as
Skip.
Completing the Service Account Review your selections, and then click
Migration Wizard Finish.
64
To identify service accounts by using a the
script
ADMT command-line option
The wizard connects to the selected computers and then sends an agent to check every service
on the remote computers. The Service Account Information page lists the services that are
running in the context of a user account and the name of that user account. ADMT notes in its
database that these user accounts have to be migrated as service accounts. If you do not want a
user account to be migrated as a service account, select the account, and then click
Skip/Include to change the status from Include to Skip.
You use Update SCM to update the Service Control Manager with the new information. Unless
you have a failure in reaching a computer to update the service, the Update SCM button is not
available. If you have a problem updating a service account after the account was identified and
migrated, ensure that the computer that you are trying to reach is available, and then restart the
Service Account Migration Wizard.
In the wizard, click Update SCM to try to update the service. If you ran the Service Account
Migration Wizard previously and the Update SCM button is not available, examine the ADMT log
files to determine the cause of the problem. After you correct the problem and the agent can
connect successfully, the Update SCM button becomes available.
1. On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
2. At the command line, type the following command, and then press ENTER:
ADMT SERVICE /N "<computer_name1>" "<computer_name2>" /SD:" <source_domain>" /TD:"
<target_domain>"
Where <computer_name1> and <computer_name2> are the names of computers in the source
domain that run service accounts.
As an alternative, you can include parameters in an option file that is specified at the
command line as follows:
ADMT SERVICE /N "<computer_name1>" "<computer_name2>" /O:" <option_file>.txt"
The following table lists the common parameters that are used for the identification of
service accounts, along with the command-line parameter and option file equivalents.
3. Review the results that are displayed on the screen for any errors.
Create a script that incorporates ADMT commands and options for identifying service
accounts by using the following sample script. Copy the script to Notepad, and save the
file with a .wsf file name extension in the same folder as the AdmtConstants.vbs file.
<Job id="IdentifyingServiceAccounts" >
65
<Script language="VBScript" src="AdmtConstants.vbs" />
<Script language="VBScript" >
Option Explicit
Dim objMigration
Dim objServiceAccountEnumeration
'
'Create instance of ADMT migration objects.
'
'
'Specify general migration options.
'
'
'Enumerate service accounts on specified computers.
'
objServiceAccountEnumeration.Enumerate admtData, _
Array("computer name1" ,"computer name2" )
66
Migrating Accounts
Applies to: Active Directory Migration Tool 3.2 (ADMT 3.2)
The process of migrating account objects from a source domain to a target domain in another
Active Directory forest involves first migrating service accounts and then migrating global groups.
After the groups are in place in the target domain, you can migrate users according to the
process that you selected, either while using the security identifier (SID) history for resource
access or without using SID history for resource access. When the account object migration
process is complete, you can instruct users from the source domain to log on to the target
domain. The following illustration shows the process for migrating accounts between domains in
different forests.
67
To transition service accounts by using the ADMT snap-in
accounts. Standalone managed service accounts can be migrated using the Managed Service
Account Migration Wizard and the Computer Migration Wizard. Group managed service accounts
cannot be migrated.
To transition service accounts, use the Active Directory Migration Tool (ADMT) to complete the
following tasks:
Migrate the service accounts from the source domain to the target domain.
Modify the services on each server in the source domain so that the services use the service
account in the target domain instead of in the source domain.
You can transition service accounts by using the ADMT snap-in, the ADMT command-line option,
or a script.
1. On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
2. In the ADMT snap-in, click Action, and then click User Account Migration Wizard.
3. Complete the User Account Migration Wizard by using the information in the following
table.
68
Wizard page Action
Note
When you transition service
accounts by using the User
Account Migration Wizard, a
complex password is
generated automatically,
regardless of the option that is
selected on this wizard page.
Even if Do not update
passwords for existing users
is selected, a complex
password is generated.
69
To transition service accounts by using the ADMT command-line option
4. When the wizard has finished running, click View Log, and review the migration log for
any errors.
5. Start Active Directory Users and Computers, navigate to the organizational unit (OU) that
you created for service accounts, and then verify that the service accounts exist in the
target domain OU.
6. Confirm that each application for which the service account was relocated continues to
function correctly.
1. On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
2. At the command line, type the following command, and then press ENTER:
ADMT USER /N "<server_name1>" "<server_name2>" /SD:" <source_domain>" /TD:"
<target_domain>" /TO:" <target_OU>" /MSS:YES
Where Server_name1 and Server_name2 are the names of servers in the source domain
that run service accounts. As an alternative, you can include parameters in an option file
that is specified at the command line, as follows:
ADMT USER /N "<server_name1>" "<server_name2>" /O: "<option_file>.txt"
The following table lists the common parameters that are used for transitioning service
accounts, along with the command-line parameter and option file equivalents.
70
To transition service accounts by using a script
3. Review the results that appear on the screen for any errors.
4. Open Active Directory Users and Computers and locate the target service account OU.
Verify that the service accounts exist in the target domain OU.
Prepare a script that incorporates ADMT commands and options for transitioning service
accounts by using the following sample script. Copy the script to Notepad, and save the
file with a .wsf file name extension in the same folder as the AdmtConstants.vbs file.
<Job id=" TransitioningServiceAccountsBetweenForests" >
<Script language=" VBScript" src="AdmtConstants.vbs" />
<Script language="VBScript" >
Option Explicit
Dim objMigration
Dim objUserMigration
'
'Create instance of ADMT migration objects.
'
'
'Specify general migration options.
'
71
Note
objMigration.TargetOu = "target container"
objMigration.ConflictOptions = admtIgnoreConflicting
'
'Specify user migration specific options.
'
objUserMigration.MigrateSIDs = True
objUserMigration.UpdateUserRights = True
objUserMigration.MigrateServiceAccounts = True
'
'Migrate specified service accounts.
'
objUserMigration.Migrate admtData, _
Array("service account name1", "service account name2")
72
Note
To migrate global groups by using the ADMT snap-in
2. A new global group object is created in the target domain, and a new primary security
identifier (SID) is created for the object in the target domain.
3. To preserve resource access, the Active Directory Migration Tool (ADMT) adds the SID of the
global group in the source domain to the SID history attribute of the new global group in the
target domain.
After the migration, events are logged in both the source and the target domain.
If the user account migration process takes place over an extended period of time, you
might have to remigrate global groups from the source to the target domain. The
objective is to propagate membership changes that are made in the source domain
before the migration process is complete. For more information about remigrating global
groups, see Remigrating All Global Groups After All Batches Are Migrated, later in this
guide.
You can migrate global groups by using the ADMT snap-in, the ADMT command-line option, or a
script.
1. On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
2. Use the Group Account Migration Wizard by performing the steps in the following table.
73
To migrate global groups by using the ADMT command line option
3. When the wizard has finished running, click View Log, and review the migration log for
any errors.
4. Open the Active Directory Users and Computers snap-in, and then locate the target OU.
Verify that the global groups exist in the target domain OU.
1. On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
2. At the command line, type the ADMT Group command with the appropriate parameters,
and then press ENTER:
ADMT GROUP /N "<group_name1>" "<group_name2>" /SD:" <source_domain>" /TD:" <target
domain>" /TO:" <target OU>" /MSS:YES
As an alternative, you can include parameters in an option file that is specified at the
command line as follows:
ADMT GROUP /N "<group_name1>" "<group_name2>" /O: "<option_file>.txt"
The following table lists the common parameters that are used for migrating global
groups, along with the command-line parameter and option file equivalents.
74
To migrate global groups by using a script
3. Review the results that appear on the screen for any errors.
4. Open the Active Directory Users and Computers snap-in and locate the target OU. Verify
that the global groups exist in the target domain OU.
Prepare a script that incorporates ADMT commands and options for migrating global
groups by using the following sample script. Copy the script to Notepad, and save the file
with a .wsf file name extension in the same folder as the AdmtConstants.vbs file.
<Job id=" MigratingGlobalGroupsBetweenForests" >
<Script language="VBScript" src="AdmtConstants.vbs" />
<Script language="VBScript" >
Option Explicit
Dim objMigration
Dim objGroupMigration
'
'Create instance of ADMT migration objects.
'
'
75
'Specify general migration options.
'
'
'Specify group migration specific options.
'
objGroupMigration.MigrateSIDs = True
'
'Migrate specified group objects.
'
76
user account. Before you migrate all user accounts, ensure that you have created test accounts
that you can include in each batch to verify the success of the migration for that batch.
You cannot migrate every user property when you migrate user accounts. For example, Protected
Storage (Pstore) contents for Windows NT 4.0 workstations, including Encrypting File System
(EFS) private keys, are not migrated by the Active Directory Migration Tool (ADMT) when you
migrate user accounts. To migrate Pstore contents, you must export and import keys during the
migration process.
For clients that are running Windows 2000 Server or later, data that is protected by the Data
Protection API (DPAPI) is also not migrated. DPAPI helps protect the following items:
Web page credentials (for example, passwords)
File share credentials
Private keys that are associated with EFS, Secure/Multipurpose Internet Mail Extensions
(S/MIME), and other certificates
Program data that is protected by using the CryptProtectData() function
For this reason, it is important to test user migrations. Use your test migration account to identify
any properties that did not migrate, and update user configurations in the target domain
accordingly.
Complete the following steps to migrate user accounts to the target domain:
1. Migrate standalone managed service accounts. Standalone managed service accounts must
be migrated before computers. Group managed service accounts cannot be migrated.
2. Migrate all the user accounts with the account enabled in the source domain, disabled in the
target domain, with complex password selected, and with no attributes migrated.
3. Translate local user profiles for a batch of users.
4. Migrate workstations in batches that correspond to the user account batches.
5. Before you migrate the batch of user accounts, verify that local profile and workstation
migration succeeded for all users in the batch. Do not migrate any user account for which
profile or workstation migration failed. This will result in users overwriting their existing profiles
when they log on to the target domain.
6. Remigrate user accounts in batches with the account set to expire in the source domain in
seven days, the target account enabled, with password migration selected, and all attributes
migrated.
7. After each batch, remigrate all global groups to update any group membership changes.
8. Notify users in the batch to log on to the target domain.
9. After all users are migrated, run a final global group migration to update any group
membership changes.
Migrating user accounts in batches helps you to track the accounts that have been migrated and
to test the success of each migration step. If the organizational unit (OU) structure for the target
domain is the same as the OU structure for the source domain, migrate groups of users based on
OU. If the OU structures are not the same, select an alternative way to group users based on the
structure of your organization. For example, you might migrate users by business unit or by floor
to enable you to consolidate help desk resources.
77
If you plan to retain your source domain OU structure, migrate the OUs along with the users that
they contain. For example, if your source domain has a functional OU structure, and the target
domain does not have an OU structure, migrate OUs from the source domain.
If you created a new OU structure in the target domain, migrate batches of users without the
OUs. For example, if your source environment was a Windows NT 4.0 domain that you upgraded
to a Windows Server 2003 domain, the source domain might not have an existing OU structure;
therefore, you can migrate users without migrating OUs.
For more information about creating an OU structure, see Designing Organizational Units for
Delegation of Administration (http://go.microsoft.com/fwlink/?LinkId=76628).
Until you migrate all user and group accounts, continue to administer global group membership in
the source domain. To support a rollback strategy, manually synchronize any changes that you
make to users in the target domain with the existing user accounts in the source domain. For
more information about administering users and groups during the interforest restructure process,
see Managing Users, Groups, and User Profiles, earlier in this guide.
If you are migrating OUs when you migrate user accounts, migrate the groups that belong to
those OUs to the target domain OU during the user account migration process. When you
migrate global groups by using the global group migration process, they are placed in the target
OU in the target domain. If you migrate OUs from the source to the target domain, select the
option to move the global groups to the target domain at the same time. This way, the groups are
moved from the target OU that they were placed in during the initial global group migration to the
OU in which they belong.
Using ADMT to migrate user accounts preserves group memberships. Because global groups
can contain only members from the domain in which the group is located, when users are
migrated to a new domain, the user accounts in the target domain cannot be members of the
global groups in the source domain. As part of the migration process, ADMT identifies the global
groups in the source domain that the user accounts belong to, and then determines whether the
global groups have been migrated. If ADMT identifies global groups in the target domain that the
migrated users belonged to in the source domain, the tool adds the users to the appropriate
global groups in the target domain.
Using ADMT to migrate user accounts also preserves user passwords. After the user accounts
are migrated to and enabled in the target domain, the users can log on to the target domain by
using their original passwords. After they log on, the users are prompted to change the password.
If the user account migration process is successful but the password migration process fails,
ADMT creates a new complex password for the user account in the target domain. By default,
ADMT stores new complex passwords in the C:\Program Files\Active Directory Migration Tool\
Logs\Password.txt file.
If you have a Group Policy setting on the target domain that does not allow blank passwords (the
Default Domain Policy/Computer Configuration/Security Settings/Account
Policies/Password Policy/Minimum password length setting is set to any number other than
zero), password migration will fail for any user who has a blank password. ADMT generates a
complex password for that user, and writes an error to the error log.
78
Note
Establish a method for notifying users who have been assigned new passwords. For example,
you can create a script to send an e-mail message to users to notify them of their new
passwords.
The following illustration shows the steps involved in migrating accounts if you are using SID
history for resource access.
79
Important
To migrate managed service accounts by using the ADMT snap-in
2. Use the Computer Migration Wizard or admt computer command line tool to migrate the
computers that host the managed service accounts. For more information about migrating
computers as part of an interforest migration, see Remigrating User Accounts and Migrating
Workstations in Batches. For more information about migrating computers as part of an
intraforest migration, see Migrate Workstations and Member Servers.
The managed service accounts that were migrated in the previous step and that were
originally installed on the migrated computers are identified during the computer migration.
After the computer migration is complete, the managed service accounts are re-installed on
the computer in the target domain (unless you request to skip them). If you have run security
translation on the member servers that have resources that grant permission to the managed
service accounts, the accounts have the same permissions for resource access in the target
domain as they had in the source domain.
If you are migrating managed service accounts between domains within the same
forest, run security translation on the member servers in the source domain that have
resources that grant permission to the managed service accounts. Security
translation is not normally necessary during an intraforest migration because a SID is
moved with an account. But managed service accounts that are migrated between
domains in the same forest are copied. A new account is created in the target domain
and the account properties (excluding SID) are copied from the source domain.
Therefore, you need to run security translation.
If the resources in the source domain that grant permission to a managed service
account are hosted on the same computer as the managed service account, then you
should select security translation on the appropriate resources (Files and folders,
Local groups, and so on) on the Translate Objects page of the Computer Migration
Wizard. If the resources are on other computers that are not being migrated, then you
need to run the Security Translation Wizard on those computers and on the Security
Translation Options page, select Previously migrated objects or explicitly provide
the MSA accounts in a SID mapping file. For more information about translation
security, see Translating Security on Your Member Servers.
1. On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
2. In the ADMT snap-in, click Action, and then click Managed Service Account Migration
Wizard.
3. Complete the Managed Service Account Migration Wizard by using the information in the
following table.
80
Wizard page Action
81
To migrate managed service accounts by using the ADMT command-line option
Managed Service Account Options Select the Update account rights check
box
Select the Fix accounts’ group
memberships check box
If the account is being migrated to a
different forest, select the Migrate
account SIDs to the target domain
check box. This option is not available for
an intraforest migration.
Click Next. Type the user name, password
and domain of an account that has
administrative credentials in the source
domain, and click Next.
Completing the Managed Service Review your selections, and then click
Account Migration Wizard Finish.
4. When the wizard has finished running, click View Log, and then review the migration log
for any errors.
5. Start Active Directory Users and Computers, and then verify that the managed server
accounts exist in the appropriate OU in the target domain.
1. On the computer in the target domain on which ADMT is installed, log on by using the
82
ADMT account migration account.
2. At the command line, type the following command, and then press ENTER:
ADMT MANAGEDSERVICEACCOUNT /N "<managed service account1_name>" "<managed service
account2_name>" /IF:NO /SD:"<source_domain>" /TD:"<target_domain>" /UUR:YES
/FGM:YES /MSS:YES
Where <managed service account1_name> and <managed service account2_name> are the
names of managed service accounts in the source domain.
As an alternative, you can include parameters in an option file that is specified at the
command line as follows:
ADMT MANAGEDSERVICEACCOUNT /N "<managed service account1_name>" "<managed service
account2_name>" /O:"<option_file>.txt"
The following table lists the common parameters that are used for the migrating managed
service accounts, along with the command-line parameter and option file equivalents.
Note
You can
migrate SIDs
for managed
service
accounts
only between
forests. An
error is
returned if
you use this
parameter
during an
intraforest
migration.
83
Note Important
3. Review the results that are displayed on the screen for any errors.
For managed service accounts that are hosted on member computers in the source domain, you
can include the member computer when you perform computer migration and the managed
service account will be installed on the member computer in the target domain after the computer
is migrated.
84
To migrate the current batch of users by using the ADMT snap-in
recommended that you use a full version of SQL Server when you install ADMT on a
domain controller.
1. On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
2. Use the User Account Migration Wizard by performing the steps in the following table.
Organizational Unit Selection Ensure that ADMT lists the correct target
OU. If it is not correct, type the correct
OU, or click Browse.
In the Browse for Container dialog box,
locate the target domain and OU, and
then click OK.
85
Wizard page Action
existing users.
Click Generate complex passwords.
3. When the wizard has finished running, click View Log, and then review the migration log
for any errors.
4. Start Active Directory Users and Computers, and then verify that the user accounts exist
86
To migrate user accounts by using the ADMT command-line option
in the appropriate OU in the target domain.
1. On a domain controller in the target domain on which ADMT is installed, log on by using
the ADMT account migration account.
Important
When you start a user migration with SID history from the command line, you
must perform the migration on a domain controller in the target domain.
2. At the command line, type the ADMT User command with the appropriate parameters, and
then press ENTER.
ADMT USER /N "<user_name1>" "<user_name2>" /SD:" <source_domain>" /TD:"
<target_domain>" /TO:"<target_OU>" /MSS:YES /TRP:YES /UUR:NO
As an alternative, you can include parameters in an option file that is specified at the
command line as follows:
ADMT USER /N "<user_name1>" "<user_name2>" /O "<option_file>.txt"
The following table lists the common parameters that are used for migrating user
accounts, along with the command-line parameter and option file equivalents.
3. Review the results that are displayed on the screen for any errors.
4. Open Active Directory Users and Computers and locate the target OU. Verify that the
users exist in the target OU.
87
To migrate user accounts by using a script
Prepare a script that incorporates ADMT commands and options for migrating users by
using the following sample script. Copy the script to Notepad, and save the file with a .wsf
file name extension in the same folder as the AdmtConstants.vbs file.
In your script, specify the source and target container names in the relative canonical
format. For example, if the container is a child OU named Sales and its parent OU is
named West, specify West/Sales as the container name. For more information, see
TemplateScripts.vbs in the ADMT installation folder.
<Job id=" MigratingAllUserAccountsBetweenForests" >
<Script language="VBScript" src="AdmtConstants.vbs" />
<Script language="VBScript" >
Option Explicit
Dim objMigration
Dim objUserMigration
'
'Create instance of ADMT migration objects.
'
'
'Specify general migration options.
'
'
88
'Specify user migration specific options.
'
objUserMigration.MigrateSIDs = True
objUserMigration.TranslateRoamingProfile = True
objUserMigration.UpdateUserRights = False
objUserMigration.FixGroupMembership = True
objUserMigration.MigrateServiceAccounts = False
'
'Migrate specified user objects.
'
89
Note
To translate local user profiles by using the ADMT snap-in
Translating local user profiles
The Active Directory Migration Tool (ADMT) translates profiles for supported computer migration
objects. For a list of which operating systems are supported for computer migration objects for
different versions of ADMT, see Active Directory Migration Tool versions and supported
environments.
User profiles are stored locally on the workstation. When a user logs on to another workstation,
he or she must create a new, unique local user profile. Translate the local user profiles for the first
batch of users immediately after migrating all user accounts.
Local profiles are translated in replace mode because if you perform the profile translation in add
mode, certain aspects of software installation that use Group Policy software deployment might
not work. Any application that is packaged with Windows Installer version 2.0 (which is included
on workstations running Windows 2000 Server Service Pack 3 (SP3) or Service Pack 4 (SP4)
and Windows XP Service Pack 1 (SP1) or Service Pack 2 (SP2), as well as in many common
software packages) might not function after the profile is translated. For example, the application
executable files might not be removed after the last user removed the application. When the
ADMT Security Translation Wizard is translating local profiles in replace mode, it reverts to add
mode if a profile is locked. This might result in a successful profile translation. However,
application installations might not function after the profile is translated.
The night before you notify the users to log on by using their new accounts in the target
domain, translate the local user profiles. Translating profiles the night before ensures that
the new user profile reflects the most current user settings.
You can translate local user profiles by using the ADMT snap-in, the ADMT command-line option,
or a script.
1. For each workstation in the source domain that you migrate, add the ADMT resource
migration account to the local Administrators group.
2. On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
3. Use the Security Translation Wizard by performing the steps in the following table.
4. Review the results that are displayed on the screen for any errors. After the wizard
completes, click View Migration Log to see the list of computers, completion status, and
the path to the log file for each computer. If an error is reported for a computer, you will
have to refer to the log file on that computer to review any problems with local groups.
The log file for each computer is named MigrationTaskID.log and is stored in the
Windows\ADMT\Logs\Agents folder.
1. On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
2. At the command line, type the ADMT Security command with the appropriate parameters,
and then press ENTER.
ADMT SECURITY /N "<computer_name1>" "<computer_name2>" /SD:" <source_domain>"
/TD:" <target_domain>" /TO:" <target_OU>" /TOT:Replace /TUP:YES
As an alternative, you can include parameters in an option file that is specified at the
command line as follows:
ADMT SECURITY /N "<computer_name1>" "<computer_name2>" /O "<option_file>.txt"
The following table lists the common parameters that are used for migrating user
91
To translate local user profiles by using a script
accounts, along with the command-line parameter and option file equivalents.
3. Review the results that are displayed on the screen for any errors. After the wizard
completes, click View Migration Log to see the list of computers, completion status, and
the path to the log file for each computer. If an error is reported for a computer, you will
have to refer to the log file on that computer to review any problems with local groups.
The log file for each computer is named MigrationTaskID.log and is stored in the
Windows\ADMT\Logs\Agents folder.
Prepare a script that incorporates ADMT commands and options for translating local user
profiles by using the following sample script. Copy the script to Notepad, and save the file
with a .wsf file name extension in the same folder as the AdmtConstants.vbs file.
<Job id=" TranslatingLocalProfilesBetweenForests" >
<Script language="VBScript" src="AdmtConstants.vbs" />
<Script language="VBScript" >
Option Explicit
Dim objMigration
Dim objSecurityTranslation
'
'Create instance of ADMT migration objects.
'
92
'
'Specify general migration options.
'
'
'Specify security translation specific options.
'
objSecurityTranslation.TranslationOption =
admtTranslateReplace
objSecurityTranslation.TranslateUserProfiles = True
'
'Perform security translation on specified computer
objects.
'
objSecurityTranslation.Translate admtData, _
Array("computer name1" ,"computer name2" )
93
Note
To migrate workstations by using the ADMT snap-in
If a workstation has managed service accounts installed and those accounts have been
previously migrated, ADMT provides an option to reinstall the migrated managed service account
on the migrated computer and update Service Control Manager. So that ADMT can perform this
operation, the account performing the computer migration needs permissions to modify the
security descriptor of the migrated managed service account.
Use a low value for the RestartDelay parameter to restart workstations immediately after
joining them to the target domain, or as soon as possible thereafter. Resources that are
not restarted after migration are in an indeterminate state.
You can migrate workstations and member servers by using the AMDT snap-in, ADMT command-
line option, or a script.
1. On the computer in the target domain on which you installed ADMT, log on by using the
ADMT resource migration account.
2. Use the Computer Migration Wizard by performing the steps in the following table.
94
Wizard page Action
3. Review the results that are displayed on the screen for any errors. After the wizard
completes, click View Migration Log to see the list of computers, completion status, and
the path to the log file for each computer. If an error is reported for a computer, you will
have to refer to the log file on that computer to review any problems with local groups.
The log file for each computer is named MigrationTaskID.log and is stored in the
Windows\ADMT\Logs\Agents folder.
4. Open Active Directory Users and Computers, and verify that the workstations exist in the
appropriate OU in the target domain.
95
To migrate workstations by using the ADMT command-line option
1. On the computer in the target domain on which ADMT is installed, log on by using the
ADMT resource migration account.
2. At the command line, type the ADMT Computer command with the appropriate
parameters, and then press ENTER.
ADMT COMPUTER /N "<computer_name1>" "<computer_name2>" /SD:"<source_domain>"
/TD:"<target_domain>" /TO:"<target_OU>" [/M: “<managed service account name1>”
“<managed service account name2>”] [/UALLMSA:Yes] /RDL:5
As an alternative, you can include parameters in an option file that is specified at the
command line as follows:
ADMT COMPUTER /N "<computer_name1>" "<computer_name2>" /O:" <option_file>.txt"
The following table lists the common parameters that are used for workstation migration,
along with the command-line parameter and option file equivalents.
Note
The /M
parameter
takes
precedenc
e over
the
/UALLMSA
parameter.
96
To migrate workstations by using a script
3. Review the results that are displayed on the screen for any errors. The migration log lists
computers, completion status, and the path to the log file for each computer. If an error is
reported for a computer, you will have to refer to the log file for that computer to review
any problems with local groups. The log file for each computer is named
MigrationTaskID.log and is stored in the Windows\ADMT\Logs\Agents folder.
4. Open Active Directory Users and Computers and locate the target OU. Verify that the
workstations and member servers exist in the target OU.
Prepare a script that incorporates ADMT commands and options for migrating
workstations by using the following sample script Copy the script to Notepad, and save
the file with a .wsf file name extension in the same folder as the AdmtConstants.vbs file.
<Job id="MigratingWorkstationsBwtweenForest" >
<Script language="VBScript" src="AdmtConstants.vbs" />
<Script language="VBScript" >
Option Explicit
Dim objMigration
Dim objComputerMigration
'
'Create instance of ADMT migration objects.
'
'
'Specify general migration options.
'
97
objMigration.SourceDomain = "source domain"
objMigration.SourceOu = "Computers"
objMigration.TargetDomain = "target domain"
objMigration.TargetOu = "Computers"
'
'Specify computer migration specific options.
'
objComputerMigration.RestartDelay = 1
objComputerMigration.TranslationOption = admtTranslateAdd
objComputerMigration.TranslateLocalGroups = True
objComputerMigration.TranslateUserRights = True
objComputerMigration.UpdateAllManagedServiceAccounts =
True
'
'Migrate computer objects on specified computer objects.
'
objComputerMigration.Migrate admtData, _
Array("computer name1" ,"computer name2" )
98
Important
To migrate the current batch of user accounts by using the ADMT snap-in
You can migrate user accounts by using the ADMT snap-in, by using the ADMT command-line
option, or by using a script. If you are migrating user accounts that have authentication
mechanism assurance enabled, use an include file. In the include file, specify the original user
principal names (UPNs) from the source domain as the target UPNs to keep the authentication
mechanism assurance working. For more information about using an include file, see Use an
Include File.
When you start a user migration with their security identifier (SID) history from the
command line or from a script, you must perform the migration on a domain controller in
the target domain. It is recommended that you use a full version of SQL Server when you
install ADMT on a domain controller.
1. On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
2. Complete the User Account Migration Wizard by performing the steps in the following
table.
99
Wizard page Action
Organizational Unit Selection Ensure that ADMT lists the correct target
OU. If it is not correct, type the correct
OU, or click Browse.
In the Browse for Container dialog box,
locate the target domain and OU, and
then click OK.
100
To migrate the current batch of users by using the ADMT command-line option
3. When the wizard has finished, click View Log, and review the migration log for any
errors.
4. Open Active Directory Users and Computers, and verify that the user accounts exist in
the appropriate OU in the target domain.
1. On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
2. At the command line, type the ADMT User command with the appropriate parameters,
and then press ENTER.
ADMT USER /N "<user_name1>" "<user_name2>" /SD:" <source_domain>" /TD:"
<target_domain>" /TO:" <target_OU>" /MSS:YES /TRP:YES /UUR:YES
As an alternative, you can include parameters in an option file that is specified at the
command line as follows:
ADMT USER /N "<user_name1>" "<user_name2>" /O "<option_file>.txt"
The following table lists the common parameters that are used for migrating user
accounts, along with the command-line parameter and option file equivalents.
101
To migrate the current batch of user accounts by using a script
3. Review the results that are displayed on the screen for any errors.
4. Open Active Directory Users and Computers, and locate the target OU. Verify that the
users exist in the target OU.
Prepare a script that incorporates ADMT commands and options for migrating users by
using the following sample script. Copy the script to Notepad, and save the file with a .wsf
file name extension in the same folder as the AdmtConstants.vbs file.
<Job id="MigratingUserAccountsInBatchesBetweenForests" >
<Script language="VBScript" src="AdmtConstants.vbs" />
<Script language="VBScript" >
Option Explicit
Dim objMigration
Dim objUserMigration
'
'Create instance of ADMT migration objects.
'
'
'Specify general migration options.
'
102
objMigration.SourceOu = "source container"
objMigration.TargetDomain = "target domain"
objMigration.TargetOu = "target container"
objMigration.PasswordOption = admtCopyPassword
objMigration.PasswordServer = "password export server
name"
objMigration.ConflictOptions = admtReplaceConflicting
'
'Specify user migration specific options.
'
objUserMigration.SourceExpiration = 7
objUserMigration.MigrateSIDs = True
objUserMigration.TranslateRoamingProfile = True
objUserMigration.UpdateUserRights = True
objUserMigration.FixGroupMembership = True
objUserMigration.MigrateServiceAccounts = False
'
'Migrate specified user objects.
'
103
Important
To remigrate global groups by using the ADMT snap-in
after the initial global group migration occurred. For more information about, and procedures, for
remigrating global groups, see Remigrating All Global Groups After All Batches Are Migrated, later
in this guide.
1. On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
2. Use the Group Account Migration Wizard by performing the steps in the following table.
104
To remigrate global groups by using the ADMT command-line option
Or
Click Read objects from an include file,
and then click Next. Type the location of
the include file, and then click Next.
3. When the wizard has finished running, click View Log, and review the migration log for
any errors.
4. Open Active Directory Users and Computers, and locate the target OU. Verify that the
global groups exist in the target domain OU.
1. On a domain controller in the target domain on which ADMT is installed, log on by using
the ADMT account migration account
Important
When you start a global group migration with SID history from the command line,
105
To remigrate global groups by using a script
you must perform the migration on a domain controller in the target domain. It is
recommended that you use a full version of SQL Server when you install ADMT
on a domain controller.
2. At the command line, type the ADMT Group command with the appropriate parameters, and
then press ENTER.
ADMT GROUP /N "<group_name1>" "<group_name2>" /SD:" <source_domain>" /TD:" <target
domain>" /TO:" <target OU>" /MSS:YES /CO:REPLACE
As an alternative, you can include parameters in an option file that is specified at the
command line as follows:
ADMT GROUP /N "<group_name1>" "<group_name2>" /O: "<option_file>.txt"
The following table lists the common parameters that are used for migrating global
groups, along with the command-line parameter and option file equivalents.
3. Review the results that are displayed on the screen for any errors.
4. Open Active Directory Users and Computers, and locate the target OU. Verify that the
global groups exist in the target domain OU.
Prepare a script that incorporates ADMT commands and options for migrating global
groups by using the following sample script. Copy the script to Notepad, and save the file
with a .wsf file name extension in the same folder as the AdmtConstants.vbs file.
<Job id=" RemigratingGlobalGroupsBetweenForests" >
<Script language="VBScript" src="AdmtConstants.vbs" />
<Script language="VBScript" >
Option Explicit
Dim objMigration
106
Dim objGroupMigration
'
'Create instance of ADMT migration objects.
'
'
'Specify general migration options.
'
'
'Specify group migration specific options.
'
objGroupMigration.MigrateSIDs = True
'
'Migrate specified group objects.
'
107
</Script>
</Job>
108
Note
8. After each batch, remigrate all global groups to update any group membership changes.
9. After all users are migrated, run a final global group migration to update any group
membership changes
10. Translate security in remove mode for files, shared folders, printers, local groups, and domain
local groups.
11. Notify users in the batch to log on to the target domain.
Until you migrate all user and group accounts, continue to administer global group membership in
the source domain.
The following illustration shows the steps involved in migrating accounts that are not using SID
history for resource access.
109
Important
To migrate managed service accounts by using the ADMT snap-in
1. Use the Managed Service Account Migration Wizard or admt managedserviceaccount
command line tool to migrate managed service account objects to the target domain, as
explained in this topic.
2. Use the Computer Migration Wizard or admt computer command line tool to migrate the
computers that host the managed service accounts. For more information about migrating
computers as part of an interforest migration, see Remigrating User Accounts and Migrating
Workstations in Batches. For more information about migrating computers as part of an
intraforest migration, see Migrate Workstations and Member Servers.
The managed service accounts that were migrated in the previous step and that were
originally installed on the migrated computers are identified during the computer migration.
After the computer migration is complete, the managed service accounts are re-installed on
the computer in the target domain (unless you request to skip them). If you have run security
translation on the member servers that have resources that grant permission to the managed
service accounts, the accounts have the same permissions for resource access in the target
domain as they had in the source domain.
If you are migrating managed service accounts between domains within the same
forest, run security translation on the member servers in the source domain that have
resources that grant permission to the managed service accounts. Security
translation is not normally necessary during an intraforest migration because a SID is
moved with an account. But managed service accounts that are migrated between
domains in the same forest are copied. A new account is created in the target domain
and the account properties (excluding SID) are copied from the source domain.
Therefore, you need to run security translation.
If the resources in the source domain that grant permission to a managed service
account are hosted on the same computer as the managed service account, then you
should select security translation on the appropriate resources (Files and folders,
Local groups, and so on) on the Translate Objects page of the Computer Migration
Wizard. If the resources are on other computers that are not being migrated, then you
need to run the Security Translation Wizard on those computers and on the Security
Translation Options page, select Previously migrated objects or explicitly provide
the MSA accounts in a SID mapping file. For more information about translation
security, see Translating Security on Your Member Servers.
1. On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
2. In the ADMT snap-in, click Action, and then click Managed Service Account Migration
Wizard.
3. Complete the Managed Service Account Migration Wizard by using the information in the
following table.
110
Wizard page Action
111
Wizard page Action
Managed Service Account Options Select the Update account rights check
box
Select the Fix accounts’ group
memberships check box
If the account is being migrated to a
different forest, select the Migrate
account SIDs to the target domain
check box. This option is not available for
an intraforest migration.
Click Next. Type the user name, password
and domain of an account that has
administrative credentials in the source
domain, and click Next.
Completing the Managed Service Review your selections, and then click
Account Migration Wizard Finish.
4. When the wizard has finished running, click View Log, and then review the migration log
for any errors.
5. Start Active Directory Users and Computers, and then verify that the managed server
accounts exist in the appropriate OU in the target domain.
112
To migrate managed service accounts by using the ADMT command-line option
1. On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
2. At the command line, type the following command, and then press ENTER:
ADMT MANAGEDSERVICEACCOUNT /N "<managed service account1_name>" "<managed service
account2_name>" /IF:NO /SD:"<source_domain>" /TD:"<target_domain>" /UUR:YES
/FGM:YES /MSS:YES
Where <managed service account1_name> and <managed service account2_name> are the
names of managed service accounts in the source domain.
As an alternative, you can include parameters in an option file that is specified at the
command line as follows:
ADMT MANAGEDSERVICEACCOUNT /N "<managed service account1_name>" "<managed service
account2_name>" /O:"<option_file>.txt"
The following table lists the common parameters that are used for the migrating managed
service accounts, along with the command-line parameter and option file equivalents.
Note
You can
migrate SIDs
for managed
service
accounts
only between
forests. An
error is
returned if
you use this
parameter
during an
intraforest
113
Note
migration.
3. Review the results that are displayed on the screen for any errors.
For managed service accounts that are hosted on member computers in the source domain, you
can include the member computer when you perform computer migration and the managed
service account will be installed on the member computer in the target domain after the computer
is migrated.
114
To migrate user accounts by using the ADMT snap-in
1. On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
2. Use the User Account Migration Wizard by performing the steps in the following table.
Organizational Unit Selection Ensure that ADMT lists the correct target
organizational unit (OU). If it is not correct,
type the correct OU, or click Browse.
In the Browse for Container dialog box,
locate the target domain and OU, and
then click OK.
115
To migrate user accounts by using the ADMT command-line option
target accounts.
In Source Account Disabling Options:,
click Days until source accounts
expire:, and then type the numbers of
days you want to keep the source
account. A value of 7 is commonly used.
Select the Migrate user SIDs to target
domains check box.
3. When the wizard finishes, click View Log, and review the migration log for any errors.
4. Open Active Directory Users and Computers, and verify that the user accounts exist in
the appropriate OU in the target domain.
1. On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
2. At the command line, type the ADMT User command with the appropriate parameters, and
then press ENTER:
116
To migrate user accounts by using a script
ADMT USER /N "<user_name1>" "<user_name2>" /SD:" <source_domain>" /TD:"
<target_domain>" /TO:" <target_OU>" /MSS:YES /TRP:YES /UUR:YES
As an alternative, you can include parameters in an option file that is specified at the
command line, as follows:
ADMT USER /N "<user_name1>" "<user_name2>" /O "<option_file>.txt"
The following table lists the common parameters that are used for migrating user
accounts, along with the command-line parameter and option file equivalents.
3. Review the results that appear on the screen for any errors.
4. Open Active Directory Users and Computers and locate the target OU. Verify that the
users exist in the target OU.
Prepare a script that incorporates ADMT commands and options for migrating users by
using the following sample script. Copy the script to Notepad, and save the file with a .wsf
file name extension in the same folder as the AdmtConstants.vbs file.
<Job id=" MigratingAllUserAccountsBetweenForests" >
<Script language="VBScript" src="AdmtConstants.vbs" />
<Script language="VBScript" >
Option Explicit
117
Dim objMigration
Dim objUserMigration
'
'Create instance of ADMT migration objects.
'
'
'Specify general migration options.
'
'
'Specify user migration specific options.
'
objUserMigration.MigrateSIDs = True
objUserMigration.TranslateRoamingProfile = True
objUserMigration.UpdateUserRights = True
objUserMigration.FixGroupMembership = True
objUserMigration.MigrateServiceAccounts = False
'
'Migrate specified user objects.
'
118
To translate security in Add mode on objects by using the ADMT snap-in
1. On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
2. Use the Security Translation Wizard by performing the steps in the following table.
119
To translate security in Add mode on objects by using the ADMT command-line option
3. Review the results that are displayed on the screen for any errors. After the wizard
completes, click View Migration Log to see the list of computers, completion status, and
the path to the log file for each computer. If an error is reported for a computer, you will
have to refer to the log file on that computer to review any problems with local groups.
The log file for each computer is named MigrationTaskID.log, and it is stored in the
Windows\ADMT\Logs\Agents folder.
1. On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
2. At the command line, type the ADMT Security command with the appropriate parameters,
and then press ENTER::
ADMT SECURITY /N "<computer_name1>" "<computer_name2>" /SD:" <source_domain>"
/TD:" <target_domain>" /TO:" <target_OU>" /TOT:Add
As an alternative, you can include parameters in an option file that is specified at the
command line, as follows:
ADMT SECURITY /N " <computer_name1>" " <computer_name2>" /O "<option_file>.txt"
120
To translate security in Add mode on objects by using a script
The following table lists the common parameters that are used for migrating user
accounts, along with the command-line parameter and option file equivalents.
3. Review the results that are displayed on the screen for any errors. After the wizard
completes, click View Migration Log to see the list of computers, completion status, and
the path to the log file for each computer. If an error is reported for a computer, you will
have to refer to the log file on that computer to review any problems with local groups.
The log file for each computer is named MigrationTaskID.log, and it is stored in the
Windows\ADMT\Logs\Agents folder.
Prepare a script that incorporates ADMT commands and options for translating security in
Add mode on objects by using the following sample script. Copy the script to Notepad,
and save the file with a .wsf file name extension in the same folder as the
AdmtConstants.vbs file.
<Job id="
TranslatingSecurityInAddModeOnObjectsBetweenForests" >
<Script language="VBScript" src="AdmtConstants.vbs" />
<Script language="VBScript" >
Option Explicit
Dim objMigration
Dim objSecurityTranslation
'
'Create instance of ADMT migration objects.
'
121
'
'Specify general migration options.
'
'
'Specify security translation specific options.
'
objSecurityTranslation.TranslationOption =
admtTranslateAdd
objSecurityTranslation.TranslateFilesAndFolders = True
objSecurityTranslation.TranslateLocalGroups = True
objSecurityTranslation.TranslatePrinters = True
objSecurityTranslation.TranslateRegistry = True
objSecurityTranslation.TranslateShares = True
objSecurityTranslation.TranslateUserProfiles = False
objSecurityTranslation.TranslateUserRights = True
'
'Perform security translation on specified computer
objects.
'
objSecurityTranslation.Translate admtData, _
Array("computer name1" ,"computer name2" )
122
Note
To translate local user profiles by using the ADMT snap-in
1. For each workstation in the source domain that you are migrating, add the ADMT
resource migration account to the local Administrators group.
2. On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
123
3. Use the Security Translation Wizard by performing the steps in the following table.
4. Review the results that are displayed on the screen for any errors. After the wizard
completes, click View Migration Log to see the list of computers, completion status, and
the path to the log file for each computer. If an error is reported for a computer, you will
have to refer to the log file on that computer to review any problems with local groups.
The log file for each computer is named MigrationTaskID.log, and it is stored in the
Windows\ADMT\Logs\Agents folder.
124
To translate local user profiles by using a
the
script
ADMT command-line option
1. On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
2. At the command line, type the ADMT Security command with the appropriate parameters,
and then press ENTER:
ADMT SECURITY /N "<computer_name1>" "<computer_name2>" /SD:" <source_domain>"
/TD:" <target_domain>" /TO:" <target_OU>" /TOT:Replace /TUP:YES
As an alternative, you can include parameters in an option file that is specified at the
command line as follows:
ADMT SECURITY /N "<computer_name1>" " <computer_name2>" /O "<option_file>.txt"
The following table lists the common parameters that are used for migrating user
accounts, along with the command-line parameter and option file equivalents.
3. Review the results that appear on the screen for any errors. After the wizard completes,
click View Migration Log to see the list of computers, completion status, and the path to
the log file for each computer. If an error is reported for a computer, you will have to refer
to the log file on that computer to review any problems with local groups. The log file for
each computer is named MigrationTaskID.log and is stored in the Windows\ADMT\Logs\
Agents folder.
Prepare a script that incorporates ADMT commands and options for translating local user
profiles by using the following sample script. Copy the script to Notepad, and save the file
with a .wsf file name extension in the same folder as the AdmtConstants.vbs file.
<Job id=" TranslatingLocalProfilesBetweenForests" >
<Script language="VBScript" src="AdmtConstants.vbs" />
<Script language="VBScript" >
Option Explicit
Dim objMigration
Dim objSecurityTranslation
125
'
'Create instance of ADMT migration objects.
'
'
'Specify general migration options.
'
'
'Specify security translation specific options.
'
objSecurityTranslation.TranslationOption =
admtTranslateReplace
objSecurityTranslation.TranslateUserProfiles = True
'
'Perform security translation on specified computer
objects.
'
objSecurityTranslation.Translate admtData, _
Array("computer name1" ,"computer name2" )
126
Note
To migrate workstations by using the ADMT snap-in
Set objMigration = Nothing
</Script>
</Job>
1. On the computer in the target domain on which you installed ADMT, log on by using the
ADMT resource migration account.
2. Use the Computer Migration Wizard by following the steps in the following table.
127
Wizard page Action
click Next.
Managed Service Account Information Select any managed service accounts that
(appears if the computer has a managed do not have to be installed on the
service account installed) migrated computer in the target domain,
and then click Skip/Include to mark the
accounts as Skip.
128
To migrate workstations by using the ADMT command-line option
domain.
3. Review the results that are displayed on the screen for any errors. After the wizard
completes, click View Migration Log to see the list of computers, completion status, and
the path to the log file for each computer. If an error is reported for a computer, you will
have to refer to the log file on that computer to review any problems with local groups.
The log file for each computer is named MigrationTaskID.log, and it is stored in the
Windows\ADMT\Logs\Agents folder.
4. Open Active Directory Users and Computers, and verify that the workstations exist in the
appropriate OU in the target domain.
1. On the computer in the target domain on which ADMT is installed, log on by using the
ADMT resource migration account.
2. At the command line, type the ADMT Computer command with the appropriate parameters,
and then press ENTER:
ADMT COMPUTER /N "<computer_name1>" "<computer_name2>" /SD:"<source_domain>"
/TD:"<target_domain>" /TO:"<target_OU>" [/M: “<managed service account name 1>”
“<managed service account name 2>”] [/UALLMSA:Yes] /RDL:5
As an alternative, you can include parameters in an option file that is specified at the
command line, as follows:
ADMT COMPUTER /N "<computer_name1>" "<computer_name2>" /O:" <option_file>.txt"
The following table lists the common parameters that are used for workstation migration,
along with the command-line parameter and option file equivalents.
129
To migrate workstations by using a script
Note
The /M
parameter
takes
precedence
over the
/UALLMSA
parameter.
3. Review the results that appear on the screen for any errors. The migration log lists
computers, completion status, and the path to the log file for each computer. If an error is
reported for a computer, you will have to refer to the log file for that computer to review
any problems with local groups. The log file for each computer is named
MigrationTaskID.log, and it is stored in the Windows\ADMT\Logs\Agents folder.
4. Open Active Directory Users and Computers, and locate the target OU. Verify that the
workstations exist in the target OU.
Prepare a script that incorporates ADMT commands and options for migrating
workstations by using the following sample script. Copy the script to Notepad, and save
the file with a .wsf file name extension in the same folder as the AdmtConstants.vbs file.
<Job id="MigratingWorkstationsBwtweenForest" >
<Script language="VBScript" src="AdmtConstants.vbs" />
<Script language="VBScript" >
Option Explicit
Dim objMigration
Dim objComputerMigration
130
'
'Create instance of ADMT migration objects.
'
'
'Specify general migration options.
'
'
'Specify computer migration specific options.
'
objComputerMigration.RestartDelay = 1
objComputerMigration.TranslationOption = admtTranslateAdd
objComputerMigration.TranslateLocalGroups = True
objComputerMigration.TranslateUserRights = True
objComputerMigration.UpdateAllManagedServiceAccounts =
True
'
'Migrate computer objects on specified computer objects.
'
objComputerMigration.Migrate admtData, _
131
To remigrate the current batch of user accounts by using the ADMT snap-in
Array("computer name1" ,"computer name2" )
1. On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
2. Use the User Account Migration Wizard by following the steps in the following table.
132
Wizard page Action
Next.
Or
Click Read objects from an include file,
and then click Next. Type the location of
the include file, and then click Next.
Organizational Unit Selection Ensure that ADMT lists the correct target
OU. If it is not correct, type the correct
OU, or click Browse.
In the Browse for Container dialog box,
locate the target domain and OU, and
then click OK.
133
To remigrate the current batch of users by using the ADMT command-line option
3. When the wizard finishes, click View Log, and review the migration log for any errors.
4. Open Active Directory Users and Computers and verify that the user accounts exist in the
appropriate OU in the target domain.
1. On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
2. At the command line, type the ADMT User command with the appropriate parameters, and
then press ENTER:
ADMT USER /N "<user_name1>" "<user_name2>" /SD:" <source_domain>" /TD:"
<target_domain>" /TO:" <target_OU>" /MSS:YES /TRP:YES /UUR:YES
As an alternative, you can include parameters in an option file that is specified at the
command line, as follows:
ADMT USER /N "<user_name1>" "<user_name2>" /O "<option_file>.txt"
The following table lists the common parameters that are used for migrating user
accounts, along with the command-line parameter and option file equivalents.
134
To remigrate the current batch of user accounts by using a script
3. Review the results that appear on the screen for any errors.
4. Open Active Directory Users and Computers, and locate the target OU. Verify that the
users exist in the target OU.
Prepare a script that incorporates ADMT commands and options for migrating users by
using the following sample script. Copy the script to Notepad, and save the file with a .wsf
file name extension in the same folder as the AdmtConstants.vbs file.
<Job id="MigratingUserAccountsInBatchesBetweenForests" >
<Script language="VBScript" src="AdmtConstants.vbs" />
<Script language="VBScript" >
Option Explicit
Dim objMigration
Dim objUserMigration
'
'Create instance of ADMT migration objects.
'
'
'Specify general migration options.
'
135
objMigration.SourceDomain = "source domain"
objMigration.SourceOu = "source container"
objMigration.TargetDomain = "target domain"
objMigration.TargetOu = "target container"
objMigration.PasswordOption = admtCopyPassword
objMigration.PasswordServer = "password export server
name"
objMigration.ConflictOptions = admtReplaceConflicting
'
'Specify user migration specific options.
'
objUserMigration.SourceExpiration = 7
objUserMigration.MigrateSIDs = True
objUserMigration.TranslateRoamingProfile = True
objUserMigration.UpdateUserRights = False
objUserMigration.FixGroupMembership = True
objUserMigration.MigrateServiceAccounts = False
'
'Migrate specified user objects.
'
136
To remigrate global groups by using the ADMT snap-in
Remigrating all global groups after user account
migration
A large user account migration might take place over an extended period of time. For this reason,
you may have to remigrate global groups from the source to the target domain after you migrate
each batch of users. The objective is to reflect changes that are made to group membership in
the source domain after the initial global group migration has occurred. For more information
about—and procedures for—remigrating global groups, see Remigrating All Global Groups After
All Batches Are Migrated, later in this guide.
1. On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
2. Use the Group Account Migration Wizard by performing the steps in the following table.
137
Wizard page Action
3. When the wizard has finished running, click View Log, and review the migration log for
any errors.
4. Open Active Directory Users and Computers, and locate the target OU. Verify that the
138
To remigrate global groups by using a
the
script
ADMT command-line option
global groups exist in the target domain OU.
1. On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
2. At the command line, type the ADMT Group command with the appropriate parameters, and
then press ENTER:
ADMT GROUP /N "<group_name1>" "<group_name2>" /SD:" <source_domain>" /TD:" <target
domain>" /TO:" <target OU>" /MSS:YES /CO:REPLACE
As an alternative, you can include parameters in an option file that is specified at the
command line, as follows:
ADMT GROUP /N "<group_name1>" "<group_name2>" /O: "<option_file>.txt"
The following table lists the common parameters that are used for migrating global
groups, along with the command-line parameter and option file equivalents.
3. Review the results that appear on the screen for any errors.
4. Open Active Directory Users and Computers, and locate the target OU. Verify that the
global groups exist in the target domain OU.
Prepare a script that incorporates ADMT commands and options for migrating global
groups by using the following sample script. Copy the script to Notepad, and save the file
with a .wsf file name extension in the same folder as the AdmtConstants.vbs file.
<Job id=" RemigratingGlobalGroupsBetweenForests" >
<Script language="VBScript" src="AdmtConstants.vbs" />
<Script language="VBScript" >
Option Explicit
139
Dim objMigration
Dim objGroupMigration
'
'Create instance of ADMT migration objects.
'
'
'Specify general migration options.
'
'
'Specify group migration specific options.
'
objGroupMigration.MigrateSIDs = True
'
'Migrate specified group objects.
'
140
To translate security in Remove mode on objects by using the ADMT snap-in
Set objGroupMigration = Nothing
Set objMigration = Nothing
</Script>
</Job>
1. On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
2. Use the Security Translation Wizard by following the steps in the following table.
141
To translate security in Remove mode on objects by using the ADMT command-line
option
1. On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
2. At the command line, type the ADMT Security command with the appropriate parameters,
and then press ENTER:
ADMT SECURITY /N "<computer_name1>" "<computer_name2>" /SD:" <source_domain>"
/TD:" <target_domain>" /TO:" <target_OU>" /TOT:Remove
As an alternative, you can include parameters in an option file that is specified at the
command line, as follows:
ADMT SECURITY /N "<computer_name1>" "<computer_name2>" /O "<option_file>.txt"
The following table lists the common parameters that are used for migrating user
accounts, along with the command-line parameter and option file equivalents.
142
To translate security in Remove mode on objects by using a script
3. Review the results that are displayed on the screen for any errors. After the wizard
completes, click View Migration Log to see the list of computers, completion status, and
the path to the log file for each computer. If an error is reported for a computer, you will
have to refer to the log file on that computer to review any problems with local groups.
The log file for each computer is named MigrationTaskID.log, and it is stored in the
Windows\ADMT\Logs\Agents folder.
Prepare a script that incorporates ADMT commands and options for translating security in
remove mode on objects by using the following sample script. Copy the script to
Notepad, and save the file with a .wsf file name extension in the same folder as the
AdmtConstants.vbs file.
<Job id="
TranslatingSecurityInRemoveModeOnObjectsBetweenForests" >
<Script language="VBScript" src="AdmtConstants.vbs" />
<Script language="VBScript" >
Option Explicit
Dim objMigration
Dim objSecurityTranslation
'
'Create instance of ADMT migration objects.
'
'
'Specify general migration options.
'
143
'
'Specify security translation specific options.
'
objSecurityTranslation.TranslationOption =
admtTranslateRemove
objSecurityTranslation.TranslateFilesAndFolders = True
objSecurityTranslation.TranslateLocalGroups = True
objSecurityTranslation.TranslatePrinters = True
objSecurityTranslation.TranslateRegistry = True
objSecurityTranslation.TranslateShares = True
objSecurityTranslation.TranslateUserProfiles = False
objSecurityTranslation.TranslateUserRights = True
'
'Perform security translation on specified computer
objects.
'
objSecurityTranslation.Translate admtData, _
Array("computer name1" ,"computer name2" )
Migrating Resources
Applies to: Active Directory Migration Tool 3.2 (ADMT 3.2)
The process of migrating resources between Active Directory domains in different forests involves
completing the migration of the following:
Workstation accounts and member servers
144
Domain and shared local groups
Domain controllers
When you have successfully migrated all resource objects to the target domain, you can
decommission the source domain.
The following illustration shows the process for migrating resource objects between
Active Directory domains in different forests.
1. On the computer in the target domain on which you installed ADMT, log on by using the
ADMT resource migration account.
2. Use the Computer Account Migration Wizard by performing the steps in the following
table.
Managed Service Account Information Select any managed service accounts that
(appears if the computer has a managed do not have to be installed on the
146
To migrate workstations and member servers by using the ADMT command-line option
3. Review the results that are displayed on the screen for any errors. After the wizard
completes, click View Migration Log to see the list of computers, completion status, and
the path to the log file for each computer. If an error is reported for a computer, you will
have to refer to the log file on that computer to review any problems with local groups.
The log file for each computer is named MigrationTaskID.log, and it is stored in the
Windows\ADMT\Logs\Agents folder.
4. Open Active Directory Users and Computers, and verify that the workstations exist in the
appropriate OU in the target domain.
147
1. On the computer in the target domain on which ADMT installed, log on by using the
ADMT resource migration account.
2. At the command line, type the ADMT Computer command with the appropriate parameters,
and then press ENTER:
ADMT COMPUTER /N "<computer_name1>" "<computer_name2>" /SD:"<source_domain>"
/TD:"<target_domain>" /TO:"<target_OU>" [/M: “<managed service account name 1>”
“<managed service account name 2>”] [/UALLMSA:Yes] /RDL:5
As an alternative, you can include parameters in an option file that is specified at the
command line, as follows:
ADMT COMPUTER /N "<computer_name1>" "<computer_name2>" /O:" <option_file>.txt"
The following table lists the common parameters that are used for workstation migration,
along with the command-line parameter and option file equivalents.
Note
The /M
parameter
takes
precedence
over the
/UALLMSA
parameter.
148
To migrate workstations and member servers by using a script
3. Review the results that appear on the screen for any errors. The migration log lists
computers, completion status, and the path to the log file for each computer. If an error is
reported for a computer, you will have to refer to the log file for that computer to review
any problems with local groups. The log file for each computer is named
MigrationTaskID.log, and it is stored in the Windows\ADMT\Logs\Agents folder.
4. Open Active Directory Users and Computers, and locate the target OU. Verify that the
workstations exist in the target OU.
Prepare a script that incorporates ADMT commands and options for migrating
workstations and member servers by using the following sample script. Copy the script to
Notepad, and save the file with a .wsf file name extension in the same folder as the
AdmtConstants.vbs file.
<Job id="MigratingWorkstationsMemberServersBetweenForests" >
<Script language="VBScript" src="AdmtConstants.vbs" />
<Script language="VBScript" >
Option Explicit
Dim objMigration
Dim objComputerMigration
'
'Create instance of ADMT migration objects.
'
'
'Specify general migration options.
'
149
objMigration.SourceDomain = "source domain"
objMigration.SourceOu = "Computers"
objMigration.TargetDomain = "target domain"
objMigration.TargetOu = "Computers"
'
'Specify computer migration specific options.
'
objComputerMigration.RestartDelay = 1
objComputerMigration.TranslationOption = admtTranslateAdd
objComputerMigration.TranslateLocalGroups = True
objComputerMigration.TranslateUserRights = True
objComputerMigration.UpdateAllManagedServiceAccounts =
True
'
'Migrate computer objects on specified computer objects.
'
objComputerMigration.Migrate admtData, _
Array("computer name1" ,"computer name2" )
150
To migrate domain and shared local groups by using the ADMT snap-in
Shared local groups are local groups in Windows NT 4.0 and Active Directory domains that can
be used in the access control lists (ACLs) on domain controllers. When a domain is configured to
operate either in Windows 2000 native mode domain functional level or higher, shared local
groups are automatically changed to domain local groups. These groups can then be used in
ACLs on member servers and workstations. If domain local groups or shared local groups are
used in ACLs on either domain controllers or member servers, you have to migrate them to the
target domain before the server is migrated.
It is not necessary to change any ACLs as part of the migration process. The ACLs continue to
reference the domain local groups or shared local groups in the source domain. Because the
domain local groups or shared local groups can be migrated to the target domain while using
security identifier (SID) history, users maintain access to the resources. ADMT retains the
membership of the local group during the migration.
You can migrate domain or shared local groups by using the Active Directory Migration Tool
(ADMT) snap-in or a script.
1. On the computer in the target domain on which you installed ADMT, log on by using the
ADMT resource migration account.
2. Use the Group Account Migration Wizard by performing the steps in the following table.
151
To migrate domain and shared local groups by using a script
3. When the wizard has finished running, click View Log. Review the migration log for any
errors.
4. Open Active Directory Users and Computers, locate the target organizational unit (OU),
and then verify that the shared local groups exist in the target domain OU.
Prepare a script that incorporates ADMT commands and options for migrating domain
and shared local groups by using the following sample script. Copy the script to Notepad,
and save the file with a .wsf file name extension in the same folder as the
AdmtConstants.vbs file.
<Job id=" MigratingDomainAndSharedLocalGroupsBetweenForests"
>
<Script language="VBScript" src="AdmtConstants.vbs" />
<Script language="VBScript" >
Option Explicit
152
Dim objMigration
Dim objGroupMigration
'
'Create instance of ADMT migration objects.
'
'
'Specify general migration options.
'
'
'Specify group migration specific options.
'
objGroupMigration.MigrateSIDs = True
'
'Migrate specified group objects.
'
objGroupMigration.Migrate admtData, _
Array("local group name1" ,"local group name2" )
153
Set objMigration = Nothing
</Script>
</Job>
154
Translating Security on Your Member Servers
Applies to: Active Directory Migration Tool 3.2 (ADMT 3.2)
Translate security on member servers to clean up the access control lists (ACLs) of the
resources. After objects are migrated to the target domain, resources contain the ACL entries of
the source domain objects. If you are using security identifier (SID) history to provide access to
resources during the migration, the SIDs from the source domain remain in the ACLs so that
users can access resources while the migration is in progress. After the migration is complete, the
SIDs from the source domain are no longer needed. Use the Security Translation Wizard in the
Active Directory Migration Tool (ADMT) to replace the source domain SIDs with the target domain
SIDs.
You do not have to perform this procedure if you are not using SID history for resource access,
because you should have already run security translation in remove mode after the user
migration.
You can translate security on member servers by using the ADMT snap-in, the ADMT command-
line option, or a script.
155
To translate security on member servers by using the ADMT command-line
snap-in option
1. On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
2. Use the Security Translation Wizard by performing the steps in the following table.
1. On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
2. At the command line, type the ADMT Security command with the appropriate parameters,
and then press ENTER:
ADMT SECURITY /N "<computer_name1>" "<computer_name2>" /SD:" <source_domain>"
156
To translate security on member servers by using a script
/TD:" <target_domain>" /TO:" <target_OU>" /TOT:Replace
As an alternative, you can include parameters in an option file that is specified at the
command line, as follows:
ADMT SECURITY /N "<computer_name1>" "<computer_name2>" /O "<option_file>.txt"
The following table lists the common parameters that are used for migrating user
accounts, along with the command-line parameter and option file equivalents.
3. Review the results that are displayed on the screen for any errors. After the wizard
completes, click View Migration Log to see the list of computers, completion status, and
the path to the log file for each computer. If an error is reported for a computer, you will
have to refer to the log file on that computer to review any problems with local groups.
The log file for each computer is named MigrationTaskID.log, and it is stored in the
Windows\ADMT\Logs\Agents folder.
Prepare a script that incorporates ADMT commands and options for translating security
on member servers by using the following sample script. Copy the script to Notepad, and
save the file with a .wsf file name extension in the same folder as the AdmtConstants.vbs
file.
<Job id=" TranslatingSecurityOnMemberServersBetweenForests" >
<Script language="VBScript" src="AdmtConstants.vbs" />
<Script language="VBScript" >
Option Explicit
Dim objMigration
Dim objSecurityTranslation
'
'Create instance of ADMT migration objects.
'
157
Set objSecurityTranslation =
objMigration.CreateSecurityTranslation
'
'Specify general migration options.
'
'
'Specify security translation specific options.
'
objSecurityTranslation.TranslationOption =
admtTranslateReplace
objSecurityTranslation.TranslateFilesAndFolders = True
objSecurityTranslation.TranslateLocalGroups = True
objSecurityTranslation.TranslatePrinters = True
objSecurityTranslation.TranslateRegistry = True
objSecurityTranslation.TranslateShares = True
objSecurityTranslation.TranslateUserProfiles = False
objSecurityTranslation.TranslateUserRights = True
'
'Perform security translation on specified computer
objects.
'
objSecurityTranslation.Translate admtData, _
Array("computer name1" ,"computer name2" )
158
To decommission the source domain
Set objMigration = Nothing
</Script>
</Job>
1. Remove all trust relationships between the source domain and the target domain.
2. Repurpose any remaining domain controllers in the source domain that you did not
migrate to the target domain.
3. Disable all accounts that you created during the migration process, including those
accounts to which you assigned administrative permissions.
Note
When you decommission the source domain, shared local groups and local
groups that you have not translated by using the Security Translation Wizard
display group members as "account unknown." This is because member names
from the source domain do not resolve. Those group memberships still exist,
however, and this does not affect users. Do not delete "account unknown" entries
because this disables the access that is facilitated by security identifier (SID)
history. Run the Security Translation Wizard to remove these entries.
159
Implementation of Group Policy
If users are frequently reassigned to locations that are part of different domains, you might also
migrate objects between domains on a regular basis. The process for restructuring
Active Directory domains within a forest differs from the process for restructuring Active Directory
domains between forests. This process requires careful planning and testing.
Task Reference
Review Active Directory Migration Tool (ADMT) Installing ADMT in the Target Domain
installation instructions.
To migrate computers that are running For more information about making this
Windows Server 2003, Windows Vista® (without change using Group Policy, see Microsoft
Service Pack 1 (SP1)), Windows XP, and Microsoft® Knowledge Base article 942564
Windows 2000 (by using ADMT 3.1) to a target (http://support.microsoft.com/default.aspx
domain, first set the following registry key on the ?scid=kb;EN-US;942564).
target domain controllers: For more information about the RODC
Note client compatibility pack, see Microsoft
Knowledge Base article 944043
This registry key does not need to be set for
(http://support.microsoft.com/kb/944043).
migrating computers that run later versions
of Windows (such as Windows Vista SP1,
Windows Server 2008, Windows 7, Windows
Server 2008 R2), or that installed the RODC
client compatibility pack (hotfix 944043).
Registry path: HKLM\System\CurrentControlSet\
Services\Netlogon\Parameters
160
Task Reference
Note
This registry setting corresponds to the
Allow cryptography algorithms
compatible with Windows NT 4.0 setting in
Group Policy.
For any migration tasks that use agent deployment For more information, see Enable or
and where Windows Firewall is in use, enable the Disable the File and Printer Sharing
File and Printer Sharing exception. This can include Exception (http://go.microsoft.com/fwlink/?
migration for the following situations: LinkID=119315).
Migrating workstation computers and member
servers that are running Windows Server 2003
or Windows XP or later.
Migrating security settings or performing security
translation
Migrate universal and global groups using either the Migrate Groups
Group Account Migration Wizard or the admt group
command-line tool.
Migrate service accounts using either the Service Migrate Service Accounts
Account Migration Wizard or ADMT command-line
tools, such as admt service to identify service
accounts in the source domain and admt user to
migrate service accounts that you specify.
Migrate standalone managed service accounts using Migrating Managed Service Accounts
161
Task Reference
Migrate user accounts using either the User Account Migrate User Accounts
Migration Wizard or the admt user command-line
tool.
Translate local user profiles using either the Security Translate Local User Profiles
Translation Wizard or the admt security command-
line tool.
Migrate workstation computers and member servers Migrate Workstations and Member
using either the Computer Migration Wizard or the Servers
admt computer command-line tool.
Migrate domain local groups using either the Group Migrate Domain Local Groups
Account Migration Wizard or the admt group
command-line tool.
Complete post-migration tasks. This task has the Examine Migration Logs for Errors
following subtasks: Verify Group Types
Examine migration logs for errors. Translate Security on Member
Verify group types. Servers
Translate security on member servers. Decommission the Source Domain
Decommission the source domains.
162
If you have increased network bandwidth and replication capacity.
The process of restructuring Active Directory domains in a forest is similar to the process of
migrating accounts between domains. When you migrate accounts and resources between
domains, you migrate objects from the source domain to the target domain without
decommissioning the source domain. When you restructure Active Directory domains, you
eliminate the source domain from the forest after you complete the migration of all domain
objects.
Before you begin the process for restructuring Active Directory domains in a forest, ensure that
the source and target domains are operating at the Windows Server 2003 domain functional level
or higher.
After you complete the process for restructuring Active Directory domains in a forest, you can
decommission the source domain to help reduce overhead and simplify domain functional level
administration in your organization.
163
Note
164
them in access control lists (ACLs) or membership in domain local groups is not an effective way
to assign resource permissions.
When you migrate users, ADMT makes the user a member of the domain users group in the
target domain. However, it does not maintain permissions for other built-in groups (such as
Server Operators and Backup Operators) or well-known groups (such as Domain Admins). If you
have used built-in or well-known groups to assign resource permissions, you must reassign those
permissions to a new domain local group before you begin the migration. Reassigning
permissions includes performing the following steps:
1. Create a new domain local group in the source domain.
2. Create a new global group in the source domain that contains users who need access to the
resource.
3. Add the new global group to the domain local group.
4. Run security translation by using a security identifier (SID) mapping file that maps the well-
known group to the new domain local group (created in the first step) on all resources that
assign permissions using well-known groups. For information about performing a security
translation by using a SID mapping file, see Translate Security by Using a SID Mapping File,
later in this guide.
In small domain environments that have few global groups, you might be able to identify closed
sets of users and groups. If you can identify closed sets, you can migrate users and groups at the
same time. In a large domain environment, a user can belong to a number of global groups.
Therefore, it is difficult to identify and migrate only closed sets of users and groups. For this
reason, it is best to migrate groups before you migrate user accounts.
For example, User 1 belongs to global groups Global A and Global B and is a member of
Domain 1. If an administrator moves User 1 and Global A to Domain 2 in the same forest, these
accounts no longer exist in Domain 1. They exist only in Domain 2 in the same forest. Global B
group remains in Domain 1. This creates an open set, or a set that includes users and groups in
more than one domain. Because global groups can only contain members from the domain where
the global group exists, the membership of User 1 in Global B is no longer valid, and User 1 can
no longer access resources based on membership in Global B. Therefore, it is best to migrate
both global groups before you migrate User 1.
ADMT transforms the global group into a universal group so that it can contain users from other
domains and retain the group membership. When the set becomes a closed set, ADMT changes
the group back to a global group. The benefit of this process is that ADMT ensures that all closed
set problems are resolved. However, replication of the global catalog is increased while the
groups are universal groups because membership is copied to the global catalog.
165
In this case, you can either migrate all the computers that use the domain local group at the same
time that the domain local group is migrated to the target domain or you can manually change the
domain local group to a universal group and then migrate the universal group. Changing the
domain local group to a universal group is a manual process because ADMT does not
automatically perform this task. Although this change can increase the size of your global catalog,
over a limited time period, it is an effective way to migrate resources and domain local groups as
a closed set.
SID history
SID history helps you to maintain user access to resources during the process of restructuring
Active Directory domains. When you migrate an object to another domain, the object is assigned
a new SID. Because you assign permissions to objects based on SIDs, when the SID changes,
the user loses access to that resource until you can reassign permissions. When you use ADMT
to migrate objects between domains in the same forest, the SID history is automatically retained.
In this way, the SID from the source domain remains as an attribute of the object after the object
is migrated to the target domain.
For example, an organization that is restructuring its Active Directory domains moves universal
and global groups from a source domain to the target domain before moving user accounts. This
is a migration within a forest, so these groups cease to exist in the source domain and exist only
in the target domain. But the SID history of both users and groups is migrated, so the users
continue to have access to resources in the source domain based on their membership in a group
that exists in the target domain.
166
Evaluate the New Active Directory Forest
Structure
Applies to: Active Directory Migration Tool 3.2 (ADMT 3.2)
Evaluate the domain structure of your existing Active Directory forest, and then identify the
domains that you want to restructure by consolidating them with other domains. You will also
need to:
Identify the source domains from which you will migrate objects.
Identify and evaluate the organizational unit (OU) structure of the target domain where you
will place those objects.
167
Identify the source domains
The source domains are the domains that you want to migrate objects from and that you plan to
decommission. When you restructure Active Directory domains, it is best to migrate the smallest
possible number of objects. When you select source domains, identify the domains that have the
fewest objects to migrate.
168
To create a resource object assignment table, identify the source and target OU for each object
and note the physical location and role in the target domain. For a worksheet to assist you in
creating a resource object assignment table, see Resource Object Assignment Table
(DSSREER_2.doc) in the Job_Aids_Designing_and_Deploying_Directory_and_Security_Services
download of the Job Aids for Windows Server 2003 Deployment Kit
(http://go.microsoft.com/fwlink/?LinkId=14384).
The following illustration shows an example of a resource object assignment table.
169
Plan for Group Migration
Applies to: Active Directory Migration Tool 3.2 (ADMT 3.2)
Unless you can identify closed sets when you are restructuring Active Directory domains within a
forest, you should migrate groups and users separately. This ensures that users continue to have
access to required resources.
The following table lists each type of group and where the group is physically located.
170
Each type of group is migrated differently based on the group’s physical location and its rules for
group membership. You can migrate universal groups and global groups by using the
Active Directory Migration Tool (ADMT). You can transform them into universal groups for the
duration of the migration, if you are not migrating closed sets. You can update computer local
group membership by using the Security Translation Wizard.
Each group type has different rules for membership, and each group type serves a different
purpose. This affects the order that the groups are migrated from the source to the target
domains. The following table summarizes the groups and their membership rules.
Domain local groups Domain local groups can contain users from
any domain. They are used to assign
permissions to resources. When you
restructure domains, you must migrate domain
local groups when you migrate the resources to
which they provide access, or you must change
the group type to universal group. This
minimizes the disruption in user access to
resources.
ADMT does not automatically convert domain
local groups to universal groups as it does for
global groups.
171
Plan for Test Migrations
Applies to: Active Directory Migration Tool 3.2 (ADMT 3.2)
The Active Directory Migration Tool (ADMT) does not include a test migration option. Develop a
test plan to assist you in systematically testing each object after it is migrated to the new
environment, and identifying and correcting any problems that might occur. Testing to verify that
your migration is successful helps ensure that users who are migrated from the source to the
target domain can log on, access resources based on group membership, and access resources
based on user credentials. Testing also helps ensure that users can access the resources that
you migrate.
After your testing is complete, you can proceed with migrating small pilot groups and then
gradually increase the size of each batch of migration objects in your production environment.
Use the following process to test the migration of your account object and resource objects:
1. Create a test user in the source domain. Include this test user with your migrations.
2. Join that user to the appropriate global groups to enable resource access.
3. Log on to the source domain as the test user, and verify that you can access resources as
appropriate.
4. After you migrate the user account, translate the user profile, and migrate the workstation of
the user, log on to the target domain as the test user, and verify that the user has retained all
necessary access and functionality. For example, you might test to verify that:
The user can log on successfully.
The user has access to all appropriate resources, such as file and print shares; access to
services such as messaging; and access to line-of-business (LOB) applications. It is
especially important to test access to internally developed applications that access
database servers.
The user profile was successfully translated, and the user retains desktop settings,
desktop appearance, shortcuts, and access to the My Documents folder. Also, verify that
applications appear in and start from the Start menu.
You cannot migrate every user property when you migrate user accounts. For more
information about user properties that cannot be migrated, see Migrate User Accounts,
later in this guide.
After you migrate resources, log on as the test user in the target domain, and verify that you can
access resources as appropriate.
If any steps in the test process fail, identify the source of the problem, and determine whether you
can correct the problem before the object has to be accessible in the target domain. If you cannot
correct the problem before access to the object is required, roll back to your original configuration
to ensure access to the user or resource object. For more information about creating a rollback
plan, see Creating a Rollback Plan, later in this guide.
As part of your test plan, create a migration test matrix. Complete a test matrix for each step that
you complete in the migration process. For example, if you migrate 10 batches of users, complete
172
the test matrix 10 times, once for each batch that you migrate. If you migrate 10 member servers,
complete the test matrix for each of the 10 servers.
For a worksheet to assist you in creating a test matrix, see Migration Test Matrix
(DSSREER_3.doc) in the Job_Aids_Designing_and_Deploying_Directory_and_Security_Services
download of the Job Aids for Windows Server 2003 Deployment Kit
(http://go.microsoft.com/fwlink/?LinkId=14384).
The following illustration shows an example of a completed migration test matrix.
173
Note
174
is scheduled. If your organization maintains an intranet, publish the account migration schedule
and the information contained in the user mail on an easily accessible Web page.
Include the following information in your end-user communication.
General information
Alert users to the fact that their user accounts are scheduled to be migrated to a new domain.
Point users to a Web page or internal resource where they can find additional information, and
view a migration schedule.
Inform users of their new domain name. Be sure to let them know that their account passwords
will not change. Let users know that the original domain account will be disabled immediately
following the migration, and the disabled account will be deleted after a specified period of time.
This is not needed if they log on with user principal names (UPNs).
Impact
Make sure that users understand that when their account is migrated, they might be unable to
access some resources, such as Web sites, shared folders, or resources that individuals in their
group or division do not widely use.
Provide information to users about whom to contact for assistance in regaining access to required
resources.
Premigration steps
Alert users to any steps that they need to complete before the migration process begins. For
example, they must decrypt files encrypted by means of Encrypting File System (EFS). Failure to
decrypt encrypted files will result in loss of access to encrypted files following the migration.
Users must also ensure that their computers are connected to the network when their account is
scheduled to be migrated.
Expected changes
Describe other changes that users can expect to experience following the migration, such as
changes in use of smart cards, secure e-mail, or instant messaging, if applicable.
175
Scheduling and support information
Provide information about where users can go to find more information, for example, an internal
Web site where you post information about the migration. Also, provide information about whom
to contact if a user has a conflict with the date that is scheduled for the migration.
176
Migration object Credentials necessary in the Credentials necessary in the
source domain target domain
ADMT also includes database administration roles that you can use to assign a subset of
database permissions to users who perform specific migration tasks. The database administration
roles and the migration tasks that they can perform are listed in the following table.
177
Role Migration task
Users who are assigned the role of SQL Server sysadmin hold all ADMT database administration
roles. They have permissions to:
Display database roles and users who hold those roles.
Add groups or users to roles.
Remove groups or users from roles.
By default, the local Administrators group is assigned the role of sysadmin. This group can
perform all ADMT database functions.
Installing ADMT
ADMT can be downloaded from the Microsoft Connect (http://go.microsoft.com/fwlink/?
LinkId=401534) site. It requires a preconfigured instance of SQL Server for its underlying data
store. If you use SQL Server Express, the ADMT console must be installed and run locally on the
server that hosts the SQL Server Express database instance. If you use a full version of SQL
Server, you can install and run the ADMT console on a remote computer, and you can run
multiple ADMT consoles on different remote computers.
The rest of this section covers the following installation issues:
178
To install ADMT
Prerequisites for installing ADMT
Install ADMT
Install ADMT
Download SQL Server Express, or create a new database instance on an existing SQL Server
installation to use with ADMT. During the SQL Server installation, select Windows
Authentication Mode. After you install SQL Server, use the following procedure to install ADMT.
Membership in Administrators, or equivalent, is the minimum required to complete this
procedure. Review details about using the appropriate accounts and group memberships at Local
and Domain Default Groups (http://go.microsoft.com/fwlink/?LinkId=83477).
179
On the Database Import page, if you do not need to import data, click No, do not
import data from an existing database (Default). If you need to import data from a
previous ADMT installation, click Yes, import data from an existing ADMT v3.0 or
ADMT v3.1 database, and then, to navigate to the existing database file location, click
Browse.
Before you can import the data from an existing database, you have to detach the
database file from SQL Server by using SQL Server commands. For more information,
see Detach an existing database file from a previous version of ADMT and
SQL Server.
When you are finished, click Next.
6. On the Summary page, review the results of the installation, and then click Finish.
For more information about this stored procedure call, see SQL Server documentation. For more
information about how to use SQL Server Management Studio to detach the database, see How
to: Detach a Database (SQL Server Management Studio (http://go.microsoft.com/fwlink/?
LinkId=183994).
180
You can run Admtdb.exe from an elevated command prompt on any server that can target the
server computer that is running SQL Server to create the ADMT instance on that server
computer.
Syntax Description
Note
Before you upgrade the ADMT
database, first open the ADMT console
to verify that it is compatible with the
database.
admtdb attach [/{a|attach}: "v3x database Attaches an existing ADMT database to the
path" local SQL Server Express instance.
The /attach parameter, which is required,
specifies the path to a detached Admt.mdf
database file.
To see Help for all Admtdb.exe command-line options, at the command prompt, type admtdb /?.
If you began the migration by using a local SQL Server Express database and then configured a
remote instance of a SQL Server database, and you need to switch back to using a local
SQL Server Express database, complete the following procedure. In this case, the ADMT
database file is already attached to the SQL Express instance. Therefore, there is no need to
explicitly reattach it.
If you began the migration by using SQL Server and you want to switch to SQL Server Express,
see Reuse an existing ADMT database from a previous installation.
181
Note
To use
reuse
anaexisting
local database
(detached)
afterADMT
you configure
databaseawith
remote
a local
instance
SQL Server
of a SQL Server
instance
database
Membership in Administrators, or equivalent, is the minimum required to complete this
procedure. Review details about using the appropriate accounts and group memberships at Local
and Domain Default Groups (http://go.microsoft.com/fwlink/?LinkId=83477).
1. On the local computer, click Start, point to Administrative Tools, and then click
Services.
2. In the Details pane, ensure that the service hosting the SQL Server Express instance is
running and that the Startup Type is set to Automatic.
If the service is not started or if it is not set to start automatically at system startup, click
Started, right-click the name of the service, and then click Properties.
3. On the General tab, in the Startup Type list, click Automatic.
4. Under Service Status, click Start, and then click OK.
5. Close Services.
6. At the command prompt, type the following commands:
Note
The admtdb attach command is necessary only if you previously ran SQL
commands to detach the local SQL Server Express instance.
admtdb attach /{s | Server}:”Local SQL Server Express
instance”
admt config setdatabase /s:Server\Instance.
You can now use the local database.
1. On the local computer, click Start, point to Administrative Tools, and then click
Services.
2. In the details pane, ensure that the service hosting the SQL Server Express instance is
running and that the Startup Type is set to Automatic.
If the service is not started or if it is not set to start automatically at system startup, click
Started, right-click the name of the service, and then click Properties.
3. On the General tab, in the Startup Type list, click Automatic.
182
4. Under Service Status, click Start, and then click OK.
5. Close Services.
6. At the command prompt, type the following commands:
admtdb attach /{s | Server}:”Local SQL Server Express
instance” /{a | Attach}:”Path to ADMT v3.x database file to
attach"
admt config setdatabase /s: server\instance
You can now use the existing ADMT database with the local SQL Server instance. It is
not necessary to run the ADMT installation wizard again. ADMT installation can be run
only once. You can perform any subsequent database configuration changes by using the
admtdb.exe and admt config setdatabase commands.
To use the Password Export Server with the new ADMT installation, you need to generate
a new encryption key. For more information, see Enabling Migration of Passwords.
183
To run the service account migration wizard
Service Account Migration Wizard to detect service accounts on computers that are not managed
by trusted administrators, such as workstations.
If you do not identify and transition a trusted computer that therefore does not get its service
account updated, you will have to manually set the new password that ADMT creates. To do this,
obtain the password from the Password.txt file, and then manually enter that account and
password information for the service on the computer that did not get transitioned.
When the accounts that the Service Account Migration Wizard identifies in the ADMT database as
running in the context of a user account are migrated to the target domain, ADMT grants each
account the right to log on as a service.
184
To identify service accounts by using the ADMT command-line option
Or
Click Read objects from an include file,
and then click Next. Type the location of
the include file, and then click Next.
Service Account Information Select any user accounts that do not have
to be marked as service accounts in the
ADMT database, and then click
Skip/Include to mark the accounts as
Skip.
The wizard connects to the selected computers, and then sends an agent to check every
service on the remote computers. The Service Account Information page lists the
services that are running in the context of a user account and the name of that user
account. ADMT notes in its database that these user accounts have to be migrated as
service accounts. If you do not want a user account to be migrated as a service account,
select the account, and then click Skip/Include to change the status from Include to
Skip.
3. You use Update SCM to update the Service Control Manager with the new information.
Unless you have a failure in reaching a computer to update the service, the Update SCM
button is not available. If you have a problem updating a service account after the
account was identified and migrated, ensure that the computer that you are trying to
reach is available, and then restart the Service Account Migration Wizard. In the wizard,
click Update SCM to try to update the service. If you ran the Service Account Migration
Wizard previously and the Update SCM button is not available, examine the ADMT log
files to determine the cause of the problem. After you correct the problem and the agent
can connect successfully, the Update SCM button becomes available.
1. On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
2. At the command line, type the following command, and then press ENTER:
ADMT SERVICE /N "<computer_name1>" "<computer_name2>" /SD:"<source_domain>" /TD:"
<target_domain>"
185
To identify service accounts by using a script
source domain that run service accounts.
As an alternative, you can include parameters in an option file that is specified at the
command line as follows:
ADMT SERVICE /N "<computer_name1>" "<computer_name2>" /O:" <option_file>.txt"
The following table lists the common parameters that are used for the identification of
service accounts, along with the command-line parameter and option file equivalents.
3. Review the results that appear on the screen for any errors.
Create a script that incorporates ADMT commands and options for identifying service
accounts by using the following sample script. Copy the script to Notepad, and save the
file with a .wsf file name extension in the same folder as the AdmtConstants.vbs file.
<Job id="IdentifyingServiceAccounts" >
<Script language="VBScript" src="AdmtConstants.vbs" />
<Script language="VBScript" >
Option Explicit
Dim objMigration
Dim objServiceAccountEnumeration
'
'Create instance of ADMT migration objects.
'
'
'Specify general migration options.
'
186
objMigration.SourceDomain = "source domain"
'
'Enumerate service accounts on specified computers.
'
objServiceAccountEnumeration.Enumerate admtData, _
Array("computer name1" ,"computer name2" )
187
The company is most concerned about a set of accounts that access a SQL Server database.
Access to this database is an important part of their business.
The company decided to use Active Directory Migration Tool (ADMT) as its migration tool and to
use the wizards. The company installs ADMT and creates two account migration groups to use for
the migration process. The company assigns high-level permissions to the first group and then
adds the appropriate deployment team members to that group. The centralized deployment team
will use this account to migrate users. The company assigns workstation and local resource
permissions to the second group. The deployment team will use the second group to migrate
resources at the remote locations.
188
Migrate Groups
Applies to: Active Directory Migration Tool 3.2 (ADMT 3.2)
To protect your system against the problem of open sets when you restructure Active Directory
domains within a forest, migrate groups before you migrate the user accounts that are members
of those groups. If you migrate groups simultaneously with migrating users, you might not migrate
nested groups, which creates an open set.
In addition, follow these guidelines for migrating groups:
Migrate universal groups first, followed by global groups.
Migrate domain local groups when you migrate the resources (domain controllers and
member servers) on which they are used to assign permissions.
You can choose to migrate computer local groups when you migrate the computer later in the
restructure process.
189
Note
To migrate universal groups by using the ADMT snap-in
On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
Use the Group Account Migration Wizard by performing the steps in the following table.
190
To migrate universal groups by using the ADMT command-line option
1. On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
Note
When you start a group migration with sIDHistory migration from the command
line, the command must be run on a domain controller in the target domain.
2. At a command line, type the ADMT Group command with the appropriate parameters, and
then press ENTER:
ADMT GROUP /N "<group_name1>" "<group_name2>" /IF:YES /SD:" <source_domain>" /TD:"
<target_domain>" /TO:" <target_OU>"
As an alternative, you can include parameters in an option file that is specified at the
command line as follows:
ADMT GROUP /N "<group_name1>" "<group_name2>" /O: "<option_file>.txt"
The following table lists the parameters that are required for migrating universal groups,
191
To migrate universal groups by using a script
the command-line parameters, and option file equivalents. For a complete list of all
available parameters, see ADMT v3.1 Help.
3. Review the results that are displayed on the screen for any errors.
4. Open Active Directory Users and Computers, and then locate the target domain OU.
Verify that the universal groups exist in the target domain OU.
Use the following sample to prepare a script that incorporates ADMT commands and
options for migrating groups within a forest. Copy the script to Notepad, and save the file
with a .wsf file name extension in the same folder as the AdmtConstants.vbs file.
Note
When you start a group migration with sIDHistory migration from a script, you
must run the script on a domain controller in the target domain.
<Job id="MigratingGroupsWithinForest" >
<Script language="VBScript" src="AdmtConstants.vbs" />
<Script language="VBScript" >
Option Explicit
Dim objMigration
Dim objGroupMigration
'
'Create instance of ADMT migration objects.
'
'
192
'Specify general migration options.
'
objMigration.IntraForest = True
objMigration.SourceDomain = "source domain"
objMigration.SourceOu = "source container"
objMigration.TargetDomain = "target domain"
objMigration.TargetOu = "target container"
'
'Migrate specified group objects.
'
193
To migrate global groups by using the ADMT snap-in
You do not have to include built-in and well-known global groups in your migration because these
groups already exist in the target domain. If you select a built-in group or well-known global group
for migration, ADMT does not migrate it. Instead, ADMT makes a note in the log and continues to
migrate other global groups.
The procedure for using the Group Account Migration Wizard to migrate global groups is the
same as that for migrating universal groups. For more information about the procedure for
migrating global groups and universal groups, see Migrate Universal Groups, earlier in this guide.
After you complete the global group migration process, use Active Directory Users and
Computers to verify that the global groups migrated successfully. Verify that the global groups no
longer exist in the source domain and that the groups appear in the target domain in the
organizational unit (OU) that you specified during the migration process. The global groups are
listed as universal groups in the target domain if they still have members in the source domain. To
view a list of members of the universal group, right-click the group, click Properties, and then
click the Members tab. The original members of the global group are listed. Note, however, that
user accounts have not yet been migrated.
If you are migrating user accounts during the intraforest migration but you are not migrating the
global groups in the source domain that the user accounts are members of, ADMT updates the
global groups in the source domain, regardless. ADMT removes the migrated user accounts from
the membership of the global group in the source domain because the global group can only
include members from the source domain. As a result, it is possible that users do not continue to
access resources in the source domain after the migration because they are no longer members
of those groups.
You can migrate global groups by using the ADMT snap-in, the ADMT command-line option, or a
script.
1. On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
2. Use the Group Account Migration Wizard by performing the steps in the following table.
194
Wizard page Action
3. After the wizard runs, click View Log, and review the migration log for any errors.
4. Open Active Directory Users and Computers, and then locate the target domain OU.
Verify that the global groups exist in the target domain OU.
195
To migrate global groups by using a
the
script
ADMT command-line option
1. On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
Note
When you start a group migration with sIDHistory migration from the command
line, you must run the command on a domain controller in the target domain.
2. At a command line, type the ADMT Group command with the appropriate parameters, and
then press ENTER:
ADMT GROUP /N "<group_name1>" "<group_name2>" /IF:YES /SD:" <source_domain>" /TD:"
<target domain>" /TO:" <target OU>"
As an alternative, you can include parameters in an option file that is specified at the
command line, as follows:
ADMT GROUP /N "<group_name1>" "<group_name2>" /O: "<option_file>.txt"
The following table lists the parameters that are required for migrating global groups, the
command-line parameters, and option file equivalents.
3. Review the results that are displayed on the screen for any errors.
4. Open Active Directory Users and Computers, and then locate the target domain OU.
Verify that the global groups exist in the target domain OU.
1. Use a script that incorporates ADMT commands and options for migrating universal
groups. For more information about migrating universal groups, see Migrate Universal
Groups, earlier in this guide.
Note
When you start a group migration with sIDHistory migration from a script, the
script must be run on a domain controller in the target domain.
2. After completing the global group migration by using a script, view the migration log. The
migration.log file is stored in the folder where you installed ADMT, typically Windows\
ADMT\Logs.
Note
Because universal groups are replicated to the global catalog, converting global
groups to universal groups can affect replication traffic. When the forest is
196
To migrate service accounts by using the ADMT snap-in
operating at the Windows Server 2003 or Windows Server 2008 functional level,
this impact is reduced because only changes to the universal group membership
are replicated. However, if the forest is not operating at the Windows Server 2003
or Windows Server 2008 functional level, the entire group membership replicates
every time that the universal group membership changes.
On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
Use the User Account Migration Wizard by performing the steps in the following table.
197
Wizard page Action
198
To migrate service accounts by using the ADMT command-line option
A Migration Progress dialog box updates you on the status of the migration. During this
time, ADMT moves the accounts to the target domain, generates a new password for the
accounts, assigns the accounts the right to log on as a service, and provides this new
information to the services that use the accounts. When the status is listed as
Completed in the Migration Progress dialog box, you can continue with the rest of the
intraforest migration.
Before the migration of the service accounts is completed, users might experience
interruptions when they use the services. This is because, until the service is restarted, it
still uses the account that has been migrated. For any services that continually use
credentials, such as search services, manually restart the services to ensure optimal
results.
1. On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
2. At the command line, type the following command, and then press ENTER:
ADMT USER /N "<server_name1>" "<server_name2>" /IF:YES /SD:" <source_domain>"
/TD:" <target_domain>" /TO:" <target_OU>" /MSA:YES
Where <Server_name1> and <Server_name2> are the names of servers in the source
domain that run service accounts. As an alternative, you can include parameters in an
option file that is specified at the command line, as follows:
ADMT USER /N "<server_name1>" "<server_name2>" /O: "<option_file>.txt"
The following table lists the parameters that are required for migrating service accounts,
the command-line syntax, and option file equivalents.
199
To migrate service accounts by using a script
3. Review the results that are displayed on the screen for any errors.
4. Open Active Directory Users and Computers, and locate the target domain OU. Verify
that the service accounts exist in the target domain OU.
Use the following listing to prepare a script that incorporates ADMT commands and
options for migrating service accounts. Copy the script to Notepad, and save the file with
a .wsf file name extension in the same folder as the AdmtConstants.vbs file.
<Job id=" MigratingServiceAccountsWithinForest" >
<Script language="VBScript" src="AdmtConstants.vbs" />
<Script language="VBScript" >
Option Explicit
Dim objMigration
Dim objUserMigration
'
'Create instance of ADMT migration objects.
'
'
'Specify general migration options.
'
objMigration.IntraForest = True
objMigration.SourceDomain = "source domain"
objMigration.SourceOu = "source container"
200
Note
objMigration.TargetDomain = "target domain"
objMigration.TargetOu = "target container"
'
'Specify user migration specific options.
'
objUserMigration.UpdateUserRights = True
objUserMigration.MigrateServiceAccounts = True
'
'Migrate specified service accounts.
'
objUserMigration.Migrate admtData, _
Array("service account name1", "service account name2" )
201
Important
To migrate managed service accounts by using the ADMT snap-in
2. Use the Computer Migration Wizard or admt computer command line tool to migrate the
computers that host the managed service accounts. For more information about migrating
computers as part of an interforest migration, see Remigrating User Accounts and Migrating
Workstations in Batches. For more information about migrating computers as part of an
intraforest migration, see Migrate Workstations and Member Servers.
The managed service accounts that were migrated in the previous step and that were
originally installed on the migrated computers are identified during the computer migration.
After the computer migration is complete, the managed service accounts are re-installed on
the computer in the target domain (unless you request to skip them). If you have run security
translation on the member servers that have resources that grant permission to the managed
service accounts, the accounts have the same permissions for resource access in the target
domain as they had in the source domain.
If you are migrating managed service accounts between domains within the same
forest, run security translation on the member servers in the source domain that have
resources that grant permission to the managed service accounts. Security
translation is not normally necessary during an intraforest migration because a SID is
moved with an account. But managed service accounts that are migrated between
domains in the same forest are copied. A new account is created in the target domain
and the account properties (excluding SID) are copied from the source domain.
Therefore, you need to run security translation.
If the resources in the source domain that grant permission to a managed service
account are hosted on the same computer as the managed service account, then you
should select security translation on the appropriate resources (Files and folders,
Local groups, and so on) on the Translate Objects page of the Computer Migration
Wizard. If the resources are on other computers that are not being migrated, then you
need to run the Security Translation Wizard on those computers and on the Security
Translation Options page, select Previously migrated objects or explicitly provide
the MSA accounts in a SID mapping file. For more information about translation
security, see Translating Security on Your Member Servers.
1. On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
2. In the ADMT snap-in, click Action, and then click Managed Service Account Migration
Wizard.
3. Complete the Managed Service Account Migration Wizard by using the information in the
following table.
202
Wizard page Action
203
To migrate managed service accounts by using the ADMT command-line option
Managed Service Account Options Select the Update account rights check
box
Select the Fix accounts’ group
memberships check box
If the account is being migrated to a
different forest, select the Migrate
account SIDs to the target domain
check box. This option is not available for
an intraforest migration.
Click Next. Type the user name, password
and domain of an account that has
administrative credentials in the source
domain, and click Next.
Completing the Managed Service Review your selections, and then click
Account Migration Wizard Finish.
4. When the wizard has finished running, click View Log, and then review the migration log
for any errors.
5. Start Active Directory Users and Computers, and then verify that the managed server
accounts exist in the appropriate OU in the target domain.
1. On the computer in the target domain on which ADMT is installed, log on by using the
204
ADMT account migration account.
2. At the command line, type the following command, and then press ENTER:
ADMT MANAGEDSERVICEACCOUNT /N "<managed service account1_name>" "<managed service
account2_name>" /IF:NO /SD:"<source_domain>" /TD:"<target_domain>" /UUR:YES
/FGM:YES /MSS:YES
Where <managed service account1_name> and <managed service account2_name> are the
names of managed service accounts in the source domain.
As an alternative, you can include parameters in an option file that is specified at the
command line as follows:
ADMT MANAGEDSERVICEACCOUNT /N "<managed service account1_name>" "<managed service
account2_name>" /O:"<option_file>.txt"
The following table lists the common parameters that are used for the migrating managed
service accounts, along with the command-line parameter and option file equivalents.
Note
You can
migrate SIDs
for managed
service
accounts
only between
forests. An
error is
returned if
you use this
parameter
during an
intraforest
migration.
205
3. Review the results that are displayed on the screen for any errors.
For managed service accounts that are hosted on member computers in the source domain, you
can include the member computer when you perform computer migration and the managed
service account will be installed on the member computer in the target domain after the computer
is migrated.
206
To migrate user accounts by using the ADMT snap-in
If you want to copy organizational units (OUs) and subtrees of OUs to your target domain, you
can use either the command-line or scripting option and substitute the appropriate parameters.
You must specify a source OU and a target OU, and the target OU must exist. All objects in the
source OU and all subordinate OUs are migrated to the target OU, but the specified source OU
itself is not migrated.
If you are using the command-line option to migrate your accounts, groups, or computers, and
you also want to migrate OUs, modify the command line to use the /D option. Instead of using the
/N (/IncludeName) option, you must use the /D (/IncludeDomain) option with RECURSE and
MAINTAIN, as follows:
ADMT /D:RECURSE+MAINTAIN /O "<option_file.txt>"
If you are migrating accounts, groups, or computers by using the scripting option and you also
want to migrate OUs, modify your script to use the admtDomain option. Instead of using the
admtData or admtFile option, you must use the admtDomain option with admtRecurse and
admtMaintainHierarchy, as follows:
objUserMigration.Migrate admtDomain + admtRecurse + admtMaintainHierarchy
Migrate Accounts
Applies to: Active Directory Migration Tool 3.2 (ADMT 3.2)
You can migrate each batch of user accounts by using the Active Directory Migration Tool (ADMT)
snap-in, the ADMT command-line option, or a script. If you are migrating user accounts that have
the authentication mechanism assurance enabled, use an include file. In the include file, specify
the original user principal name (UPNs) from the source domain as the target UPNs to keep the
authentication mechanism assurance working. For more information about using an include file,
see Use an Include File.
On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
Use the User Account Migration Wizard by performing the steps in the following table.
207
Wizard page Action
Organizational Unit Selection Ensure that ADMT lists the correct target
organizational unit (OU). If it is not correct,
type the correct OU, or click Browse.
In the Browse for Container dialog box,
locate the target domain and OU, and
then click OK.
208
To migrate the user accounts by using the ADMT command-line option
After you click Finish in the User Account Migration Wizard, the Migration Progress dialog
box appears. After the status changes to Completed, view the migration log to determine
whether any errors occurred in the migration process. In the Migration Progress dialog box,
click Close.
The migrated user accounts can log on only to the target domain, and they are prompted to
change the password the first time that they log on to the target domain.
1. On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
Note
When you start a user migration with sIDHistory migration from the command
line, you must run the command on a domain controller in the target domain.
2. At a command line, type the ADMT User command with the appropriate parameters, for
example:
ADMT USER /N "<user_name1>" "<user_name2>" /IF:YES /SD:" <source_domain>" /TD:"
<target_domain>" /TO:" <target_OU>" /TRP:YES /UUR:YES
As an alternative, you can include parameters in an option file that is specified on the
command line, as follows:
ADMT USER /N "<user_name1>" "<user_name2>" /O "<option_file>.txt"
The following table lists the parameters that are required for migrating user accounts, the
command-line parameters, and option file equivalents.
209
To migrate user accounts by using a script
3. Review the results that appear on the screen for any errors.
4. Open Active Directory Users and Computers, and then locate the target domain OU.
Verify that the users exist in the target domain OU.
Note
When you start a user migration with sIDHistory migration from a script, the script
must be run on a domain controller in the target domain.
Use the following sample to prepare a script that incorporates ADMT commands and
options for migrating user accounts within a forest. Copy the script to Notepad, and save
the file with a .wsf file name extension in the same folder as the AdmtConstants.vbs file.
<Job id=" MigratingUserAccountsWithinForest" >
<Script language="VBScript" src="AdmtConstants.vbs" />
<Script language="VBScript" >
Option Explicit
Dim objMigration
Dim objUserMigration
'
'Create instance of ADMT migration objects.
'
'
210
'Specify general migration options.
'
objMigration.IntraForest = True
objMigration.SourceDomain = "source domain"
objMigration.SourceOu = "source container"
objMigration.TargetDomain = "target domain"
objMigration.TargetOu = "target container"
'
'Specify user migration specific options.
'
objUserMigration.TranslateRoamingProfile = True
objUserMigration.UpdateUserRights = True
objUserMigration.FixGroupMembership = True
objUserMigration.MigrateServiceAccounts = False
'
'Migrate specified user objects.
'
211
Caution
To translate local user profiles by using the ADMT snap-in
Translate local user profiles after you migrate the user accounts. To minimize the disruption to
users, translate local user profiles immediately after you migrate a batch of users. If your source
domain includes only a small number of pre–Active Directory clients, migrate them as a group,
and then translate their user profiles before you migrate the next batch of users.
Typically, no action is required to translate a local profile on clients between domains in the same
forest because the GUID of the user remains the same. The local profile can use the SID-to-
GUID mapping that it preserves in the registry to reassign the profile of the user, and then
reassociate it with the new security identifier (SID).
If you are migrating the user account to a domain within the forest, and the path for the local
profile is different, the user profile is modified, and a new profile folder is created on the server
with the correct access control lists (ACLs). The administrator must make sure that the user has
access to the profile folder.
You can translate local user profiles by using the Active Directory Migration Tool (ADMT) snap-in,
the ADMT command-line option, or a script.
Verify that user profile translation succeeds for each user before that user is allowed to
log on. If the user profile translation fails for a user, that user must not log on to the target
domain. In this case, roll back the user account manually by disabling the user account in
the target domain and enabling the user account in the source domain. If the user logs on
before user profile translation succeeds, a new profile will be created for the user and the
old profile will not be available.
1. On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
2. In the Active Directory Migration Tool (ADMT) snap-in, click Action, and then click
Security Translation Wizard.
3. Complete the Security Translation Wizard by using the information in the following table.
212
To translate local user profiles by using the ADMT command-line option
1. On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
2. At the command line, type the ADMT Security command with the appropriate parameters
and then press ENTER.
ADMT SECURITY /N "<computer_name1>" "<computer_name2>" /SD:" <source_domain>"
/TD:" <target_domain>" /TOT:REPLACE /TUP:YES
As an alternative, you can include parameters in an option file that is specified at the
command line, as follows:
ADMT SECURITY /N "<computer_name1>" "<computer_name2>" /O "option_file.txt "
The following table lists the parameters that are required for translating local user
profiles, command-line parameters, and option file equivalents.
213
To translate local user profiles by using a script
3. Review the results that appear in the migration log for any errors.
Use the following sample to prepare a script that incorporates ADMT commands and
options for translating local user profiles. Copy the script to Notepad, and save the file
with a .wsf file name extension in the same folder as the AdmtConstants.vbs file.
<Job id=" TranslatingLocalProfilesWithinForest" >
<Script language="VBScript" src="AdmtConstants.vbs" />
<Script language="VBScript" >
Option Explicit
Dim objMigration
Dim objSecurityTranslation
'
'Create instance of ADMT migration objects.
'
'
'Specify general migration options.
'
objMigration.IntraForest = True
objMigration.SourceDomain = "source domain"
214
Note
objMigration.TargetDomain = "target domain"
'
'Specify security translation specific options.
'
objSecurityTranslation.TranslationOption =
admtTranslateReplace
objSecurityTranslation.TranslateUserProfiles = True
'
'Perform security translation on specified computer
objects.
'
objSecurityTranslation.Translate admtData, _
Array("computer name1" ,"computer name2" )
215
To migrate workstations and member servers by using the ADMT snap-in
Firewalls, such as Windows Firewall in Windows XP Service Pack 2 (SP 2), can prevent the
Active Directory Migration Tool (ADMT) computer account migration from completing. Thoroughly
test your computer migration in a lab environment to uncover any potential issues before you
perform the migration in the production environment. For more information about configuring
Windows Firewall, see Some programs seem to stop working after you install
Windows XP Service Pack 2 (http://go.microsoft.com/fwlink/?LinkId=76705) and Service overview
and network port requirements for the Windows Server system (http://go.microsoft.com/fwlink/?
LinkId=58432).
Computer accounts are treated differently than user and group accounts during a migration
between domains in an Active Directory forest. Where user and group accounts in the source
domain are deleted during an intraforest migration, computer accounts are left enabled in the
source domain, and a new computer account is created in the target domain.
This makes it possible for you to roll back the computer migration, if necessary. After the
migration is complete and your testing verifies that the computer is functioning as expected, you
can safely delete the computer account in the source domain.
If a workstation has managed service accounts installed and those accounts have been
previously migrated, ADMT provides an option to reinstall the migrated managed service account
on the migrated computer and update Service Control Manager. So that ADMT can perform this
operation, the account performing the computer migration needs permissions to modify the
security descriptor of the migrated managed service account.
You can migrate workstations and member servers by using the ADMT snap-in, the ADMT
command-line option, or a script.
1. On the computer in the target domain where ADMT is installed, log on by using a user
account that is a member of the ADMT resource migration group.
2. Use the Computer Account Migration Wizard by performing the steps in the following
table.
216
Wizard page Action
Managed Service Account Information Select any managed service accounts that
(appears if the computer has a managed do not have to be installed on the
service account installed) migrated computer in the target domain,
and then click Skip/Include to mark the
accounts as Skip.
217
To migrate workstations and member servers by using the ADMT command-line option
mode.
3. Review the results that are displayed on the screen for any errors. After the wizard
completes, click View log to see the list of computers, completion status, and the path to
the log file for each computer. If an error is reported for a computer, you will have to refer
to the log file on that computer to review any problems with local groups. The log file for
each computer is named MigrationTaskID.log, and it is stored in the Windows\ADMT\
Logs\Agents folder.
1. On the computer in the target domain where ADMT is installed, log on by using a user
account that is a member of the ADMT resource migration group.
2. At the command line, type the ADMT Computer command with the appropriate parameters,
and then press ENTER.
ADMT COMPUTER /N "<computer_name1>" "<computer_name2>" /IF:YES
/SD:"<source_domain>" /TD:"<target_domain>" /TO:"<target_OU>" [/M: “managed
service account name 1” “managed service account name 2”] [/UALLMSA:Yes] /RDL:1
As an alternative, you can include parameters in an option file that is specified at the
command line, as follows:
ADMT COMPUTER /N "<computer_name1>" "<computer_name2>" /O:" <option_file>.txt"
The following table lists the parameters that are required for workstation and member
server migration, the command-line parameters, and option file equivalents.
218
Parameters Command-line syntax Option file syntax
Note
The /M
parameter
takes
precedenc
e over
the
/UALLMSA
parameter.
Note
The /M
parameter
takes
precedenc
e over
the
/UALLMSA
parameter.
219
To migrate workstations and member servers by using a script
3. Review the results that appear on the screen for any errors. The migration log lists
computers, completion status, and the path to the log file for each computer. If an error is
reported for a computer, you will have to refer to the log file for that computer to review
any problems with local groups. The log file for each computer is named
MigrationTaskID.log, and it is stored in the Windows\ADMT\Logs\Agents folder.
4. Open Active Directory Users and Computers, and then locate the target domain OU.
Verify that the workstations and member servers exist in the target domain OU.
Use the following listing to prepare a script that incorporates ADMT commands and
options for migrating workstations and member servers within a forest. Copy the script to
Notepad, and save the file with a .wsf file name extension in the same folder as the
AdmtConstants.vbs file.
<Job id=" MigratingWorkstationsMemberServersWithinForest" >
<Script language="VBScript" src="AdmtConstants.vbs" />
<Script language="VBScript" >
Option Explicit
Dim objMigration
Dim objComputerMigration
'
'Create instance of ADMT migration objects.
'
'
'Specify general migration options.
'
220
objMigration.IntraForest = True
objMigration.SourceDomain = "source domain"
objMigration.SourceOu = "Computers"
objMigration.TargetDomain = "target domain"
objMigration.TargetOu = "Computers"
'
'Specify computer migration specific options.
'
objComputerMigration.TranslationOption = admtTranslateAdd
objComputerMigration.TranslateLocalGroups = True
objComputerMigration.TranslateUserRights = True
objComputerMigration.UpdateAllManagedServiceAccounts =
True
objComputerMigration.RestartDelay = 1
'
'Migrate computer objects on specified computer objects.
'
objComputerMigration.Migrate admtData, _
Array("computer name1" ,"computer name2")
221
To migrate domain local groups by using the ADMT snap-in
Migrate the domain local groups that exist in the Active Directory domain. You can migrate
domain local groups by using the Active Directory Migration Tool (ADMT) snap-in, the ADMT
command-line option, or a script.
On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
Use the Group Account Migration Wizard by following the steps in the following table.
222
To migrate domain local groups by using the ADMT command-line option
1. On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
2. At a command line, type the ADMT Group command with the appropriate parameters, and
then press ENTER:
ADMT GROUP /N "<group_name1>" "<group_name2>" /IF:YES /SD:" <source_domain>" /TD:"
<target_domain>" /TO:" <target_OU>"
As an alternative, you can include parameters in an option file that is specified at the
command line, as follows:
ADMT GROUP /N "<group_name1>" "<group_name2>" /O: "<option_file>.txt"
The following table lists the parameters that are required for migrating domain local
groups, the command-line parameters, and option file equivalents. For a complete list of
all available parameters, see ADMT v3.1 Help.
3. Review the results that are displayed on the screen for any errors.
4. Open Active Directory Users and Computers, and then locate the target domain OU.
Verify that the domain local groups exist in the target domain OU.
223
To migrate domain local groups by using a script
Use a script that incorporates ADMT commands and options for migrating domain local
groups. You can use the same script that you used to migrate universal groups. For more
information about migrating universal groups, see Migrate Universal Groups, earlier in
this guide.
224
Note
225
Important
To translate security on member servers by using the ADMT snap-in
When you perform interforest migrations, you can choose to log the attributes for each user,
group, and computer object that is migrated. This is called verbose logging, and you do it with the
admt config logging command.
For more information and examples of commands related to accessing ADMT log files, search for
"admt config logging" or "admt task" in the ADMT Help.
On the computer in the target domain on which ADMT is installed, log on by using the
226
ADMT account migration account.
Use the Security Translation Wizard by performing the steps in the following table.
227
To translate security on member servers by using a
the
script
ADMT command-line option
1. On the computer in the target domain on which ADMT is installed, log on by using the
ADMT account migration account.
2. At the command line, type the following command, and then press ENTER:
ADMT Security /N "<computer_name1>" "<computer_name2>" /SD:" <source_domain>"
/TD:" <target_domain>"
Where <Computer_name1> and <computer_name2> are the names of computers for which
you want to translate security.
As an alternative, you can include parameters in an option file that is specified at the
command line, as follows:
ADMT Security /N "<computer_name1>" "<computer_name2>" /O:" <option_file>.txt"
The following table lists the common parameters that are used to translate security on
member servers, along with the command-line parameter and option file equivalents.
3. Review the results that are displayed on the screen for any errors.
Use the following sample to prepare a script that incorporates ADMT commands and
options to translate security on member servers. Copy the script to Notepad, and save
the file with a .wsf file name extension in the same folder as the AdmtConstants.vbs file.
<Job id=" TranslatingSecurityOnMemberServersWithinForest" >
<Script language="VBScript" src="AdmtConstants.vbs" />
<Script language="VBScript" >
Option Explicit
Dim objMigration
Dim objSecurityTranslation
228
'
'Create instance of ADMT migration objects.
'
'
'Specify general migration options.
'
objMigration.IntraForest = True
objMigration.SourceDomain = "source domain"
objMigration.TargetDomain = "target domain"
objMigration.TargetOu = "Computers"
'
'Specify security translation specific options.
'
objSecurityTranslation.TranslationOption =
admtTranslateReplace
objSecurityTranslation.TranslateFilesAndFolders = True
objSecurityTranslation.TranslateLocalGroups = True
objSecurityTranslation.TranslatePrinters = True
objSecurityTranslation.TranslateRegistry = True
objSecurityTranslation.TranslateShares = True
objSecurityTranslation.TranslateUserProfiles = False
objSecurityTranslation.TranslateUserRights = True
'
'Perform security translation on specified computer
objects.
229
'
objSecurityTranslation.Translate admtData, _
Array("computer name1" ,"computer name2" )
230
status in the target domain. Run security translation on domain controllers, if resources reside on
the computer that will be used as the new domain controller.
231
Note
To configure a preferred domain controller in the target
sourcedomain
domain
The Domain Selection page, which all ADMT wizards contain, now provides a way for you to
select explicit source and target domain controllers. Only a writable domain controller can be
selected as preferred domain controller.
As an alternative, you can select Any domain controller in the drop-down list. If you specify a
domain controller, that domain controller will be used if it is available. If you select Any domain
controller, ADMT queries for a preferred domain controller. If a preferred domain controller has
not been configured, ADMT uses DC Locator to locate a domain controller in the specified
domain.
You can also specify a preferred domain controller by using the admt config command-line
option. You must configure source and target domain controllers independently. After you
configure a preferred domain controller, ADMT determines its validity and availability and uses it
automatically every time that you run ADMT.
When you perform an intraforest migration, the domain controller that holds the relative
ID (RID) operations master (also known as flexible single master operations or FSMO)
role is always used by default. If you select a domain controller other than the RID master
as the preferred domain controller, ADMT overrides your selection and always uses the
RID master.
At a command prompt, type the following command, and then press ENTER:
admt config setdomaincontroller /Domain:<DomainName> /sdc:<SourceDomainController>
Value Description
At a command prompt, type the following command, and then press ENTER:
admt config setdomaincontroller /Domain:<DomainName> /tdc:<TargetDomainController>
Value Description
232
Note
To display
clear preferred
preferred
domain
domaincontrollers
controllers
in that
a specified
you havedomain
configured To rename objects using an include file
You can also clear the preferred domain controller that you have configured in the source or
target domain.
At a command prompt, type the following command, and then press ENTER:
admt config cleardomaincontrollers /Domain:<DomainName>
Value Description
You can also display the preferred domain controllers that you have configured in the source or
target domain.
At a command prompt, type the following command, and then press ENTER:
admt config getdomaincontrollers
Note
If the target user principal name (UPN) for a user requires you to specify a
domain name that is different from the target domain UPN, use this format to
ensure that the user name is preserved and not altered by ADMT during
migration.
233
Important
To specify an include file from an ADMT wizard
You must specify the account name as user name, relative distinguished name, or
canonical name. If you specify the account name as a relative distinguished name, you
must also specify the source organizational unit (OU).
The TargetRDN, TargetSAM, and TargetUPN column headings are optional, and you
can list them in any order.
Note
The TargetUPN column heading is only relevant during user account migrations
because group and computer accounts do not have a UPN.
The following are examples of valid include files in which the rename option is used:
SourceName,TargetSam
abc,def
This include file entry changes the TargetSam account name for user "abc" to "def." The
TargetRDN and the TargetUPN, which you did not specify in the include file, does not change as
a result of the migration.
SourceName,TargetRDN,TargetUPN
abc,CN=def,[email protected]
This include file entry changes the TargetRDN for user abc to CN=def and the TargetUPN to
[email protected]. The TargetSAM for user abc does not change as a result of the migration.
You must specify CN= before you use an RDN value.
On the:
Computer Selection Option page of the Computer Migration Wizard
User Selection Option page of the User Account Migration Wizard
234
Note
To specify an include file from the command line
Group Selection Option page of the Group Account Migration Wizard
Click Read objects from an include file. When the prompt appears, specify the
location of the include file.
At a command prompt, type the following command, and then press ENTER:
admt computer /sd:<SourceDomain> /td:<TargetDomain> /F:<IncludeFileName>
Note
For the appropriate command-line syntax for migrating users and groups, search
for "admt user" and "admt group" in ADMT Help.
The following information describes the fields of an include file and provides examples of each
field:
SourceName Field
The SourceName field specifies the name of the source object. You can specify either an account
name or a relative distinguished name. If you only specify source names, it is optional to define a
header on the first line in the file.
The following example includes a header line indicating the SourceName field and a source
object name that is specified in several formats. The second line specifies an account name. The
third line specifies an account name in Windows NT 4.0 account name format. The fourth line
specifies a relative distinguished name.
SourceName
name
domain\name
CN=name
TargetName Field
You can use the TargetName field to specify a base name which is used to generate a target
relative distinguished name, a target Security Accounts Manager (SAM) account name and a
target user principal name (UPN). The TargetName field cannot be combined with other target
name fields that are discussed below.
The target UPN is generated only for user objects, and only a UPN prefix is generated. A
UPN suffix is appended using an algorithm that depends on whether a UPN suffix is
defined for the target organizational unit (OU) or for the target forest. If the object is a
computer, the target SAM account name includes a "$" suffix.
Given the following example input, the target relative distinguished name, target SAM account
name, and target UPN generated are "CN=newname", "newname" and "newname" respectively.
SourceName,TargetName
oldname, newname
TargetRDN, TargetSAM and TargetUPN Fields
235
Note Note
You can use the TargetRDN, TargetSAM, and TargetUPN fields to specify the different target
names independently of each other. You can specify any combination of these fields in any order.
The TargetRDN specifies the target relative distinguished name for the object.
The TargetSAM specifies the target SAM account name for the object. Note that for computers
the name must include a "$" suffix in order to be a valid SAM account name for a computer.
The TargetUPN specifies the target user principal name (UPN) for the object. You can specify
either just the UPN prefix or a complete UPN name (prefix@suffix). If the name that you specify
contains " "or "," characters, you must enclose the name in double quotation marks ("). In
addition, a "," character must be preceded with a "\" escape character or the operation will fail and
ADMT will record an invalid syntax error in the log file.
SourceName,TargetRDN
oldname, CN=newname
SourceName,TargetRDN,TargetSAM
oldname, "CN=New RDN", newsamname
SourceName,TargetRDN,TargetSAM,TargetUPN
oldname, "CN=last, first", newsamname, newupnname
SourceName,TargetSAM,TargetUPN,TargetRDN
Use this format when you are renaming user objects, for example, to accommodate
specifying a target domain of a different domain for the target UPN. For more information,
see Rename Objects During Migration.
oldname, newsamname, [email protected], "CN=New Name"
You can also rename objects during migration by using an include file. For more
information about how to use an include file, see Rename Objects During Migration.
237
Note
TranslatePrinters=No
TranslateRegistry=No
TranslateShares=No
TranslateUserProfiles=No
TranslateUserRights=No
SidMappingFile=SidMappingFile
You can comment out options by a adding a semicolon at the beginning of a line.
When a parameter is not specified, the default setting is used.
Troubleshooting ADMT
Applies to: Active Directory Migration Tool 3.2 (ADMT 3.2)
To troubleshoot your migration process, follow these troubleshooting recommendations:
Troubleshooting ADMT Installation Issues
Troubleshooting User Migration Issues
Troubleshooting Group Migration Issues
Troubleshooting Service Account Migration Issues
Troubleshooting Managed Service Account Migration Issues
Troubleshooting Computer Migration Issues
Troubleshooting Password Migration Issues
Troubleshooting Security Translation Issues
Troubleshooting Intraforest Migration Issues
Troubleshooting ADMT Log File Issues
Troubleshooting ADMT Command-Line Issues
Troubleshooting Agent Operations
238
Note
Unable to check for failed actions… Login failed for user. The user is not associated with a
trusted SQL Server connection.
To resolve this error:
1. Uninstall ADMT.
2. Make sure user has write access on specified instance and can create database.
The SQL Server Express Edition service account group that is created during SQL Server
installation is granted permissions to the ADMT database folder. The user installing ADMT
needs to be added to the service account group. However, if the account being used to install
ADMT is the same as the one used to install SQL Server Express Edition, the account is
added to this group as part of the SQL Server installation.
For SQL Server 2005 Express Edition, the service account group is
SQLServer2005MSSQLUser$machine name$instance name.
For SQL Server 2008 Express Edition, the service account group is
SQLServerMSSQLUser$machine name$instance name.
3. Reinstall ADMT.
If you observe this behavior with the full version of SQL Server, ensure the account
installing ADMT has permissions to create and connect to the database on the SQL
Server instance.
239
(NetBIOS name HAY-BUV). After the first migration, Bob is a member of HAY-BUV\Writers. Bob is
also added to the following groups in the source domain after this first migration:
1. HB-ACCT-WC\Bob is added to the group HB-ACCT-WC\Editors.
2. HAY-BUV\Bob is added to HAY-BUV\TechEditors.
When HB-ACCT-WC\Bob is migrated again to fix his group accounts, HAY-BUV\Bob will be a
member of HAY-BUV\Writers, HAY-BUV\Editors, and HAY-BUV\TechEditors.
To reset the account to only the groups of the source user, you must delete the target account
and then repeat the migration of the source account.
It is also possible to remigrate groups with the Remove existing members option.
Permissions on a user that is migrated from an Active Directory domain are reset to
default values during migration
When you migrate a user from one Active Directory domain to another, the User Account
Migration Wizard creates a new security descriptor on migrated user objects by using settings
from the target domain. The Security tab is only visible if you select View\Advanced Features.
This is by design, because the target domain, not the source domain, dictates security settings on
the migrated user account.
Incorrect error message is displayed during user group fix-up if a user account is deleted
After a migration, if you delete a user account in the target domain and a group that contained the
user account in the source domain (as a member of another group), is migrated between the
same domains, ADMT logs the following wrong error message:
Cannot add <account> to <group>, because <account> has not been migrated to the target
domain.
If you receive this error message, remigrate the user account to the target domain.
Exclusion of the useraccountcontrol property is ignored
The user property userAccountControl is always copied when you migrate from
Windows NT 4.0 domains. Even if you choose to exclude this property on the Object Property
Exclusion wizard page, the exclusion is ignored and the property is migrated.
However, when you migrate from Active Directory domains, the exclusion of this property is
honored and it is not be copied during user migration.
The Remove existing user rights option did not work
Cause: If the Group Policy template that is associated with a user whose user rights are being
removed contains the non-domain-qualified name of the user (for example, if it contains User1
instead of DomainA\User1), the remove operation fails.
Solution: Correct the user name entry in the Group Policy template.
You receive the following error when you try to migrate users with SID history
Unable to migrate users. The following configuration required for SID history has not been
performed. Auditing has not been enabled in the target domain. Unspecified error (0x80004005)
This error can occur because some subcategories for the Directory Service Audit Policy are not
enabled by default in Windows Server 2008 and later versions of Windows Server. All
240
subcategories must be enabled to migrate users with their SID history. For more information
about how to enable them, see Configuring the Source and Target Domains for SID History
Migration.
241
To add a Windows Firewall exception for Remote Service Management
This topic describes known issues related to migrating service accounts with the Active Directory
Migration Tool.
You must have the appropriate rights to update a service account on a remote computer
when you migrate an account
The user account that is running ADMT must have Logon Locally rights to any remote computer
to which the tool dispatches an agent. This also applies to any remote computer whose Service
Control Manager (SCM) is modified while a service account is migrated with the User Account
Migration Wizard. If this account does not have the right to change the SCM, the service account
is still migrated to the target domain, but the service on the remote computer is not updated to
use the target domain account. To update the service on the remote computer, run the Service
Account Migration Wizard and select No, use the previously collected information on the
Update Information page. Because the user’s lack of access is not always flagged as an error in
Migration Progress, it is a good practice to check the migration log file for any errors after you
migrate service accounts.
Services must be identified on all computers before service accounts are migrated
If you identify services on servers using the Service Account Migration Wizard after user
migration has taken place, the configuration of these services with the migrated account and
password information will fail. To configure these services you have to rerun the user migration.
Service account migration takes longer than expected
You might increase performance by enabling a Windows Firewall exception for Remote Service
Management on the computer that is being used.
1. Open Control Panel (Classic View), and then open Windows Firewall.
2. Click the Exceptions tab.
3. Make sure that the Remote Service Management check box is selected.
4. Click OK.
242
Security
To revoke changes to the security descriptor of a migrated managed services account
after it is migrated to the target domain. Before ADMT installs a managed service account, it
changes the security descriptor on the account to grant permissions to the target computer to
reset the password and modify the userAccountControl attribute. The change to the security
descriptor is necessary for installing the managed service accounts.
While the computer has the elevated permissions, a network service on the computer
may now have the ability to disable a managed service account. Therefore, it can launch
a denial-of-service attack on the services that are running under the security context of
that managed service account. The attacker may also use the managed service account
credentials to access other data.
To mitigate this risk, ADMT logs changes to the security descriptors of the migrated managed
service accounts for reference. If the Computer Migration Wizard crashes, check the log file for
the migrated computer. For each managed service account, verify that the permission was
revoked. If it was not, manually revoke these changes in Active Directory Domain Services
(AD DS) to prevent the target computers from being granted elevated permissions to reset
passwords and enable and disable the managed service accounts.
The changes to the security descriptors are logged in the computer migration log file that is
named Migration<TaskID>.log. The log file is located in the %windir%\ADMT\Logs folder on the
computer that runs ADMT. The log messages and their descriptions are listed in the following
table.
Security descriptor for managed service ADMT successfully modifies the security
account '%1' now allows computer '%2' to reset descriptor of a managed service account.
its password and modify its userAccountControl
attribute.
Security descriptor for managed service ADMT successfully restores the security
account '%1' was restored. descriptor of a managed service account.
Unable to modify security descriptor for ADMT fails to modify the security descriptor of
managed service account '%1', hr=%2!lx!. a managed service account.
Subsequent installation of this managed service
account on computer '%3' will fail.
Failed to restore security descriptor for ADMT fails to restore the security descriptor of
managed service account '%1', hr=%2!lx!. a managed service account.
To manually revoke the changes to the security descriptor, complete the following procedure.
1. Open Active Directory Users and Computers. To open Active Directory Users and
Computers, click Start, click Control Panel, double-click Administrative Tools, and
then double-click Active Directory Users and Computers.
2. Click View, and then click Advanced Features.
243
Note
3. Navigate to the container that has the managed service account, right-click the account,
and then click Properties.
By default, managed service accounts are created in the Managed Service Accounts
container.
4. Click the Security tab, and then click the access control entry for the computer object.
5. For Reset password, clear the Allow check box.
6. Click Advanced.
7. Click the access control entry for the computer object, click Edit, and then for Write
userAccountCntrol, clear the Allow check box.
8. Click OK twice, click Apply, and then click OK again to close the Properties dialog box.
244
To change the domain membership of a computer
report, it is possible that the agent might fail to stop or uninstall itself. If this occurs, you receive
the message “An instance of the agent is already running” with each subsequent agent
deployment until either the ADMT agent process is closed or the remote computer is rebooted.
Computer migration may fail if a computer account with the same NetBios name already
exists in the target domain
When you migrate a computer back and forth between two domains, the agent dispatch might fail
if a computer account with the same NetBIOS name as the computer that is being migrated from
the source domain already exists in the target domain.
ADMT could not change the domain affiliation of a particular computer. This failure caused
the computer to lose affiliation with any domain.
Cause: This can be caused by an incorrect migration environment configuration or some
malfunction with either the source computer or target computer.
Solution: Join the computer to a domain and create the computer account in the domain as
described in the following procedures.
To join a domain, you must enter credentials of an account with administrative permissions on the
domain that you want the computer to join. You must restart the computer to complete the joining
of the computer to the domain.
1. Log on to the computer that is using an account with local administrator credentials.
2. Click Start, right-click Computer, and then click Properties.
3. Click Change settings.
4. On the Computer Name tab, click Change.
5. In Computer Name Changes, select Domain, and then type the name of the domain
that you want the computer to join. Click OK, and when you are prompted to restart the
computer, click OK again.
245
To enable the ability to change the user password To remove the User Must Change Password flag
Cause: When you perform an interforest migration, ADMT always sets the User Must Change
Password option for migrated users. If the user account has the User Cannot Change
Password option set, the target account cannot log on until one or both options have been
changed.
Solution: Change the options by using one of the following procedures:
1. In Active Directory Users and Computers, on the View menu, click Advanced Features.
2. Right-click the user, and then click Properties.
3. On the Security tab, allow the Change Password permission for Everyone and for the
user.
In Active Directory Users and Computers, right-click the user, and then click Reset
Password.
After an intraforest migration, users cannot log on to their new domain.
Cause: The user account passwords that were used in the old domain might violate the
password restrictions in the new domain.
In an intraforest migration, user account passwords from the source domain are migrated to the
target domain. If the source domain user accounts have passwords that violate password
restrictions (such as minimum length) in the target domain, the affected migrated users cannot
log on until their password has been set to a value that fits the target domain password policy.
If the users try to use the invalid passwords, their new user accounts might be locked. If you
selected the Disable target accounts option in the User Account Migration Wizard, the new user
accounts are disabled. As a result, the migrated users might not be able to log on until their
accounts have been unlocked or marked as enabled.
Solution: Reset the user account passwords to a value that fits the new domain's password
policy, and enable the user accounts if they were disabled as a result of repeated password
failure.
Migrated users receive an error indicating that their user name or password is incorrect.
Cause: Migrated users cannot log on because of password policy, even though password
policies appear to be disabled.
During a migration, some administrators may choose to disable their password policies on the
target domain. If they try to accomplish this by turning off the minimum password length policy
without setting the policy to zero, it is possible that the users cannot log on because a password
policy is still in effect.
Solution: Set the minimum password length policy to zero. After the zero length policy is in
effect, the minimum password length policy can be turned off.
246
Note
247
decommissioned, or if proper configuration cannot be satisfied between DomainA and DomainC,
ADMT migrates the SID for DomainB\User1 to DomainC\User1 and logs the fact that it could not
migrate the DomainA\User1 SID.
If DomainA does not exist, ADMT writes an error message to the log, but migration still succeeds.
You can ignore this error message.
After migration, new user accounts in the target domain cannot access resources where
the source domain accounts have permissions.
Cause: The settings that are necessary to run ADMT have not been correctly established.
Most migration problems are caused by an incorrectly configured migration environment.
Solution: Open the migration log file, and find the account that you migrated with SID history. If
SID history was added to the account, you should see an entry similar to the following:
2005-10-06 18:28:50-SID for UserAccountName added to the SID history of UserAccountName
If you receive an error message, it is almost certain that you have not configured the environment
correctly, and you should review the configuration topics before you try the migration again.
I am receiving the following error: "The Recycle Bin on C:\ is corrupt or invalid. Do you
want to empty the Recycle Bin for this drive?"
Cause: This is by design. For security reasons, each user who logs on to a computer receives his
or her own, user-specific Recycle Bin. The access control list (ACL) for each instance of the
Recycle Bin can contain only one user-specific SID. When you migrate a user's profile using the
Add option, the SID of the source domain user is added to the SID history of the Recycle Bin.
This places two user-specific SIDs in the Recycle Bin's ACL. This problem does not occur if you
migrate the profiles by using the Replace option.
Solution: On the error message, click Yes, and the Recycle Bin is emptied without a problem. If
you click No, the error continues to appear until you empty the Recycle Bin.
Users in domains that are not trusted cannot access Distributed File System (DFS) shares
in Active Directory domains.
Cause: This is by design.
Solution: If you plan to use DFS shares in your domain, migrate the computers that belong to
users who access DFS shares first or migrate the computers and users in the same migration
session.
249
installed. You can access all ADMT logs in the database by using the admt task command at a
command line.
I cannot read the event log entries for the ADMT agent.
Cause: You are not on a computer on which ADMT has been installed.
Solution: The agent may write event log entries to the computer on which it runs. However, the
agent software is removed when the agent's task is finished. You can view the event log entries
on the computer to which the agent was dispatched by running Event Viewer from the computer
on which ADMT is installed.
I need more information from the ADMT logs.
Cause: Incorrect logging level setting.
By default, ADMT writes summary information to its log files. You can increase the level of detail
by changing the registry entry that controls the logging level.
Solution: On the computer on which ADMT is installed, set the value of the
HKEY_LOCAL_MACHINE\Software\Microsoft\ADMT\TranslationLogLevel registry key to 7.
You can use verbose logging mode for problem diagnosis and troubleshooting. Verbose logging
mode can create very large log files, particularly in cases where large numbers of files, or other
objects whose access control lists (ACLs) must be updated, exist on the target computer.
Because the agent logs are written to the folder that is specified by the %TEMP% environment
variable, the volume to which that environment variable points should have ample disk space.
When you log in with verbose mode, you may have to change the value of the %TEMP%
environment variable before you dispatch an agent.
Generated reports do not show up in the ADMT.
Cause: When ADMT generates reports, it does not update the console automatically.
Solution: To view the reports, close and then reopen ADMT.
Running multiple instances of ADMT in multiple languages
When you run multiple instances of ADMT where different instances are using different
languages, the log files are generated in the language that the instance is being run in. This does
not affect the functionality of ADMT in any way. However, we recommend that you use a unified
language when you run multiple instances of ADMT.
250
If a command-line parameter is specified more the once, the last value overrides the previous
value. This is by design.
Extended characters are not displayed by command-line interface
The ADMT command-line interface does not convert Unicode. Therefore, extended characters
such as the German "umlaut" do not display correctly.
Enable source account option not disabled in intraforest migrations
When you perform intraforest migrations, accounts are moved and not copied between domains.
The source account is removed as part of the move. However, the option to enable a source
account is available through the ADMT command-line interface. When you use this option, you
will receive the following warning:
WRN1: 7362: <object_name> - Could not enable source account. The parameter is wrong
251
When I try to view the results of a remote agent operation, I receive the following error:
"Cannot open the \\ComputerName\(%SystemRoot%)$\temp\dctlog.txt file."
Cause: The default administrative share for the system volume of the computer to which the
agent was dispatched is not enabled.
Because the default share is not enabled, ADMT cannot read the log file.
Solution: Re-enable the default share of the system volume.
When generating reports, I receive IDispatch error 3107
Cause: This error may occur when the Agent Monitor is closed before all agents have finished
writing their results back to the ADMT reporting database.
Solution: To prevent this problem, wait until all agents have completed their tasks before closing
the Agent Monitor.
I need to know which protocols and ports ADMT uses to establish console communication
with domain controllers and ADMT agents running on workstations
Cause: When you run ADMT in environments that have a firewall, you might have to make
firewall port exceptions to support ADMT-related traffic on your network.
Solution: The ADMT console uses Lightweight Directory Access Protocol (LDAP) port 389 to
communicate with domain controllers and Remote Procedure Call (RPC) to communicate with
ADMT agents. For RPC communication, any available RPC port in the range between 1024 and
5000 might be used. For more information, see 836429 in the Microsoft Knowledge Base
(http://go.microsoft.com/fwlink/?LinkId=122010).
Why are files that ADMT generates for agent deployment not removed after use?
Files that are generated on client computers where the ADMT agent service was run for security
translation of local groups are placed in %windir%\onepointdomainagent.
Files at this location can remain after reboot for the following reasons:
If the computer still has ADMT installed.
If after you remove ADMT from the computer, you do not perform registry cleanup to remove
any entries from the HKLM\Software\Microsoft\ADMT path.
If you reboot the computer without waiting for ADMT agent processes to exit or complete. To
verify that ADMT processes have been exited, you can use Task Manager to verify that
ADMTAgnt.exe and DctAgentServices.exe are no longer listed on the Processes tab. If
either of these processes is listed, use Task Manager to end them first before you perform a
reboot.
Additional Resources
Applies to: Active Directory Migration Tool 3.2 (ADMT 3.2)
These resources contain additional information, tools, and job aids that are related to this guide.
252
Related information
Designing and Deploying Directory and Security Services (http://go.microsoft.com/fwlink/?
LinkId=76005)
Related tools
Article 295758 in the Microsoft Knowledge Base (http://go.microsoft.com/fwlink/?
LinkId=77553)
253