Keeping user profiles when switching domain.

  • Thread starter Thread starter Hans Gustavsson
  • Start date Start date
H

Hans Gustavsson

We are about to migrate all our desktop computers into
our corporate AD from various workgroups and nt4 domains
and I am not sure how I can handle the user profiles so
that a minimum of work needs to be done at each machine.

As it is now all users are local administrators on their
machines (which will be dealt with through GPOs later on)
and very little centralized management of the
clientcomputers are made.

If we need to handle it through copying of the profiles
one by one how should I go about doing this to avoid as
many problems as possible.

/regards
Hans
 
--------------------
Sender: "Hans Gustavsson" <[email protected]>
Subject: Keeping user profiles when switching domain.
Date: Tue, 1 Jun 2004 03:30:44 -0700

We are about to migrate all our desktop computers into
our corporate AD from various workgroups and nt4 domains
and I am not sure how I can handle the user profiles so
that a minimum of work needs to be done at each machine.

As it is now all users are local administrators on their
machines (which will be dealt with through GPOs later on)
and very little centralized management of the
clientcomputers are made.

If we need to handle it through copying of the profiles
one by one how should I go about doing this to avoid as
many problems as possible.

/regards
Hans
-----------------------

You can either ...
a) Specify a profile path for each domain user, and then copy that
particular user's ntuser.dat file to the path
or
b) Let the user log in at their workstation, then log in as a different
user and copy the ntuser.dat file to their local profile folder

These are the two simplest ways that come to mind. There are no doubt some
more complex methods (involving some fancy scripting), but that will
increase the potential "problems" that could arise.



--
~~ JASON HALL ~~
~ Performance Support Specialist,
~ Microsoft Enterprise Platforms Support
~ This posting is provided "AS IS" with no warranties, and confers no
rights.
~ Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
~ Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
 
Hans said:
We are about to migrate all our desktop computers into
our corporate AD from various workgroups and nt4 domains
and I am not sure how I can handle the user profiles so
that a minimum of work needs to be done at each machine.

As it is now all users are local administrators on their
machines (which will be dealt with through GPOs later on)
and very little centralized management of the
clientcomputers are made.
Hi

You can reuse the old profile with the "new" user by changing the new
user's ProfileImagePath in registry to point to the old profile.

More here:
http://groups.google.com/[email protected]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top