From d15d394ab89ffc25abfd46f15fcedff380e85dc8 Mon Sep 17 00:00:00 2001 From: Bjoern K Date: Thu, 21 Apr 2022 09:50:26 +0200 Subject: [PATCH] Update conference-rooms-not-displayed.md $members is an undefined variable, for that reason we can create an empty distribution group without the member parameter --- .../calendars/conference-rooms-not-displayed.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Exchange/ExchangeOnline/calendars/conference-rooms-not-displayed.md b/Exchange/ExchangeOnline/calendars/conference-rooms-not-displayed.md index b8007e4bda..bc1e205eb2 100644 --- a/Exchange/ExchangeOnline/calendars/conference-rooms-not-displayed.md +++ b/Exchange/ExchangeOnline/calendars/conference-rooms-not-displayed.md @@ -41,7 +41,7 @@ To create a room list and to add existing rooms to the room list, follow these s 1. Run the following command to create a room list: ```powershell - New-DistributionGroup -RoomList -Members $Members + New-DistributionGroup -RoomList ``` 1. Run the following command to add existing rooms to the room list: @@ -52,4 +52,4 @@ To create a room list and to add existing rooms to the room list, follow these s For more information, see [Create a room list distribution group](/previous-versions/office/exchange-server-2010/ee633471(v=exchg.141)) and [Create and manage room mailboxes](/Exchange/recipients/room-mailboxes). -Still need help? Go to [Microsoft Community](https://answers.microsoft.com/) or the [Exchange TechNet Forums](/answers/topics/office-exchange-server-itpro.html). \ No newline at end of file +Still need help? Go to [Microsoft Community](https://answers.microsoft.com/) or the [Exchange TechNet Forums](/answers/topics/office-exchange-server-itpro.html).