To disconnect the resource mailbox, you must specify the identity of the resource mailbox:
Disable-Mailbox -Identity ???ExchangeExchange.local/Users/Equipment ExchExch???
Part I: PowerShell for Exchange Fundamentals
124
Also keep in mind that if the resource mailbox has been configured to auto - accept meeting requests or
any other automated processing of meetings has been configured, these must be disabled first before the
resource mailbox can be fully disabled.
To modify the capacity or meeting duration of a conference room mailbox, you use the Set-Mailbox
and Set-MailboxCalendarSettings cmdlets. Figure 4 - 30 shows the default settings of the
MediaRoom1 resource mailbox using the Get-Mailbox and Get-MailboxCalendarSettings cmdlets;
next the capacity and duration of the mailbox is changed using the Set cmdlets and the new settings
displayed thereafter.
Figure 4-30
Chapter 4: Working with User and Group Objects
125
Notice the default values set; for example, MaximumDurationInMinutes is 1440 and resource capacity
is not set. In Figure 4 - 31 , these values are changed. The ResourceCustom property, though, is not
changed.
Figure 4-31
The Set-ResourceConfig cmdlet allows you define custom properties on the resource mailboxes.
In Exchange Server 2003, it was difficult to determine what a conference room contained, such as TV,
projector, refrigerator, and so on.
Pages:
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219