Sunday, October 25, 2009

Difference types of Mailbox in Exchange 2007:

Unlike previous version of exchange, the general mailbox has been classified into four types. But there are few difference b/w each type.

1. User Mailbox – for traditional user mailbox.

2. Room Mailbox – for meeting rooms

3. Equipment Mailbox – for equipments like projector, TV, etc. It is just like creating AD accounts for such objects.

4. Linked Mailbox – Hosting mailbox for users in separate forest.

In the above, the core mailbox attributes are same except few are different.

1. Basic notification GUI symbol is different for each object.

2. Resource mailbox (i.e., both room and equipment mailbox) are by default will be in the disabled state.

3. In OWA à Options, we have the “resource setting” only for the resource mailbox.

4. In creating a calendar meeting either in outlook or OWA, we have the scheduling assistant for configuring the meeting in which, “Select room” option will there and will list the entire room mailbox available in the organisation.

5. Also while adding attendees in the address bar, in the address book window; we will have the classified option as “default global address list” and “All rooms”. The latter is specifically designed to list the room mailbox alone.

6. On the attribute side, Isresource attribute of a mailbox will be set as “True” for the resource mailbox and “False ” for the user mailbox. The attribute resourcetype attribute will be set as “room” and “equipment” respectively.

Useful Powershell command:

To get the resource mailbox,

#get-mailbox where-object { $_.isresource –eq ‘true’ }

To get the resource mailbox related attribute,

#get-mailbox where-object { $_.isresource –eq ‘true’ } fl res*

To convert user mailbox to resource mailbox

#set-mailbox mailboxname –type room

Hope the above is useful.

Thanks

Logan

971-552596187 logu_microsoft@hotmail.com

No comments: