File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
exchange/exchange-ps/exchange Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ Set-Place [-Identity] <RecipientIdParameter>
39
39
[-MTREnabled <Boolean>]
40
40
[-Phone <String>]
41
41
[-PostalCode <String>]
42
+ [-SpaceType <String>]
42
43
[-State <String>]
43
44
[-Street <String>]
44
45
[-Tags <String[]>]
@@ -354,6 +355,25 @@ Accept pipeline input: False
354
355
Accept wildcard characters : False
355
356
` ` `
356
357
358
+ ### -SpaceType
359
+ The SpaceType parameter specifies the type of space. Valid values are:
360
+
361
+ - CustomerSpace
362
+ - WorkArea
363
+ - Custom
364
+
365
+ ` ` ` yaml
366
+ Type : String
367
+ Parameter Sets : (All)
368
+ Aliases :
369
+ Applicable : Exchange Online
370
+ Required : False
371
+ Position : Named
372
+ Default value : None
373
+ Accept pipeline input : False
374
+ Accept wildcard characters : False
375
+ ` ` `
376
+
357
377
### -State
358
378
The State parameter specifies the room's state or province.
359
379
You can’t perform that action at this time.
0 commit comments