Skip to content

Commit dee34a0

Browse files
authored
Merge pull request MicrosoftDocs#8367 from MicrosoftDocs/chrisda
Update Set-OrganizationConfig.md
2 parents e46a61b + 3a1c81f commit dee34a0

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Set-OrganizationConfig -ShortenEventScopeDefault <ShortenEventScopeMode>
7070
[-DistributionGroupNamingPolicy <DistributionGroupNamingPolicy>]
7171
[-ElcProcessingDisabled <Boolean>]
7272
[-EnableForwardingAddressSyncForMailboxes <Boolean>]
73+
[-EnableOutlookEvents <Boolean>]
7374
[-EndUserDLUpgradeFlowsDisabled <Boolean>]
7475
[-EwsAllowEntourage <Boolean>]
7576
[-EwsAllowList <MultiValuedProperty>]
@@ -1660,6 +1661,27 @@ Accept pipeline input: False
16601661
Accept wildcard characters: False
16611662
```
16621663

1664+
### -EnableOutlookEvents
1665+
This parameter is available only in the cloud-based service.
1666+
1667+
The EnableOutlookEvents parameter specifies whether Outlook or Outlook on the web (formerly known as Outlook Web App) automatically discovers events from email messages and adds them to user calendars. Valid values are:
1668+
1669+
- $true: Discovery of events from email messages is enabled.
1670+
- $false: Discovery of events from email messages is disabled. This is the default value.
1671+
1672+
```yaml
1673+
Type: Boolean
1674+
Parameter Sets: (All)
1675+
Aliases:
1676+
Applicable: Exchange Online
1677+
1678+
Required: False
1679+
Position: Named
1680+
Default value: None
1681+
Accept pipeline input: False
1682+
Accept wildcard characters: False
1683+
```
1684+
16631685
### -EndUserDLUpgradeFlowsDisabled
16641686
This parameter is available only in the cloud-based service.
16651687

0 commit comments

Comments
 (0)