Keep in mind that when using
this cmdlet, if the Alias parameter is not specified, an alias is created for the object using the User
Principal Name (UPN) and converts all non - ASCII characters to underscore characters. The list of
parameters is shown next. For a detailed list run the following in the Exchange Management Shell:
get-help Enable-Mailbox -detailed .
Some key parameters to note include:
??‘ Database < DatabaseIdParameter > : This is a required parameter and specifies the database
to host the enabled mailbox. It can take several formats such as GUID of database,
database name, or server name\database name.
??‘ Alias < String > : This parameter modifies the email alias of the mailbox to be enabled.
??‘ Equipment < SwitchParameter > : This switch parameter indicates that a resource mailbox of
type Equipment is to be created. It is a required parameter if creating an equipment resource
mailbox.
??‘ 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. It is used in conjunction with the LinkedMasterAccount
parameter.
??‘ LinkedCredential < PSCredential > : This parameter specifies the credentials used to access
the domain controller referenced in the LinkedDomainController parameter.
Pages:
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195