powershell exchange : how do you screen for legacy or linked mailboxes?
Posted
by phill
on Stack Overflow
See other posts from Stack Overflow
or by phill
Published on 2009-02-06T23:24:19Z
Indexed on
2010/06/12
1:02 UTC
Read the original article
Hit count: 239
powershell
|exchange
I've noticed when I pull up exchange management console, it shows mailboxes which have the "Recipient Type Details" as Legacy Mailboxes.
How do i go about querying which ones are legacy, user or linked mailboxes?
I've tried get-mailbox -identity | select deleteditemflags but that doesn't seem to work.
thanks in advance
© Stack Overflow or respective owner