Skip to content

Commit f64d370

Browse files
authored
Merge pull request #10175 from MicrosoftDocs/chrisda
Chrisda to Main
2 parents 2ab2e27 + 5b0e894 commit f64d370

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

exchange/docs-conceptual/app-only-auth-powershell-v2.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ The following examples show how to use the Exchange Online PowerShell module wit
6868
> - **Connect-IPPSSession in GCC High**: `-ConnectionUri https://ps.compliance.protection.office365.us/powershell-liveid/ -AzureADAuthorizationEndpointUri https://login.microsoftonline.us/common`.
6969
> - **Connect-ExchangeOnline in DoD**: `-ExchangeEnvironmentName O365USGovDoD`.
7070
> - **Connect-IPPSSession in DoD**: `-ConnectionUri https://l5.ps.compliance.protection.office365.us/powershell-liveid/ -AzureADAuthorizationEndpointUri https://login.microsoftonline.us/common`.
71+
>
72+
> - If a **Connect-IPPSSession** command present a login prompt, run the command: `$Global:IsWindows = $true` before the **Connect-IPPSSession** command.
7173
7274
- **Connect using a certificate thumbprint**:
7375

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)