Skip to content

Commit fd71b0e

Browse files
authored
Merge branch 'main' into main
2 parents d82708d + 20f97e1 commit fd71b0e

File tree

258 files changed

+449
-246
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

258 files changed

+449
-246
lines changed

exchange/docs-conceptual/index.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ metadata:
88
description: Learn about the PowerShell environments that are available in on-premises Exchange and Microsoft 365. # Required; article description that is displayed in search results. < 160 chars.
99
services: exchange-online
1010
ms.service: exchange-online #Required; service per approved list. service slug assigned to your service by ACOM.
11-
ms.subservice: subservice # Optional; Remove if no subservice is used.
1211
ms.topic: landing-page # Required
1312
ms.assetid: 9983a964-f642-4fcd-856b-452a172bcd4e
1413
manager: deniseb

exchange/exchange-ps/exchange/Set-OwaMailboxPolicy.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1394,7 +1394,12 @@ Accept wildcard characters: False
13941394
### -ItemsToOtherAccountsEnabled
13951395
This parameter is available only in the cloud-based service.
13961396

1397-
{{ Fill ItemsToOtherAccountsEnabled Description }}
1397+
The ItemsToOtherAccountsEnabled parameter specifies whether users can move or copy email messages between accounts. Valid values are:
1398+
1399+
- $true: Users can move and copy messages to and from external accounts.
1400+
- $false: Users can't move or copy messages to and from external accounts. This is the default value.
1401+
1402+
**Note:** This policy doesn't affect moving or copying messages between Microsoft 365 Groups and shared mailboxes within the organization.
13981403

13991404
```yaml
14001405
Type: System.Boolean

exchange/exchange-ps/exchange/Set-TransportConfig.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Set-TransportConfig [[-Identity] <OrganizationIdParameter>]
6262
[-MaxRetriesForRemoteSiteShadow <Int32>]
6363
[-MaxSendSize <Unlimited>]
6464
[-MessageExpiration <EnhancedTimeSpan>]
65+
[-PreventDuplicateJournalingEnabled <Boolean>]
6566
[-QueueDiagnosticsAggregationInterval <EnhancedTimeSpan>]
6667
[-RejectMessageOnShadowFailure <Boolean>]
6768
[-ReplyAllStormBlockDurationHours <Int32>]
@@ -991,6 +992,27 @@ Accept pipeline input: False
991992
Accept wildcard characters: False
992993
```
993994

995+
### -PreventDuplicateJournalingEnabled
996+
This parameter is available only in the cloud-based service.
997+
998+
The PreventDuplicateJournalingEnabled parameter prevents duplicate journaling reports that can occur when messages are processed by both on-premises and cloud journaling agents. Valid values are:
999+
1000+
- $true: Ensure that journaling messages aren't duplicated in hybrid environments.
1001+
- $false: Journaling messages might be duplicated in hybrid environments. This is the default value.
1002+
1003+
```yaml
1004+
Type: Boolean
1005+
Parameter Sets: (All)
1006+
Aliases:
1007+
Applicable: Exchange Online
1008+
1009+
Required: False
1010+
Position: Named
1011+
Default value: None
1012+
Accept pipeline input: False
1013+
Accept wildcard characters: False
1014+
```
1015+
9941016
### -QueueDiagnosticsAggregationInterval
9951017
This parameter is available only in on-premises Exchange.
9961018

teams/teams-ps/teams/Add-TeamChannelUser.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml
33
Module Name: MicrosoftTeams
44
online version: https://learn.microsoft.com/powershell/module/teams/add-teamchanneluser
5+
title: Add-TeamChannelUser
56
schema: 2.0.0
67
---
78

teams/teams-ps/teams/Add-TeamUser.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml
33
Module Name: MicrosoftTeams
44
online version: https://learn.microsoft.com/powershell/module/teams/add-teamuser
5+
title: Add-TeamUser
56
schema: 2.0.0
67
author: serdarsoysal
78
ms.author: serdars

teams/teams-ps/teams/Add-TeamsAppInstallation.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml
33
Module Name: MicrosoftTeams
44
online version: https://learn.microsoft.com/powershell/module/teams/add-teamsappinstallation
5+
title: Add-TeamsAppInstallation
56
schema: 2.0.0
6-
author: serdarsoysal
7-
ms.author: serdars
8-
ms.reviewer:
97
---
108

119
# Add-TeamsAppInstallation

teams/teams-ps/teams/Clear-TeamsEnvironmentConfig.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
external help file: Microsoft.TeamsCmdlets.PowerShell.Connect.dll-Help.xml
33
Module Name: MicrosoftTeams
4-
online version:
4+
online version: https://learn.microsoft.com/powershell/module/teams/clear-teamsenvironmentconfig
5+
title: Clear-TeamsEnvironmentConfig
56
schema: 2.0.0
67
author: VikneshMSFT
78
ms.author: vimohan

teams/teams-ps/teams/Connect-MicrosoftTeams.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
external help file: Microsoft.Open.Teams.CommonLibrary.dll-Help.xml
33
Module Name: MicrosoftTeams
44
online version: https://learn.microsoft.com/powershell/module/teams/connect-microsoftteams
5+
title: Connect-MicrosoftTeams
56
schema: 2.0.0
67
author: serdarsoysal
78
ms.author: serdars

teams/teams-ps/teams/Disconnect-MicrosoftTeams.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
external help file: Microsoft.Open.Teams.CommonLibrary.dll-Help.xml
33
Module Name: MicrosoftTeams
44
online version: https://learn.microsoft.com/powershell/module/teams/disconnect-microsoftteams
5+
title: Disconnect-MicrosoftTeams
56
schema: 2.0.0
67
author: serdarsoysal
78
ms.author: serdars

teams/teams-ps/teams/Find-CsOnlineApplicationInstance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ applicable: Microsoft Teams
55
title: Find-CsOnlineApplicationInstance
66
schema: 2.0.0
77
manager: bulenteg
8-
author: jenstrier
8+
author: serdarsoysal
99
ms.author: serdars
1010
ms.reviewer:
1111
---

0 commit comments

Comments
 (0)