It sounds like you're encountering an issue with visibility of the meeting room list in Microsoft Teams after setting it up using PowerShell. There could be a few reasons why the meeting room list "8층 대회의실" isn't appearing as expected. Here are a few steps you can take to troubleshoot and resolve the issue:
- Check Room Mailbox: Verify that the room mailbox "8층 대회의실" exists and is correctly set up as a resource mailbox:
Get-Mailbox -RecipientTypeDetails RoomMailbox -Identity "8층 대회의실'"
- Ensure Visibility in Address Book: Ensure that the room list and room mailboxes are visible in the address book:
Set-Mailbox -Identity "8층 대회의실" -HiddenFromAddressListsEnabled:$false
- Update Teams Cache: Sometimes, changes can take a bit of time to propagate to Microsoft Teams. You can try clearing the Teams cache to force it to reload the settings:
- Close Microsoft Teams.
- Navigate to
%appdata%\Microsoft\Teams
on your computer. - Delete the contents of the Cache folder.
- Restart Microsoft Teams.
- Use Teams Admin Center: Check in the Teams Admin Center to ensure that the room list and rooms are properly configured:
- Go to the Microsoft Teams admin center.
- Navigate to Meetings > Meeting settings.
- Check the room lists and ensure they are set up correctly.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.