Skip to content

Commit edfed31

Browse files
Merge branch 'main' into patch-3
2 parents 7ab6aa8 + 2202f77 commit edfed31

File tree

182 files changed

+217
-193
lines changed

Some content is hidden

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

182 files changed

+217
-193
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-TeamsAppInstallation.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ 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
55
schema: 2.0.0
6-
author: serdarsoysal
7-
ms.author: serdars
8-
ms.reviewer:
96
---
107

118
# Add-TeamsAppInstallation

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
---

teams/teams-ps/teams/Get-AssociatedTeam.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml
33
Module Name: MicrosoftTeams
44
online version: https://learn.microsoft.com/powershell/module/teams/get-associatedteam
55
schema: 2.0.0
6-
author: zhongxlmicrosoft
6+
author: serdarsoysal
77
ms.author: serdars
88
ms.reviewer: dedaniel, robharad
99
---

teams/teams-ps/teams/Get-CsCallQueue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Get-CsCallQueue
66
schema: 2.0.0
77
ms.reviewer:
88
manager: bulenteg
9-
ms.author: tomkau
9+
author: tomkau
1010
ms.author: tomkau
1111
ms.reviewer: williamlooney
1212
---

teams/teams-ps/teams/Get-CsCallingLineIdentity.md

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

teams/teams-ps/teams/Get-CsEffectiveTenantDialPlan.md

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

teams/teams-ps/teams/Get-CsHybridTelephoneNumber.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ external help file: Microsoft.Open.Teams.CommonLibrary.dll-Help.xml
33
Module Name: MicrosoftTeams
44
online version: https://learn.microsoft.com/powershell/module/teams/get-cshybridtelephonenumber
55
applicable: Microsoft Teams
6-
author: jenstrier
6+
author: serdarsoysal
77
ms.author: serdars
88
ms.reviewer:
99
manager:

0 commit comments

Comments
 (0)