Link to home
Start Free TrialLog in
Avatar of Yashy
YashyFlag for United Kingdom of Great Britain and Northern Ireland

asked on

How do you link a room mailbox in Exchange to become visible in the Public Folders?

Hey guys

I'm trying to create a system that will allow a user to create a Meeting Request in Outlook 2007 and select the 'Rooms' button on the right. From there, once they book it in, I'dl ike to have that meeting viewable as a calendar in the Public Folders.

I've created the room mailbox in Exchange 2007 and have managed to give it permissions to auto accept meeting requests. However, how does one link it to a public folder as a calendar so that people can not only see it but also be able to book the meeting room via the Meeting Request in Outlook?

Thanks for your help
Yash
Avatar of _13
_13

Make sure your public folder is of type calendar.

set-mailbox roomAlias -ForwardingSmtpAddress fldrPublicFolderName@yourdomain.tld -DelivertoMailboxAndForward $true

However "so that people can not only see it but also be able to book the meeting room via the Meeting Request in Outlook" is not clear to me. Users can open the room from address book and create meetings if they have required permission.
Avatar of Yashy

ASKER

Thank you _13:). I've attached two photos. Can you see in the first photo under the public folders section, where it says 'the board room'? How can I have it so that, it appears when the 'Rooms' button (photo 2 attached) is selected when you open a new meeting request in Outlook?

Thanks again
Yashy
calendar.jpeg
rooms.jpeg
ASKER CERTIFIED SOLUTION
Avatar of _13
_13

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Address book entry would be same as one of your current rooms, so you will need to open one of those in ADSIEdit, copy the address book property and add it to the publicFolder's (the board room) show in address book attribute.
Avatar of Yashy

ASKER

You're a don, thank you