From 98f01d4d60c55e24160ebe8c5403089bbd9b23f2 Mon Sep 17 00:00:00 2001 From: lc9er Date: Wed, 20 Apr 2022 11:09:32 -0400 Subject: [PATCH] added room lit step --- .../outlook-issues/create-book-workspace-outlook.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Exchange/ExchangeOnline/outlook-issues/create-book-workspace-outlook.md b/Exchange/ExchangeOnline/outlook-issues/create-book-workspace-outlook.md index b54a79f031..8c7498fae9 100644 --- a/Exchange/ExchangeOnline/outlook-issues/create-book-workspace-outlook.md +++ b/Exchange/ExchangeOnline/outlook-issues/create-book-workspace-outlook.md @@ -51,10 +51,17 @@ Creating a workspace is similar to configuring a room. The difference is that yo **Note**: In hybrid environments, this cmdlet doesn't work on the following properties of synchronized room mailboxes: **City**, **CountryOrRegion**, **GeoCoordinates**, **Phone**, **PostalCode**, **State**, and **Street**. To modify these properties, use the `Set-User` or `Set-Mailbox` cmdlet in Exchange Server (on-premises). -3. To show a workspace in a particular building, add the workspace to an appropriate room list (distribution group): + +3. To show a workspace in a specific building, create a room list (distribution group): + + ```powershell + New-DistributionGroup -Name "Building 32" -Members wkspace3223@contoso.com, wkpsace3224@contoso.com -RoomList + ``` + + Alternatetly, add the workspace to an existing room list (distribution group): ```powershell - Add-DistributionGroupMember -Identity "Building 32" -Member + Add-DistributionGroupMember -Identity "Building 32" -Member wkspace3223@contoso.com ``` 4. Enforce the workspace capacity, and specify a minimum reservation duration for workspace booking.