|
FAQ 000102 - Meeting requests are not processed after you move a room mailbox to Exchange 2010 |
|
Written by Dejan Foro
|
|
Feb 09, 2012 at 04:22 PM |
|
This article applies to: Exchange 2010 SP1 Rollup update 5
PROBLEM After you move a room mailbox from Exchange 2003 to Exchange 2010 meeting requests are not processed automatically any more.
CAUSE The mailbox is not converted to Room Mailbox object type and/or Resource Booking Attendand is not turned on.
SOLUTION In Exchange 2010 users, resources and rooms are different object types with a lot of new functionalities, especially for te rooms.
After you move room mailbox from Exchange 2003 to Exchange 2010 it has to be converted to a Room Mailbox first. Coverstion is done by using PowerShell. Below is PowerShell command example which will go through a list of mailboxes on an Exchange 2010 server you specify , pick up those that have word room in their name, convert them to room mailboxes and set the Resource Booking Attendand to automatically process the meeting request.
Get-Mailbox -Server YOUREX2010SERVER | Where {($_.Name -ilike "*room*") -and ($_.RecipientTypeDetails -ne "RoomMailbox")} | Set-Mailbox -Type Room | Set-CalendarProcessing -AutomateProcessing AutoAccept Write Comment (0 comments) |
|
Last Updated ( Feb 09, 2012 at 03:26 PM )
|
|
|
FAQ 000100 - Solving typical problems when migrating mailboxes from Exchange 2003 to Exchange 2010 |
|
|
FAQ 000101 - Password not accepted when Outlook is started for the first time after mailbox move |
|
Written by Dejan Foro
|
|
Feb 09, 2012 at 02:59 PM |
|
This article applies to: Exchange 2003 SP2 Exchange 2010 SP1, Rollup update 5 Outlook 2010
PROBLEM After you move a mailbox from Exchange 2003 to Exchange 2010, and the user starts his Outlook for the first time after the move, he is required to enter a username a password, but when the user enters them, those are not accepted.
CAUSE Mising domain name in the credentials.
SOLUTION Username has to be entered in form of domain\username Write Comment (0 comments) |
|
Last Updated ( Feb 09, 2012 at 02:01 PM )
|
|
|
|
<< Start < Previous 1 2 3 4 5 6 7 8 9 10 Next > End >>
|