Hi,
We're currently migrating many users with mailboxes and groups from one
domain to another. We use this ADMT v2 tool for this.
We also have a lot of contacts for some reason. Is there an easy way to
transfer these? Can't see the obvious way?

Thanks,

RE: Migrating Contacts from one domain to another? by jwd

jwd
Wed Jun 18 05:20:05 PDT 2008


One way would be to use csvde to export the Contacts from your old domain
into a csv file. Then use csvde in the new domain to import all the contacts
from this file.

Google csvde and there are plenty of sites showing how to do this.

Best Regards
Joe Dunn MCSE


"David Naffy" wrote:

> Hi,
> We're currently migrating many users with mailboxes and groups from one
> domain to another. We use this ADMT v2 tool for this.
> We also have a lot of contacts for some reason. Is there an easy way to
> transfer these? Can't see the obvious way?
>
> Thanks,
>
>
>
>

Re: Migrating Contacts from one domain to another? by Jorge

Jorge
Wed Jun 18 12:55:52 PDT 2008

export/import using ADFIND and ADMOD for example


exporting contacts
adfind -b "<DN of some OU>" -f
"(&(objectCategory=person)(objectClass=contact))" displayname givenName
initials sn mail objectclass XXX -csv > CONTACTS.csv


replace XXX with ANY additional attribute that needs to be exported, remove
any of the attributes I specified if need or just remove the XXX

CHANGE THE distinguishedName to match the new domain and new location if
required

importing contacts
admod -csv -add -import < CONTACTS.csv







--

Cheers,
(HOPEFULLY THIS INFORMATION HELPS YOU!)

# Jorge de Almeida Pinto # MVP Identity & Access - Directory Services #

BLOG (WEB-BASED)--> http://blogs.dirteam.com/blogs/jorge/default.aspx
BLOG (RSS-FEEDS)--> http://blogs.dirteam.com/blogs/jorge/rss.aspx
------------------------------------------------------------------------------------------
* How to ask a question --> http://support.microsoft.com/?id=555375
------------------------------------------------------------------------------------------
* This posting is provided "AS IS" with no warranties and confers no rights!
* Always test ANY suggestion in a test environment before implementing!
------------------------------------------------------------------------------------------
#################################################
#################################################
------------------------------------------------------------------------------------------
"David Naffy" <David Naffy@nospam.com> wrote in message
news:OuKmErT0IHA.3756@TK2MSFTNGP04.phx.gbl...
> Hi,
> We're currently migrating many users with mailboxes and groups from one
> domain to another. We use this ADMT v2 tool for this.
> We also have a lot of contacts for some reason. Is there an easy way to
> transfer these? Can't see the obvious way?
>
> Thanks,
>
>
>