Skip to content

Commit 5b0e894

Browse files
committed
Update Set-Place.md
Issue #6767
1 parent c74b378 commit 5b0e894

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Set-Place [-Identity] <RecipientIdParameter>
3939
[-MTREnabled <Boolean>]
4040
[-Phone <String>]
4141
[-PostalCode <String>]
42+
[-SpaceType <String>]
4243
[-State <String>]
4344
[-Street <String>]
4445
[-Tags <String[]>]
@@ -354,6 +355,25 @@ Accept pipeline input: False
354355
Accept wildcard characters: False
355356
```
356357
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+
357377
### -State
358378
The State parameter specifies the room's state or province.
359379

0 commit comments

Comments
 (0)