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,
>
>
>