Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
It is important to understand the recipient types available in Exchange 2010 and how to manage them using Exchange Management Shell (EMS). The following table details the cmdlets that allow you to identify the specific recipients by type.
| Get-Recipient | Retrieves a list of all recipients, regardless of type |
| Get-Mailbox | Retrieves a list of only the User Mailbox recipients |
| Get-MailUser | Retrieves a list of only the Mail User recipients |
| Get-MailContact | Retrieves a list of only the Mail Contact recipients |
| Get-DistributionGroup | Retrieves a list of all distribution groups |
| Get-DynamicDistributionGroup | Retrieves a list of all dynamic distribution groups |