Home All Groups Group Topic Archive Search About

Query Based Group filter not working for manager field

Author
19 Dec 2008 3:49 AM
Kirk Farkas
I am trying to create a query based mail group in Active Directory on
Exchange Server 2003. I am using the advanced tab in "customize filter" to
search for any users managed by a specific individual. The managed attribute
will not work. I can get all other fields I tested to work fine. (City or
Department for example.)
Thanks for any input.

Author
19 Dec 2008 5:32 PM
Bharat Suneja [MSFT]
Can you paste the OPATH filter syntax you used? (Change any identifying
information... ).

--
Bharat Suneja
Microsoft Corporation
blog: exchangepedia.com/blog

This posting is provided "AS IS" with no warranties, and confers no
rights. Please do not send email directly to this alias. This alias is for
newsgroup purposes only.
----------------------------




Show quoteHide quote
"Kirk Farkas" <Kirk Far***@discussions.microsoft.com> wrote in message
news:4F4C1FBC-8BAE-4A22-8D0C-2B7BEC9EF324@microsoft.com...
>I am trying to create a query based mail group in Active Directory on
> Exchange Server 2003. I am using the advanced tab in "customize filter" to
> search for any users managed by a specific individual. The managed
> attribute
> will not work. I can get all other fields I tested to work fine. (City or
> Department for example.)
> Thanks for any input.
Author
19 Dec 2008 6:04 PM
Bharat Suneja [MSFT]
As a sidenote, using the distinguishedName of the manager works... :

New-DynamicDistributionGroup "MyDDG" -RecipientFilter {Manager -eq
"CN=foo,CN=Users,DC=MyDomain,DC=com"}

--
Bharat Suneja
Microsoft Corporation
blog: exchangepedia.com/blog

This posting is provided "AS IS" with no warranties, and confers no
rights. Please do not send email directly to this alias. This alias is for
newsgroup purposes only.
----------------------------




Show quoteHide quote
"Bharat Suneja [MSFT]" <bsun***@online.microsoft.com> wrote in message
news:eFiCG$fYJHA.1272@TK2MSFTNGP04.phx.gbl...
> Can you paste the OPATH filter syntax you used? (Change any identifying
> information... ).
>
> --
> Bharat Suneja
> Microsoft Corporation
> blog: exchangepedia.com/blog
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights. Please do not send email directly to this alias. This alias is for
> newsgroup purposes only.
> ----------------------------
>
>
>
>
> "Kirk Farkas" <Kirk Far***@discussions.microsoft.com> wrote in message
> news:4F4C1FBC-8BAE-4A22-8D0C-2B7BEC9EF324@microsoft.com...
>>I am trying to create a query based mail group in Active Directory on
>> Exchange Server 2003. I am using the advanced tab in "customize filter"
>> to
>> search for any users managed by a specific individual. The managed
>> attribute
>> will not work. I can get all other fields I tested to work fine. (City or
>> Department for example.)
>> Thanks for any input.
>