The only way to determine this was to use the display name to
identify the contents of the room (for example, ConferenceRoom1-Projector-Refrigerator ).
In Exchange Server 2007, users can easily locate the type of conference room they desire to use by
the additional attributes configured on the conference room or equipment mailbox. This can be
accomplished by extending the ResourcePropertySchema property of the ResourceConfig object.
Thereafter you can apply the additional attributes to a desired resource mailbox. This is as shown in
Figure 4 - 32 .
Part I: PowerShell for Exchange Fundamentals
126
Because the ResourcePropertySchema property is an array of strings, each time the
Set-ResourceConfig cmdlet is used it overwrites rather than appends the existing value. In that
case, to append to any existing value, simply assign a variable to ???Get-ResourceConfig -
ResourcePropertySchema??? and add additional values. Additional values must be added in the format
of ???Room/ ??? or ???Equipment/ ??? . Then pass the assigned variable to the Set-ResourceConfig cmdlet
with the Instance parameter.
Creating a Mail User and Mail Contact
Mail contacts and mail users are both mail - enabled Active Directory objects that contain information
about people or organizations not existing in the Exchange organization.
Pages:
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220