Ah sure, gotcha!
Remove-DistributionGroupMember -Identity <roomlist> -Member <room>
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
Ah sure, gotcha!
Remove-DistributionGroupMember -Identity <roomlist> -Member <room>
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.
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>