Skip to content

Commit 0651356

Browse files
authored
Merge pull request MicrosoftDocs#3157 from loskinski/patch-4
Update Set-OrganizationConfig
2 parents 3366d59 + 5f949df commit 0651356

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ Set-OrganizationConfig
9393
[-SmtpActionableMessagesEnabled <$true | $false>]
9494
[-UnblockUnsafeSenderPromptEnabled <$true | $false>]
9595
[-VisibleMeetingUpdateProperties <String>]
96+
[-WebPushNotificationsDisabled <$true | $false>]
9697
[-WebSuggestedRepliesDisabled <$true | $false>]
9798
[-WhatIf] [<CommonParameters>]
9899
```
@@ -2357,6 +2358,26 @@ Default value: None
23572358
Accept pipeline input: False
23582359
Accept wildcard characters: False
23592360
```
2361+
### -WebPushNotificationsDisabled
2362+
This parameter is available only in the cloud-based service.
2363+
2364+
The WebPushNotificationsDisabled parameter specifies whether to enable or disable Web Push Notifications in Outlook on the Web. This feature provides web push notifications which appear on a user's desktop while the user is not using Outlook on the Web. This brings awareness of incoming messages while they are working elsewhere on their computer. Valid values are:
2365+
2366+
- $true: Web Push Notifications are disabled.
2367+
2368+
- $false: Web Push Notifications are enabled. This is the default value.
2369+
2370+
```yaml
2371+
Type: $true | $false
2372+
Parameter Sets: Default
2373+
Aliases:
2374+
Applicable: Exchange Online
2375+
Required: False
2376+
Position: Named
2377+
Default value: None
2378+
Accept pipeline input: False
2379+
Accept wildcard characters: False
2380+
```
23602381

23612382
### -WebSuggestedRepliesDisabled
23622383
This parameter is available only in the cloud-based service.

0 commit comments

Comments
 (0)