Quick an simple power shell line to list a mailbox type in the Exchange 2013 environment Get-Mailbox -Identity “mailbox-name” | Format-List RecipientTypeDetails Additional info on RecipientTypeDetails enumeration can be located here
Quick an simple power shell line to list a mailbox type in the Exchange 2013 environment Get-Mailbox -Identity “mailbox-name” | Format-List RecipientTypeDetails Additional info on RecipientTypeDetails enumeration can be located here