Share via

How do I remove a Room from RoomList

Christopher Janiga 25 Reputation points
2023-03-07T16:45:09.7833333+00:00

How do i remove a Room resource from a RoomList, I do not want to delete or remove the Room resource from Exchange nor do I want to disable from being visible from the Global Address List.

We accidentally added a Room resource to the wrong RoomList and need to remove it.

Exchange Online
Exchange Online
A cloud-based service included in Microsoft 365, delivering scalable messaging and collaboration features with simplified management and automatic updates.
Outlook | Windows | Classic Outlook for Windows | For business
0 comments No comments
{count} vote

Answer accepted by question author
  1. Andy David - MVP 159.9K Reputation points MVP Volunteer Moderator
    2023-03-07T16:55:09.25+00:00

    Ah sure, gotcha!

    Remove-DistributionGroupMember -Identity <roomlist> -Member <room>
    
    4 people found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. Christopher Janiga 25 Reputation points
    2023-03-07T16:55:47.1366667+00:00

    For anyone looking for the resolution, RoomList being managed through PowerShell, command to remove a Room from RoomList is:

    Remove-DistributionGroupMember -Identity <RoomList Name> -Member <Room Resource Name>

    0 comments No comments

  2. Andy David - MVP 159.9K Reputation points MVP Volunteer Moderator
    2023-03-07T16:47:04.29+00:00

    Hi, a room list is really just a distribution group

    that room is just a group member, you can remove it from the list the same as removing a user from a group.


Your answer

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