powershell exchange : how do you screen for legacy or linked mailboxes?
- by phill
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