Skip to content

Commit fb85544

Browse files
committed
Merge branch 'master' into chrisda
2 parents f469a87 + be1fed5 commit fb85544

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
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
```
@@ -2351,6 +2352,26 @@ Default value: None
23512352
Accept pipeline input: False
23522353
Accept wildcard characters: False
23532354
```
2355+
### -WebPushNotificationsDisabled
2356+
This parameter is available only in the cloud-based service.
2357+
2358+
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:
2359+
2360+
- $true: Web Push Notifications are disabled.
2361+
2362+
- $false: Web Push Notifications are enabled. This is the default value.
2363+
2364+
```yaml
2365+
Type: $true | $false
2366+
Parameter Sets: Default
2367+
Aliases:
2368+
Applicable: Exchange Online
2369+
Required: False
2370+
Position: Named
2371+
Default value: None
2372+
Accept pipeline input: False
2373+
Accept wildcard characters: False
2374+
```
23542375

23552376
### -WebSuggestedRepliesDisabled
23562377
This parameter is available only in the cloud-based service.

skype/docs-conceptual/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
localization_priority: Normal
33
---
44

5-
#Skype for Business cmdlet reference
5+
# Skype for Business cmdlet reference
66

77
Welcome to the Skype for Business PowerShell cmdlet help references. The Skype for Business cmdlets provide the command line interface for server and service administration and management.
88

teams/docs-conceptual/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
localization_priority: Normal
33
---
44

5-
#Microsoft Teams cmdlet reference
5+
# Microsoft Teams cmdlet reference
66

77
Welcome to the Microsoft Teams PowerShell cmdlet help references. Cmdlets for managing Microsoft Teams service are split between two powershell modules: the Skype for Business Online module and the Microsoft Teams module.
88

0 commit comments

Comments
 (0)