Use the Filter parameter to
specify one or more attributes used to restrict the Recipients that are returned by the query. It
cannot be used in conjunction with the Anr parameter.
??‘ Identity < RecipientIdParameter > : Identifies the Recipient and can use any of the following
values: GUID, Domain\Account, UserPrincipalName (UPN), LegacyExchangeDN, SMTP
Address, Name, or Alias.
??‘ ResultSize < Unlimited > : The ResultSize parameter specifies the maximum number of
results to return. If you want to return all Recipients that match the filter, use ???unlimited??? for
the value of this parameter. The default value is 1,000.
Get - Mailbox
This cmdlet is used to view mailbox objects and their attributes on all Exchange Servers in the
organization when no parameter is specified. No parameter is required. The list of parameters is
shown here. For a detailed list run the following in the Exchange Management Shell: get-help
Get-Mailbox -detailed .
Get-Mailbox [-Identity < MailboxIdParameter > ] [-Credential < PSCredential > ]
[-DomainController < Fqdn > ] [-OrganizationalUnit < OrganizationalUnitIdParameter > ]
[ReadFromDomainController < SwitchParameter > ]
[-RecipientTypeDetails < RecipientTypeDetails[] > ] [-ResultSize < Unlimited > ] [-SortBy
< String > ] [ < CommonParameters > ]
Get-Mailbox [-Credential < PSCredential > ] [-DomainController < Fqdn > ]
[-IgnoreDefaultScope < SwitchParameter > ] [-OrganizationalUnit
< OrganizationalUnitIdParameter > ] [-ReadFromDomainController < SwitchParameter > ]
[-RecipientTypeDetails < RecipientTypeDetails[] > ] [-ResultSize < Unlimited > ] [-Server
< ServerIdParameter > ] [-SortBy < String > ] [ < CommonParameters > ]
Get-Mailbox [-Credential < PSCredential > ] [-Database < DatabaseIdParameter > ]
[-DomainController < Fqdn > ] [-IgnoreDefaultScope < SwitchParameter > ]
[-OrganizationalUnit < OrganizationalUnitIdParameter > ] [-ReadFromDomainController
< SwitchParameter > ] [-RecipientTypeDetails < RecipientTypeDetails[] > ] [-ResultSize
< Unlimited > ] [-SortBy < String > ] [ < CommonParameters > ]
Chapter 4: Working with User and Group Objects
89
To accurately evaluate the current storage quota status using the Get-Mailbox cmdlet, it is necessary
to look at the UseDatabaseQuotaDefaults property in addition to the ProhibitSendQuota ,
ProhibitSendReceiveQuota , and IssueWarningQuota properties.
Pages:
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164