cant get room finder to see building or rooms

Jake Banitt 0 Reputation points
2025-06-13T21:14:52.0966667+00:00

this command will not show conferencerooms should it? i cant get anything to show in room finder on outlook or teams
Get-CalendarProcessing "conferencerooms" | fl RoomList*

--

Get-DistributionGroup 'conferencerooms' | Get-DistributionGroupMember

PS C:\Users> Get-DistributionGroup 'conferencerooms' | Get-DistributionGroupMember

Name RecipientType


Main Conference UserMailbox

Sales Conference UserMailbox

Small Conference UserMailbox

--

Get-DistributionGroup -ResultSize Unlimited | Where {$_.RecipientTypeDetails -eq "RoomList"} | Format-Table DisplayName,Identity,PrimarySmtpAddress –AutoSize

PS C:\Users> Get-DistributionGroup -ResultSize Unlimited | Where {$_.RecipientTypeDetails -eq "RoomList"} | Format-Table DisplayName,Identity,PrimarySmtpAddress –AutoSize

DisplayName Identity PrimarySmtpAddress


ConferenceRooms ConferenceRooms ******@rblahblahbla.onmicrosoft.com


also to note in room finder i cant see even the building that i set up. the conference rooms are linked to building from what i can tell.

Any help would be great

Thanks

Exchange Online
Exchange Online
A Microsoft email and calendaring hosted service.
6,199 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Jake Banitt 0 Reputation points
    2025-06-16T20:16:22.6933333+00:00

    so after 72 hours finally they show up on room finder, but the building still doesnt show.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.