Skip to content

Commit 65a1029

Browse files
authored
Merge branch 'master' into chrisda
2 parents 4d7c792 + 99f9d83 commit 65a1029

File tree

4 files changed

+23
-1
lines changed

4 files changed

+23
-1
lines changed

exchange/exchange-ps/exchange/Set-OwaVirtualDirectory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1654,7 +1654,7 @@ The LogonPagePublicPrivateSelectionEnabled parameter specifies whether the Outlo
16541654
- $true: The public/private computer session selection is available on the Outlook on the web sign-in page.
16551655
- $false: The public/private computer session selection isn't available on the Outlook on the web sign-in page. All sessions are considered to be on private computers. This is the default value.
16561656

1657-
By default in Exchange 2013 or later, all Outlook on the web sessions are considered to be on private computers. Users can only specify public computer sessions if you've set this parameter value to $false.
1657+
By default in Exchange 2013 or later, all Outlook on the web sessions are considered to be on private computers. Users can only specify public computer sessions if you've set this parameter value to $true.
16581658

16591659
When you change the value of this parameter, restart IIS (Stop-Service WAS -Force and Start-Service W3SVC).
16601660

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1732,6 +1732,24 @@ Accept pipeline input: False
17321732
Accept wildcard characters: False
17331733
```
17341734

1735+
### -IncludeAtAGlanceInShareEmails
1736+
1737+
Enable or disable the At A Glance feature in sharing e-mails. This provides the key points and time to read for the shared item if available.
1738+
1739+
```yaml
1740+
Type: Boolean
1741+
1742+
Parameter Sets: (All)
1743+
Aliases:
1744+
Applicable: SharePoint Online
1745+
Required: False
1746+
Position: Named
1747+
Default value: True
1748+
Accept pipeline input: False
1749+
Accept wildcard characters: False
1750+
```
1751+
1752+
17351753
### CommonParameters
17361754

17371755
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

skype/skype-ps/skype/New-CsTeamsMessagingPolicy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,8 @@ Accept wildcard characters: False
276276
```
277277
278278
### -ChannelsInChatListEnabledType
279+
On mobile devices, enable to display favorite channels above recent chats.
280+
279281
Possible values are: DisabledUserOverride,EnabledUserOverride.
280282
281283
```yaml

skype/skype-ps/skype/Set-CsTeamsMessagingPolicy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,8 @@ Accept wildcard characters: False
279279
```
280280
281281
### -ChannelsInChatListEnabledType
282+
On mobile devices, enable to display favorite channels above recent chats.
283+
282284
Possible values are: DisabledUserOverride, EnabledUserOverride.
283285
284286
```yaml

0 commit comments

Comments
 (0)