Question:

Active directory problem!! please help!

by  |  earlier

0 LIKES UnLike

how can I export/save all information (users, computers, printers) that already created on active directory in my server, and import these information to a fresh active directory??!! i don't want to re create every things in new server!

 Tags:

   Report

2 ANSWERS


  1. On the old AD server you wish to copy all the accounts from

    start > run > cmd

    ldifde ?

    [to EXPORT all entries to a file]

    ldifde -m -f c:\outputfile.ldf

    copy that file to C:\ of your new AD server

    On your new AD server you wish to import all accounts to

    start > run > cmd

    [to IMPORT all entries from file to AD]

    ldifde -i -f c:\outputfile.ldf

    NOTE: it is assumed that you are running server 2003


  2. The basic answer is to add your new server to the current domain and then drop out the original server.

    The details are here http://www.experts-exchange.com/Software...

    You'll need an account to view the answer but they are offering 7 days free  right now

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.