Skip to content

Commit 5399d57

Browse files
authored
Merge branch 'master' into patch-3
2 parents ae7b247 + af36594 commit 5399d57

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

exchange/exchange-ps/exchange/Set-OrganizationConfig.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ Set-OrganizationConfig
5858
[-DistributionGroupNamingPolicy <DistributionGroupNamingPolicy>]
5959
[-ElcProcessingDisabled <Boolean>]
6060
[-EndUserDLUpgradeFlowsDisabled <Boolean>]
61-
[-ExternalInOutlookEnabled <Boolean>]
6261
[-EwsAllowEntourage <Boolean>]
6362
[-EwsAllowList <MultiValuedProperty>]
6463
[-EwsAllowMacOutlook <Boolean>]
@@ -1462,17 +1461,6 @@ Accept pipeline input: False
14621461
Accept wildcard characters: False
14631462
```
14641463

1465-
### -ExternalInOutlookEnabled
1466-
This parameter is available only in the cloud-based service.
1467-
1468-
The ExternalInOutlookEnabled parameter specifies whether to add identifiers to messages from external senders in Outlook on the web (formerly known as Outlook Web App). Valid values are:
1469-
1470-
- $true: External senders are identified as external in list view and the reading pane.
1471-
1472-
- $false: External senders are not identified as external. This is the default value.
1473-
1474-
Whether the sender's domain is considered internal or external is controlled by the Set-AcceptedDomain cmdlet.
1475-
14761464
```yaml
14771465
Type: Boolean
14781466
Parameter Sets: Default

skype/skype-ps/skype/New-CsAutoAttendantCallableEntity.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ This example creates a user callable entity.
4646

4747
### -------------------------- Example 2 --------------------------
4848
```powershell
49-
$callableEntity = New-CsAutoAttendantCallableEntity -Identity "tel:+1234567890" -Type ApplicationEndpoint
49+
$callableEntity = New-CsAutoAttendantCallableEntity -Identity "tel:+1234567890" -Type ExternalPSTN
5050
```
5151

52-
This example creates an application endpoint callable entity.
52+
This example creates an ExternalPSTN callable entity.
5353

5454
### -------------------------- Example 3 --------------------------
5555
```powershell
@@ -135,6 +135,8 @@ Accept wildcard characters: False
135135
```
136136
137137
### -EnableTranscription
138+
Enables the email transcription of voicemail, this is only supported with shared voicemail callable entities.
139+
138140
```yaml
139141
Type: SwitchParameter
140142
Parameter Sets: (All)

0 commit comments

Comments
 (0)