Rexxer

Some tips for me and other

Exchange 2010 + Outlook + New feature: Room Finder

With the new feature “Room Finder” in Outlook (Create new meeting) you can choose a meeting room and check availability, conflicts.

Beforehand you have to create distribution groups for it e.g.:

New-DistributionGroup "Meeting Rooms" -RoomList

Then you can add rooms as members:

Add-DistributionGroupMember -Identity "Meeting Rooms" -Member room1

Then you can check it in Outlook (may take long time before it will appear).

 

Comments are currently closed.