Hi all,
I have a AD2K3 domain running Exchange 2003. I want to create a script
that will run through all users and disable some of the default enabled
Exchange Features - namely POP3 access and OWA.

Does anyone know the AD object that I need to query/change?

TIA,
R.

Re: Disable Exchange 2003 Mailbox features using VBScript by Al

Al
Wed Sep 14 20:46:21 CDT 2005


"Rhyd911" <Rhyd911@gmail.com> wrote in message
news:1126694774.662487.136100@g43g2000cwa.googlegroups.com...
> Hi all,
> I have a AD2K3 domain running Exchange 2003. I want to create a script
> that will run through all users and disable some of the default enabled
> Exchange Features - namely POP3 access and OWA.
>
> Does anyone know the AD object that I need to query/change?

I don't know how to do it that way, but could not some of these changes be
made at the server level rather than individually to each account?

/Al



Re: Disable Exchange 2003 Mailbox features using VBScript by Rhyd911

Rhyd911
Sat Sep 17 19:44:18 CDT 2005

Nup. I found the AD attribute in the end. 'protocolSettings' Use
GetEX to read/write.

Thanks.
R.


Re: Disable Exchange 2003 Mailbox features using VBScript by PaulB

PaulB
Sun Sep 18 02:57:06 CDT 2005

May also be exposed through CDOEXM, but your method should work just as well

PaulB
"Rhyd911" <Rhyd911@gmail.com> wrote in message
news:1127004258.440757.181340@g47g2000cwa.googlegroups.com...
> Nup. I found the AD attribute in the end. 'protocolSettings' Use
> GetEX to read/write.
>
> Thanks.
> R.
>