local -Room
To create an equipment mailbox, specify the Equipment switch parameter:
New-Mailbox -database ???EX7B\First Storage Group\Mailbox Database??? -Name PrinterA -
OrganizationalUnit Equipment -DisplayName ???PrinterA??? - UserPrincipalName
PrinterA@ExchangeExchange.local -Equipment
Chapter 4: Working with User and Group Objects
123
To create a shared mailbox, specify the Shared switch parameter. See Figure 4 - 28 earlier in this chapter.
To create a resource mailbox using an existing Active Directory user account, use the Enable-Mailbox
cmdlet. Ensure that the Active Directory account is already disabled and specify the identity of the object
and database where the mailbox will be created. Finally, specify the type of resource, either a room or
equipment mailbox using the Room or Equipment switch parameters. If you attempt to use an existing
enabled account in the Active Directory, you get the following error:
Enable-Mailbox : The user account must be logon-disabled for linked, shared or
resource mailbox.
Although the new resource mailbox has been created, it is not completely configured and will not allow
for automatic resource scheduling. To enable Auto - Accept use the Set-MailboxCalendarSettings
cmdlet to allow the resource mailbox to auto - accept meetings for which it is invited.
Pages:
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217