Skip to content

Commit 73db37b

Browse files
authored
Merge branch 'main' into new-example-allowedtrialtenantdomains
2 parents 100d5b6 + 797bd5f commit 73db37b

File tree

314 files changed

+948
-408
lines changed

Some content is hidden

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

314 files changed

+948
-408
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/Add-eDiscoveryCaseAdmin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Add-eDiscoveryCaseAdmin -User <String>
2828
```
2929

3030
## DESCRIPTION
31-
An eDiscovery Administrator is member of the eDiscovery Manager role group who can also view and access all eDiscovery cases in your organization.
31+
An eDiscovery Administrator is a member of the eDiscovery Manager role group who can view and access all eDiscovery cases in the organization. To make a user an eDiscovery Administrator, add them to the eDiscovery Manager role group by running the following command in Security & Compliance PowerShell: `Add-RoleGroupMember -Identity "eDiscovery Manager" -Member "<UserIdentity>"`.
3232

33-
To make a user an eDiscovery Administrator, you must first add the user to the eDiscovery Manager role group by running the Add-RoleGroupMember cmdlet. After the user is a member of this role group, you can run the Add-eDiscoveryCaseAdmin cmdlet to add the user to the list of eDiscovery Administrators.
33+
After the user is a member of the eDiscovery Manager role group, you can then use this cmdlet to add them to the list of eDiscovery Administrators.
3434

3535
To use this cmdlet in Security & Compliance PowerShell, you need to be assigned permissions. For more information, see [Permissions in the Microsoft Purview compliance portal](https://learn.microsoft.com/purview/microsoft-365-compliance-center-permissions).
3636

exchange/exchange-ps/exchange/Connect-ExchangeOnline.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,11 +202,11 @@ Accept wildcard characters: False
202202
```
203203

204204
### -DelegatedOrganization
205-
The DelegatedOrganization parameter specifies the customer organization that you want to manage (for example, contosoelectronics.onmicrosoft.com). This parameter works only if the customer organization has agreed to your delegated management via the CSP program.
205+
The DelegatedOrganization parameter specifies the customer organization that you want to manage. A valid value for this parameter is the primary .onmicrosoft.com domain or tenant ID of the customer organization.
206206

207-
After you successfully authenticate, the cmdlets in this session are mapped to the customer organization, and all operations in this session are done on the customer organization.
207+
This parameter works only if the customer organization has agreed to your delegated management via the CSP program.
208208

209-
**Note**: Use the primary .onmicrosoft.com domain of the delegated organization for the value of this parameter.
209+
After you successfully authenticate, the cmdlets in this session are mapped to the customer organization, and all operations in this session are done on the customer organization.
210210

211211
```yaml
212212
Type: String
@@ -603,7 +603,7 @@ Accept wildcard characters: False
603603
```
604604

605605
### -Organization
606-
The Organization parameter specifies the organization when you connect using CBA or managed identity. You must use the primary .onmicrosoft.com domain of the organization for the value of this parameter.
606+
The Organization parameter specifies the organization when you connect using CBA or managed identity. A valid value for this parameter is the primary .onmicrosoft.com domain or tenant ID of the organization.
607607

608608
For more information about connecting with CBA, see [App-only authentication for unattended scripts in the Exchange Online PowerShell module](https://aka.ms/exo-cba).
609609

exchange/exchange-ps/exchange/Get-DlpCompliancePolicy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ Accept wildcard characters: False
108108
### -DistributionDetail
109109
The DistributionDetail switch returns detailed policy distribution information in the DistributionResults property. You don't need to specify a value with this switch.
110110
111+
**Tip**: The DistributionResults property is unreliable and prone to errors.
112+
111113
```yaml
112114
Type: SwitchParameter
113115
Parameter Sets: (All)

exchange/exchange-ps/exchange/Get-RetentionCompliancePolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ Accept wildcard characters: False
165165
```
166166
167167
### -RetentionRuleTypes
168-
The RetentionRuleTypes switch specifies whether to return the value of the RetentionRuleTypes property in the results. You don't need to specify a value with this switch.
168+
The RetentionRuleTypes switch specifies whether to return the value of the RetentionRuleTypes and HasRules properties in the results. You don't need to specify a value with this switch.
169169
170-
To see the RetentionRuleTypes property, you need to pipe the command to a formatting cmdlet. For example, `Get-RetentionCompliancePolicy -RetentionRuleTypes | Format-Table -Auto Name,RetentionRuleTypes`. If you don't use the RetentionRuleTypes switch, the value appears blank.
170+
To see the RetentionRuleTypes property, you need to pipe the command to a formatting cmdlet. For example, `Get-RetentionCompliancePolicy -RetentionRuleTypes | Format-Table -Auto Name,RetentionRuleTypes`. If you don't use the RetentionRuleTypes switch, the values RetentionRuleTypes appears blank and HasRules appears False.
171171

172172
```yaml
173173
Type: SwitchParameter

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

exchange/exchange-ps/exchange/Update-eDiscoveryCaseAdmin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Update-eDiscoveryCaseAdmin -Users <String[]>
2828
```
2929

3030
## DESCRIPTION
31-
An eDiscovery Administrator is member of the eDiscovery Manager role group who can also view and access all eDiscovery cases in your organization.
31+
An eDiscovery Administrator is a member of the eDiscovery Manager role group who can view and access all eDiscovery cases in the organization. To make a user an eDiscovery Administrator, add them to the eDiscovery Manager role group by running the following command in Security & Compliance PowerShell: `Add-RoleGroupMember -Identity "eDiscovery Manager" -Member "<UserIdentity>"`.
3232

33-
To make a user an eDiscovery Administrator, the user must be assigned the Case Management role. By default, this role is assigned to the Organization Management and eDiscovery Manager role groups.
33+
After the user is a member of the eDiscovery Manager role group, you can then use this cmdlet to add them to the list of eDiscovery Administrators.
3434

3535
To use this cmdlet in Security & Compliance PowerShell, you need to be assigned permissions. For more information, see [Permissions in the Microsoft Purview compliance portal](https://learn.microsoft.com/purview/microsoft-365-compliance-center-permissions).
3636

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

0 commit comments

Comments
 (0)