??‘ AntispamBypassEnabled < $true | $false > : Possible values are True or False . If set to
True , anti - spam processing is skipped for the mailbox.
??‘ ApplyMandatoryProperties < SwitchParameter > : If a mailbox is inadvertently created
using Exchange 2003 extensions to Active Directory, the mailbox type is tagged
legacymailbox . This switch parameter modifies the properties of the mailbox removing
the legacymailbox tag.
??‘ DeliverToMailboxAndForward < $true | $false > : This parameter specifies whether
messages sent to the mailbox can be forwarded to another address.
??‘ ForwardingAddress < RecipientIdParameter > : If the DeliverToMailboxAndForward
parameter is set to $True , this parameter specifies the forwarding address.
??‘ EmailAddressPolicyEnabled < $true | $false > : This parameter indicates whether the
email address policy for this mailbox is enabled.
??‘ ExternalOofOptions < InternalOnly | External > : Determines if out-of-office messages
can be sent to Recipients outside the Exchange organization.
Part I: PowerShell for Exchange Fundamentals
108
??‘ LinkedDomainController < String > : A required parameter when creating a linked mailbox.
It is used to specify the domain controller in the forest where the user account to be granted
access to the mailbox resides.
Pages:
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193