Skip to content

Commit d074f07

Browse files
committed
Update Set-Place.md
Added Desks param empty per #10167
1 parent 149fffc commit d074f07

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

exchange/exchange-ps/exchange/Set-Place.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Set-Place [-Identity] <RecipientIdParameter>
3030
[-City <String>]
3131
[-Confirm]
3232
[-CountryOrRegion <CountryInfo>]
33+
[-Desks <RecipientIdParameter[]>]
3334
[-DisplayDeviceName <String>]
3435
[-Floor <System.Int32>]
3536
[-FloorLabel <String>]
@@ -194,6 +195,22 @@ Accept pipeline input: False
194195
Accept wildcard characters: False
195196
```
196197
198+
### -Desks
199+
{{ Fill Desks Description }}
200+
201+
```yaml
202+
Type: RecipientIdParameter[]
203+
Parameter Sets: (All)
204+
Aliases:
205+
Applicable: Exchange Online
206+
207+
Required: False
208+
Position: Named
209+
Default value: None
210+
Accept pipeline input: False
211+
Accept wildcard characters: False
212+
```
213+
197214
### -DisplayDeviceName
198215
The DisplayDeviceName parameter specifies the name of the display device in the room. If the value contains spaces, enclose the value in quotation marks (").
199216
@@ -301,9 +318,9 @@ Accept wildcard characters: False
301318
```
302319
303320
### -MTREnabled
304-
**Note**: Currently, this parameter is informational only and results in no additional funcationality.
321+
**Note**: Currently, this parameter is informational only and results in no additional functionality.
305322
306-
The MTREnabled parameter identfies the room as configured with a Microsoft Teams room system. You can add Teams room systems as audio sources in Teams meetings that involve the room. Valid values are:
323+
The MTREnabled parameter identifies the room as configured with a Microsoft Teams room system. You can add Teams room systems as audio sources in Teams meetings that involve the room. Valid values are:
307324
308325
- $true: The room is has a Teams room system. You can add the Teams room system to Microsoft Teams meetings when selecting to join a meeting with room audio.
309326
- $false: The room is does not have a Teams room system. Users will join Teams meetings using their PC or mobile device audio instead of using room audio. This is the default value.
@@ -356,6 +373,8 @@ Accept wildcard characters: False
356373
```
357374
358375
### -SpaceType
376+
**Note**: Currently, this parameter is not available in all organizations.
377+
359378
The SpaceType parameter specifies the type of space. Valid values are:
360379
361380
- CustomerSpace

0 commit comments

Comments
 (0)