so after 72 hours finally they show up on room finder, but the building still doesnt show.
cant get room finder to see building or rooms
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