I'm trying to read and write to an AD attribute on the 'exchange features'
tab in vb script. I believe that this tab is added when Exchange 2003 is
installed. I am trying to read / write to the attribute that corresponds
to the 'OWA enabled' attribute, but I can't find it in AD. I've looked all
through the schema and ADSI Edit, but I don't see it. Does anyone out
there know what attribute that information is stored in?

RE: read & write to AD attribute added by exchange by v-kevy

v-kevy
Tue May 03 02:37:22 CDT 2005

Hi Mobzilla,

We have reviewed this issue and are currently researching on it. We will
update you ASAP. Thanks for your patience!

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."


RE: read & write to AD attribute added by exchange by Mobzilla

Mobzilla
Tue May 03 08:04:53 CDT 2005

v-kevy@online.microsoft.com (Kevin Yu [MSFT]) wrote in
news:uOQxNM7TFHA.2184@TK2MSFTNGXA01.phx.gbl:

> Hi Mobzilla,
>
> We have reviewed this issue and are currently researching on it. We
> will update you ASAP. Thanks for your patience!
>
> Kevin Yu
> =======
> "This posting is provided "AS IS" with no warranties, and confers no
> rights."
>
>

Thanks for the response. I have found that the information is stored in
'protocolSettings'. I can read the information just fine, but I'm
having a problem working with the data. When I output the vartype, it
says 8204, which is a variant array. For some reason, I'm not able to
split the array, or output the whole contents of the array. I'm not
able to do anything with the data. Is there something special that I
have to do to split the data from this attribute?

RE: read & write to AD attribute added by exchange by v-kevy

v-kevy
Wed May 04 01:12:48 CDT 2005

Hi Mobzilla,

To manipulate on the data for protocolSettings, you can take a look at the
following MSDN article and a KB article. They use the same example which
tells us how to split data from this attribute. HTH.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/_
clb_enumerating_exchange_object_properties_with_adsi_ado_vb.asp

http://support.microsoft.com/?kbid=252459

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."