Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to AD query of users with OWA enabled

138 views
Skip to first unread message

Wong@discussions.microsoft.com Terence Wong

unread,
May 14, 2008, 12:32:02 AM5/14/08
to
I've tried to select any options by Active Directory Users and Computers but
no suitable option was found

Henry

unread,
May 14, 2008, 3:52:00 AM5/14/08
to
Hi
this is stored in the attribute "protocolSettings" of each user.

The way to query it depends on the Exchange version
Exchnage 2003:
something like
(&(objectClass=user)(homeMDB=*)
(|(protocolSettings:HTTP§1§1§§§§§§)(protocolSettings=HTTP§1§0§§§§§§)
(!(protocolSettings=*)
)
)


Exchange 2007:
get-casmailbox | where-object {$_.OWAEnabled -eq $TRUE}

Henry

0 new messages