Exchange Online Ressources are not displayed in Teams
I recently tried to create resources in Exchange Online so that our users can book rooms through Teams. Unfortunately, the resources are only visible in the Outlook client and not in the Teams client.
I already created a new distribution group, added the resources, and set the building for each room.
New-DistributionGroup -Name “Company Rooms” -RoomList
Add-DistributionGroupMember -Identity “Company Rooms” -Member “Room A300”
Add-DistributionGroupMember -Identity “Company Rooms” -Member “Room A301”
Set-Place -Identity “Room A300” -Building “Germany Office”
Set-Place -Identity “Room A301” -Building “Germany Office”
I waited 24 hours after making the changes, but unfortunately, it’s still not working.
I recently tried to create resources in Exchange Online so that our users can book rooms through Teams. Unfortunately, the resources are only visible in the Outlook client and not in the Teams client.I already created a new distribution group, added the resources, and set the building for each room. New-DistributionGroup -Name “Company Rooms” -RoomList
Add-DistributionGroupMember -Identity “Company Rooms” -Member “Room A300”
Add-DistributionGroupMember -Identity “Company Rooms” -Member “Room A301”
Set-Place -Identity “Room A300” -Building “Germany Office”
Set-Place -Identity “Room A301” -Building “Germany Office” I waited 24 hours after making the changes, but unfortunately, it’s still not working. Read More