The list of parameters
is shown here. For a detailed list run the following in the Exchange Management Shell: get-help
Get-MailContact -detailed .
Part I: PowerShell for Exchange Fundamentals
90
Get-MailContact [-Identity < MailContactIdParameter > ] [-Credential < PSCredential > ]
[-DomainController < Fqdn > ] [-OrganizationalUnit < OrganizationalUnitIdParameter > ]
[-ReadFromDomainController < SwitchParameter > ] [-RecipientTypeDetails
< RecipientTypeDetails[] > ] [-ResultSize < Unlimited > ] [-SortBy < String > ]
[ < CommonParameters > ]
Get-MailContact [-Credential < PSCredential > ] [-DomainController < Fqdn > ] [-Filter
< String > ] [-IgnoreDefaultScope < SwitchParameter > ] [-OrganizationalUnit
< OrganizationalUnitIdParameter > ] [-ReadFromDomainController < SwitchParameter > ]
[-RecipientTypeDetails < RecipientTypeDetails[] > ] [-ResultSize < Unlimited > ] [-SortBy
< String > ] [ < CommonParameters > ]
Some key parameters to note include:
??‘ RecipientTypeDetails < RecipientTypeDetails[] > : Exchange Server 2007 further
distinguishes the Recipient types returned by this parameter. Recipient types are divided into
Recipient types and subtypes. For example, the type UserMailbox represents a user account
in Active Directory with an associated mailbox. Because there are several mailbox types,
each mailbox type is identified by the RecipientTypeDetails parameter.
Pages:
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167