Migrated resources came over as user accounts.
Get-Mailbox -Identity user@userdomain.com | Set-Mailbox -Type Shared
The different Recipient Types you can set on a Mailbox are:
Show a list of mailbox and their Recipient Type, using the following PowerShell command to validate your configuration settings:
Get-Mailbox | ft Name, RecipientTypeDetails