Active Directory Migration Tool v.2.0

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I currently have a Windows 2000 server(non-Active Directory) in which I would
like to migrate the users/groups to another Windows 2000 server that is
running Active Directory. Will this tool enable me to do this? and does the
source computer have to be in a Domain? Thank you in advance for all
responses.
 
As the name implies, the Active Directory Migration Tool migrates from one
AD implementation to another. This will not move from member server with
local objects to an AD. You could migrate with either ADSI or export files,
but these will migrate the accounts only -- there will be no SIDHistory and
PW migration to maintain logons and access to resources.

I would:
1. Implement AD
2. Assign permissions to local server resources
3. Join the workstations to the domain
4. Do a controlled migration of users to the domain accounts making sure to
copy their local profiles over or changing the ProfileList keys to point the
New SID at the old path.
 
In
Chuck Durley said:
I currently have a Windows 2000 server(non-Active
Directory) in which I would like to migrate the
users/groups to another Windows 2000 server that is
running Active Directory. Will this tool enable me to do
this? and does the source computer have to be in a
Domain? Thank you in advance for all responses.

ADMT will not migrate local accounts to Active Directory.
You can DCPROMO the non AD server to a DC, which converts the local accounts
to domain accounts, then you set up trust between the two domains and use
ADMT to migrate the accounts.
 
See, now there is an interesting idea.

--
Ryan Hanisco
MCSE, MCDBA
FlagShip Integration Services
Chicago, IL
 
Back
Top