RE: Moving user account from NT to Win2k3



Hi Wilson,

Thanks for update!

I understand that Adduser.exe can export/import the users with same name
but no securiy identifier. That is to say, they are different user account
in nature from the security point of view. Additionally, the RoboCopy is
unable maintain the share properties and you may want to recreate the share
permission. However, you can simply migrate shares through registry key.

Windows stores all share information in the registry. This allows you to
export the information from one machine and import it into another. To
access the share information, open the Registry Editor by going to Start |
Run, typing regedt32.exe, and clicking OK. Then, navigate to the following
key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Shares
This registry key lists all shares. To move a share from one server to
another, follow these steps:

-In the Registry Editor, go to Registry | Export Registry File.
-Save the settings in a .reg file by selecting a location and clicking
Save.
-Close the Registry Editor.
-Copy the .reg file to the destination computer.
-Right-click the file, and select Merge.
-In order for the shares to show up, you'll need to restart the machine. Or
you can start and stop the server service (enter -Net Stop Server and then
Net Start Server at the command prompt) and other services that require
server service.

Note: Be aware that this procedure will migrate all of the shares from the
source machine. In addition, you must store the folders on the same drive
as before. For example, if you copied the C:\test share from one machine,
you must copy the folder to the same location (C:\test) on the destination
machine.

Note: Editing the registry is risky, so be sure you have a verified backup
before making any changes.

=================================================
This response contains a reference to a third party World Wide Web site.
Microsoft is providing this information as a convenience to you. Microsoft
does not control these sites and has not tested any software or information
found on these sites; therefore, Microsoft cannot make any representations
regarding the quality, safety, or suitability of any software or
information found there. There are inherent dangers in the use of any
software found on the Internet, and Microsoft cautions you to make sure
that you completely understand the risk before retrieving any software from
the Internet.

Detailed information for you reference:
http://techrepublic.com.com/5100-1035_11-5692540.html#

Hope the information helps. If there is anything that is unclear, please
feel free to let me know.

Thanks & Regards,

Jason Tan

Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security

=====================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.


--------------------
| Thread-Topic: Moving user account from NT to Win2k3
| thread-index: AcV9VizhGvQEeQYgRRK0dfkBjA29aQ==
| X-WBNR-Posting-Host: 202.140.234.94
| From: "=?Utf-8?B?V2lsc29uIENoZXVuZw==?="
<WilsonCheung@xxxxxxxxxxxxxxxxxxxxxxxxx>
| References: <856ACE57-0188-4470-8572-23CCA313D64F@xxxxxxxxxxxxx>
<jjq6PZJfFHA.3016@xxxxxxxxxxxxxxxxxxxxx>
<A32915EB-DBAD-48D8-98B9-31348CD3EA65@xxxxxxxxxxxxx>
<OMKgU5RfFHA.3016@xxxxxxxxxxxxxxxxxxxxx>
<C54101DE-F7F1-44F5-9CE7-CFD236E37CA5@xxxxxxxxxxxxx>
<Xz4lzrUfFHA.1528@xxxxxxxxxxxxxxxxxxxxx>
| Subject: RE: Moving user account from NT to Win2k3
| Date: Thu, 30 Jun 2005 02:29:12 -0700
| Lines: 298
| Message-ID: <445BE805-E260-497F-8537-36ACF54AF123@xxxxxxxxxxxxx>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.public.windows.server.migration
| NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.windows.server.migration:11013
| X-Tomcat-NG: microsoft.public.windows.server.migration
|
| Hi Jason,
|
| Here is my case, there is a Win2k3 w/ AD (brand new setup) and NT4
primary
| server (PDC). I am trying to move all user account from NT4 to Win2k3.
| Fortunately, I got a tool Addusers.exe to do that, I export those user
| accounts from NT4 and successfully import them to Win2k3. Cool!
|
| Here is another question, I used xcopy or robocopy to copy all user files
| from NT4 to Win2k3. Files access Permission and all attributes are copied
| successful too. Unfortunately, those folder with Share permission cannot
be
| copied. Do you know is there a way to do so? Since there are so many
folder
| and subfolder among users personal files. If it is impossible, can I
export a
| list, so that I can know which folders are shared, and then I share those
| folder in Win2k3 manually. At least I have a list to follow.
|
| Many thanks!!
|
| "Jason Tan (MSFT)" wrote:
|
| >
| > Hi Wilson,
| >
| > Maybe I have not described the case clearly. As I mentioned as my
previous
| > post, we cannot use the export/import method to migration. Therefore,
| > without trust relationship release, as I know, there has no such tools
can
| > migrate AD users account besides ADMT. So, I am afraid that to release
the
| > right or "trust" to NT4 temporarily and accomplish the goal of user
| > migration is an appreciate choice in your scenario.
| >
| > Thanks & Regards,
| >
| > Jason Tan
| >
| > Microsoft Online Partner Support
| > Get Secure! - www.microsoft.com/security
| >
| > =====================================================
| >
| > When responding to posts, please "Reply to Group" via your newsreader
so
| > that others may learn and benefit from your issue.
| >
| > =====================================================
| > This posting is provided "AS IS" with no warranties, and confers no
rights.
| >
| >
| >
| > --------------------
| > | Thread-Topic: Moving user account from NT to Win2k3
| > | thread-index: AcV9KmyrtRBYQjE9QFO6m6LZTr/xwQ==
| > | X-WBNR-Posting-Host: 202.140.234.94
| > | From: "=?Utf-8?B?V2lsc29uIENoZXVuZw==?="
| > <WilsonCheung@xxxxxxxxxxxxxxxxxxxxxxxxx>
| > | References: <856ACE57-0188-4470-8572-23CCA313D64F@xxxxxxxxxxxxx>
| > <jjq6PZJfFHA.3016@xxxxxxxxxxxxxxxxxxxxx>
| > <A32915EB-DBAD-48D8-98B9-31348CD3EA65@xxxxxxxxxxxxx>
| > <OMKgU5RfFHA.3016@xxxxxxxxxxxxxxxxxxxxx>
| > | Subject: RE: Moving user account from NT to Win2k3
| > | Date: Wed, 29 Jun 2005 21:16:01 -0700
| > | Lines: 195
| > | Message-ID: <C54101DE-F7F1-44F5-9CE7-CFD236E37CA5@xxxxxxxxxxxxx>
| > | MIME-Version: 1.0
| > | Content-Type: text/plain;
| > | charset="Utf-8"
| > | Content-Transfer-Encoding: 7bit
| > | X-Newsreader: Microsoft CDO for Windows 2000
| > | Content-Class: urn:content-classes:message
| > | Importance: normal
| > | Priority: normal
| > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| > | Newsgroups: microsoft.public.windows.server.migration
| > | NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
| > | Path:
TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA03.phx.gbl
| > | Xref: TK2MSFTNGXA01.phx.gbl
| > microsoft.public.windows.server.migration:11002
| > | X-Tomcat-NG: microsoft.public.windows.server.migration
| > |
| > | Hello,
| > |
| > | I am sorry that I confuse you. The fact is there is a trust between
NT4
| > and
| > | Win2k3. But for the security reason, Win2k3 doesn't release the right
or
| > | "trust" to NT4, therefore AMDT cannot be used to transfer user
account
| > from
| > | NT4 to Win2k3. Besides ADMT, what tools can I use to transfer all
user
| > | account from NT4 to Win2k3? Since there are around 800 -1000 users in
the
| > | organization, it is tough to create the account manually. Thanks
Jason!
| > |
| > | Wilson
| > |
| > |
| > | "Jason Tan (MSFT)" wrote:
| > |
| > | >
| > | > Hello,
| > | >
| > | > Thanks for update!
| > | >
| > | > Actually, based on my experience, it is impossible to accomplish
the
| > goals
| > | > without trust. We cannot simply expert NT domain accounts and
import
| > them
| > | > into 2K3 domain without domain trust relationship. The main cause
is
| > that
| > | > it cannot translate the SIDs security information through this
method
| > | > even though they could have the same account name but different
SIDs.
| > | >
| > | > If there is anything that is unclear, please feel free to let me
know.
| > | >
| > | > Thanks & Regards,
| > | >
| > | > Jason Tan
| > | >
| > | > Microsoft Online Partner Support
| > | > Get Secure! - www.microsoft.com/security
| > | >
| > | > =====================================================
| > | >
| > | > When responding to posts, please "Reply to Group" via your
newsreader
| > so
| > | > that others may learn and benefit from your issue.
| > | >
| > | > =====================================================
| > | > This posting is provided "AS IS" with no warranties, and confers no
| > rights.
| > | >
| > | >
| > | >
| > | >
| > | > --------------------
| > | > | Thread-Topic: Moving user account from NT to Win2k3
| > | > | thread-index: AcV9ExqJWuE643MKQgibVQBLqQu11Q==
| > | > | X-WBNR-Posting-Host: 202.140.234.94
| > | > | From: "=?Utf-8?B?V2lsc29uIENoZXVuZw==?="
| > | > <WilsonCheung@xxxxxxxxxxxxxxxxxxxxxxxxx>
| > | > | References: <856ACE57-0188-4470-8572-23CCA313D64F@xxxxxxxxxxxxx>
| > | > <jjq6PZJfFHA.3016@xxxxxxxxxxxxxxxxxxxxx>
| > | > | Subject: RE: Moving user account from NT to Win2k3
| > | > | Date: Wed, 29 Jun 2005 18:29:05 -0700
| > | > | Lines: 103
| > | > | Message-ID: <A32915EB-DBAD-48D8-98B9-31348CD3EA65@xxxxxxxxxxxxx>
| > | > | MIME-Version: 1.0
| > | > | Content-Type: text/plain;
| > | > | charset="Utf-8"
| > | > | Content-Transfer-Encoding: 7bit
| > | > | X-Newsreader: Microsoft CDO for Windows 2000
| > | > | Content-Class: urn:content-classes:message
| > | > | Importance: normal
| > | > | Priority: normal
| > | > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| > | > | Newsgroups: microsoft.public.windows.server.migration
| > | > | NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
| > | > | Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
| > | > | Xref: TK2MSFTNGXA01.phx.gbl
| > | > microsoft.public.windows.server.migration:10994
| > | > | X-Tomcat-NG: microsoft.public.windows.server.migration
| > | > |
| > | > | Hello Jason,
| > | > |
| > | > | Thank you for your suggestion. However, ADMT cannot be used in my
| > case,
| > | > bcs
| > | > | there is no trust relationship i can build for the security
reason.
| > Any
| > | > other
| > | > | suggestion you can give? Can I export all accouts in NT4 and then
| > import
| > | > them
| > | > | back in Win2k3? Thanks!
| > | > |
| > | > | "Jason Tan (MSFT)" wrote:
| > | > |
| > | > | > Hello,
| > | > | >
| > | > | > Thanks for posting!
| > | > | >
| > | > | > I understand that you want to migrate all user accounts from
| > Windows NT
| > | > | > Domain to Windows 2K3 Domain. If I have misunderstood your
| > concerns,
| > | > please
| > | > | > feel free to let me know.
| > | > | >
| > | > | > Actually, ADMT can definitely accomplish your goal. You may
| > establish
| > | > | > relationship gracefully between the Windows NT domain and
Windows
| > 2k3
| > | > | > domain. And you may run ADMT on the target domain controller
| > (Windows
| > | > 2k3
| > | > | > DC).
| > | > | >
| > | > | > More information for your reference:
| > | > | > How to establish trusts with a Windows NT-based domain in
Windows
| > | > Server
| > | > | > 2003
| > | > | > http://support.microsoft.com/default.aspx?scid=kb;en-us;325874
| > | > | >
| > | > | > Active Directory Migration Tool Overview
| > | > | >
| > | >
| >
http://www.microsoft.com/windows2000/techinfo/planning/activedirectory/admt.
| > | > | > asp
| > | > | >
| > | > | > Migrating from Windows NT Server 4.0 to Windows Server 2003
| > | > | >
| > | >
| >
http://www.microsoft.com/downloads/details.aspx?FamilyID=e92cf6a0-76f0-4e25-
| > | > | > 8de0-19544062a6e6&DisplayLang=en
| > | > | >
| > | > | > Download Active Directory Migration Tool v.2.0
| > | > | >
| > | >
| >
http://www.microsoft.com/downloads/details.aspx?FamilyID=788975b1-5849-4707-
| > | > | > 9817-8c9773c25c6c&DisplayLang=%20en
| > | > | >
| > | > | > 832221 How to configure the Active Directory Migration Tool to
| > migrate
| > | > user
| > | > | > passwords from a Windows NT 4.0 domain to a Windows Server 2003
| > domain
| > | > | > http://support.microsoft.com/?id=832221
| > | > | >
| > | > | > Hope the information helps. If there is anything that is
unclear,
| > | > please
| > | > | > feel free to let me know.
| > | > | >
| > | > | > Thanks & Regards,
| > | > | >
| > | > | > Jason Tan
| > | > | >
| > | > | > Microsoft Online Partner Support
| > | > | > Get Secure! - www.microsoft.com/security
| > | > | >
| > | > | > =====================================================
| > | > | >
| > | > | > When responding to posts, please "Reply to Group" via your
| > newsreader
| > | > so
| > | > | > that others may learn and benefit from your issue.
| > | > | >
| > | > | > =====================================================
| > | > | > This posting is provided "AS IS" with no warranties, and
confers no
| > | > rights.
| > | > | >
| > | > | >
| > | > | >
| > | > | >
| > | > | >
| > | > | >
| > | > | >
| > | > | > --------------------
| > | > | > | Thread-Topic: Moving user account from NT to Win2k3
| > | > | > | thread-index: AcV8gI2z03bLMhejT+i0+8N6yxZn/A==
| > | > | > | X-WBNR-Posting-Host: 202.140.234.94
| > | > | > | From: "=?Utf-8?B?V2lsc29uIENoZXVuZw==?="
| > | > | > <WilsonCheung@xxxxxxxxxxxxxxxxxxxxxxxxx>
| > | > | > | Subject: Moving user account from NT to Win2k3
| > | > | > | Date: Wed, 29 Jun 2005 01:00:02 -0700
| > | > | > | Lines: 4
| > | > | > | Message-ID:
<856ACE57-0188-4470-8572-23CCA313D64F@xxxxxxxxxxxxx>
| > | > | > | MIME-Version: 1.0
| > | > | > | Content-Type: text/plain;
| > | > | > | charset="Utf-8"
| > | > | > | Content-Transfer-Encoding: 7bit
| > | > | > | X-Newsreader: Microsoft CDO for Windows 2000
| > | > | > | Content-Class: urn:content-classes:message
| > | > | > | Importance: normal
| > | > | > | Priority: normal
| > | > | > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| > | > | > | Newsgroups: microsoft.public.windows.server.migration
| > | > | > | NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
| > | > | > | Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
| > | > | > | Xref: TK2MSFTNGXA01.phx.gbl
| > | > | > microsoft.public.windows.server.migration:10969
| > | > | > | X-Tomcat-NG: microsoft.public.windows.server.migration
| > | > | > |
| > | > | > | Hello, my office is upgrading the OS from NT to Win2k3. But
the
| > pint
| > | > is
| > | > | > ADMT
| > | > | > | cannot be used. I need to move all user account to the new
domain
| > and
| > | > all
| > | > | > the
| > | > | > | user accounts object have retain the same as in NT 4. Is
there
| > any
| > | > way I
| > | > | > can
| > | > | > | export them out and then import them to Win2k3 server?
Thanks!!
| > | > | > |
| > | > | >
| > | > | >
| > | > |
| > | >
| > | >
| > |
| >
| >
|

.



Relevant Pages

  • RE: Syncing fax server with company web
    ... I followed the steps in your last post but found that the registry tree was ... the right track adding the Publish key to the current Email, Folder, Printing ... > Microsoft CSS Online Newsgroup Support ... > This newsgroup only focuses on SBS technical issues. ...
    (microsoft.public.windows.server.sbs)
  • RE: Sysprep
    ... This article contains information about modifying the registry. ... 256986 Description of the Microsoft Windows Registry ... obtain the "Update to Windows XP Setup to Stop ... computer where your distribution folder is located. ...
    (microsoft.public.windowsxp.setup_deployment)
  • Re: Problems with user account - HELP
    ... Yes I am using Windows XP Home Edition. ... Microsoft program was the one that seemed to kill the little darling. ... in my companion's document folder so I was able to find the folder, ... you can delete the old user account. ...
    (microsoft.public.windowsxp.general)
  • RE: Moving user account from NT to Win2k3
    ... I found that there is no "Shared icon" under folder in the tree ... After importing the registry successfully, you may want to restart the ... When creating a new user account, the SID of the account has been ... Microsoft Online Partner Support ...
    (microsoft.public.windows.server.migration)
  • RE: office 2000 remove tools
    ... using them in Windows XP pro? ... This article contains information about modifying the registry. ... 256986 Description of the Microsoft Windows Registry ... Note Before you delete the Microsoft Office folder, ...
    (microsoft.public.office.setup)