Room mailbox with custom resource
Hello all.
I have created couple of mailbox room with custom resource. Users are not seeing those custom resource. My question is... I am so sure that custom resource are enabled and are ok. How can users see custom resource.
Server: Exchange 2007 SP1
Client: OWA and Outlook 2007
Thanks
March 21st, 2010 1:48pm
Hi,
Managing Resource Mailboxes and Scheduling: http://technet.microsoft.com/en-us/library/bb124374.aspx
Regards from www.windowsadmin.info
Free Windows Admin Tool Kit Click here and download it now
March 21st, 2010 7:35pm
Thanks ManU for the link provided.
Actually, from client perspective, they have full acess to mailbox room but they still cannot see the custom resources. In outlook 2007 or OWA, where can they find that info ?
Thanks
March 27th, 2010 2:51pm
Dear Zatara_JP
Firstly, you need to create the mailbox room and assign the perssion to that user.
- Create User by EMS (Mailbox Name: KLMeetingRoom)
[PS] C:\>New-Mailbox -Name:"KLMeetingRoom" -Alias:KLMeetingRoom -OrganizationalUnit:Users -Database:"Database Name" -UserPrincipalName:"KLMeetingRoom@domain.com" -DisplayName:"Resource Mailbox" -Room
- Auto Accept Request from Exchange Server
[PS] C:\>Set-MailboxCalendarSettings KLMeetingRoom -AutomateProcessing:Autoaccept
- Assign Full Perssion to manage the Mailbox Room (User: Khemarin.set)
[PS] C:\>Add-MailboxPermission -Identity:KLMeetingRoom -AccessRights:fullaccess -User:Khemarin.set
- To Access the Mailbox Room by OWA
https://server.domainname/owa/KLMeetingRoom@domainname
User Name: Khemarin.set
password: ########
It's working fine.
BR,
Khemarin
Free Windows Admin Tool Kit Click here and download it now
May 5th, 2010 11:55am