Determine if a mailbox is a linked mailbox using PowerShell
If you need to determine whether a mailbox is a linked mailbox using PowerShell you can achieve this with the Get-Mailbox cmdlet:
$Mailbox = Get-Mailbox user@domain.com
$Mailbox.RecipientTypeDetails