From: Cathy on
I have a user that just recently left our organization. I am being
asked to give someone else access to ALL of the mailboxes that the
previous employee has access to or was a delegate of. However, I
don't know how to go about finding all of the mailboxes. Is there an
easy way? The only option I can think of is to go through each
resource mailbox individually, but that will take a LOT of time. Any
idea?

Thanks!

Cathy Owen
From: Rich Matheisen [MVP] on
On Mon, 1 Feb 2010 11:02:38 -0800 (PST), Cathy <owen.cathy(a)gmail.com>
wrote:

>I have a user that just recently left our organization. I am being
>asked to give someone else access to ALL of the mailboxes that the
>previous employee has access to or was a delegate of. However, I
>don't know how to go about finding all of the mailboxes. Is there an
>easy way? The only option I can think of is to go through each
>resource mailbox individually, but that will take a LOT of time. Any
>idea?
>
>Thanks!
>
>Cathy Owen

Assuming that the person's mailbox still exists, this property will
have the list of all the mailxes for which it is a delegate.

publicDelegatesBL

On each mailbox that has a delegate assigned, the list of those
delegates will be found in this property:

publicDelegates

You can use ADSIEDIT or LDP to examine the properties.
---
Rich Matheisen
MCSE+I, Exchange MVP
From: Cathy on
On Feb 1, 1:34 pm, "Rich Matheisen [MVP]"
<richn...(a)rmcons.com.NOSPAM.COM> wrote:
> On Mon, 1 Feb 2010 11:02:38 -0800 (PST), Cathy <owen.ca...(a)gmail.com>
> wrote:
>
> >I have a user that just recently left our organization.  I am being
> >asked to give someone else access to ALL of the mailboxes that the
> >previous employee has access to or was a delegate of.  However, I
> >don't know how to go about finding all of the mailboxes.  Is there an
> >easy way?  The only option I can think of is to go through each
> >resource mailbox individually, but that will take a LOT of time.  Any
> >idea?
>
> >Thanks!
>
> >Cathy Owen
>
> Assuming that the person's mailbox still exists, this property will
> have the list of all the mailxes for which it is a delegate.
>
>         publicDelegatesBL
>
> On each mailbox that has a delegate assigned, the list of those
> delegates will be found in this property:
>
>         publicDelegates
>
> You can use ADSIEDIT or LDP to examine the properties.
> ---
> Rich Matheisen
> MCSE+I, Exchange MVP

Thank you so much, that is exactly what I was looking for.

Cathy Owen