creating Contact in Active Director with Exchange
Posted
by Data-Base
on Stack Overflow
See other posts from Stack Overflow
or by Data-Base
Published on 2010-05-27T12:59:12Z
Indexed on
2010/05/27
13:01 UTC
Read the original article
Hit count: 333
Hello,
I made a VBS script that imports users and creates a Contact Objects everything working OK till I found that users does not appear in the GAL (Global Address List)
looking around I found that I need to use the attribute (showInAddressBook)
I tried to use it but I get some errors (Null ......) but my supplied inputs are not empty and I have a checking function before sending the inputs to showInAddressBook
so what should I use in there? I used the users names, but it did not work
also the users are externals (just to use them in our GAL) they have different emails than our normal users
any idea on what should I use with showInAddressBook ?
cheers
© Stack Overflow or respective owner