ldifde import contacts - Microsoft Exchange
This is a discussion on ldifde import contacts - Microsoft Exchange ; can someone help me to figure out how to import contact list by using ldifde and mail enable ?
Here is my example
dn: CN=Sarafanov\, Irene,OU=idealstore,DC=TROY,DC=CO
changetype: ad
displayName: Sarafanov, Iren
objectclass: use
contact: IRENE.SARAFANO...
-
ldifde import contacts
can someone help me to figure out how to import contact list by using ldifde and mail enable ?
Here is my example
dn: CN=Sarafanov\, Irene,OU=idealstore,DC=TROY,DC=CO
changetype: ad
displayName: Sarafanov, Iren
objectclass: use
contact: IRENE.SARAFANO
-
Re: ldifde import contacts
The following should do the trick.
dn: CN=Sarafanov\, Irene,CN=Users,DC=JPupOrg1,DC=extest,DC=microsoft,DC=com
changetype: add
objectclass: contact
sn: Sarafanov
givenName: Irene
displayName: Sarafanov, Irene
mailNickname: irene
targetAddress: SMTP:irene@remotedomain.com
proxyAddresses: SMTP:irene@remotedomain.com
--
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.
"drpepper" <anonymous@discussions.microsoft.com> wrote in message
news:289A106E-8AF9-437A-85D6-8288E9F726C1@microsoft.com...
> can someone help me to figure out how to import contact list by using
> ldifde and mail enable ?
>
> Here is my example.
>
> dn: CN=Sarafanov\, Irene,OU=idealstore,DC=TROY,DC=COM
> changetype: add
> displayName: Sarafanov, Irene
> objectclass: user
> contact: IRENE.SARAFANOV
>
>
-
Re: ldifde import contacts
Thanks.. this help alot.!
Similar Threads
-
By Application Development in forum Sharepoint
Replies: 0
Last Post: 12-03-2007, 05:47 PM
-
By Application Development in forum Microsoft Exchange
Replies: 0
Last Post: 02-20-2006, 11:17 AM
-
By Application Development in forum Microsoft Exchange
Replies: 0
Last Post: 02-20-2006, 11:16 AM
-
By Application Development in forum Microsoft Exchange
Replies: 0
Last Post: 05-03-2004, 01:43 PM
-
By Application Development in forum Microsoft Exchange
Replies: 3
Last Post: 05-01-2004, 01:49 PM