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).
Windows events for auditing logon issues Offline Address Book Fails to Download in Exchange 2010
Comments are currently closed.