Skip to content

Commit 9ddbb56

Browse files
committed
Merge branch 'main' into SIS-chrisda
2 parents b19cda7 + 6f85f00 commit 9ddbb56

26 files changed

+144
-28
lines changed

exchange/exchange-ps/exchange/Get-EXOMailbox.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,6 @@ The RecipientTypeDetails parameter filters the results by the specified mailbox
447447

448448
- DiscoveryMailbox
449449
- EquipmentMailbox
450-
- GroupMailbox
451450
- LegacyMailbox
452451
- LinkedMailbox
453452
- LinkedRoomMailbox

exchange/exchange-ps/exchange/Get-FederationInformation.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ ms.reviewer:
1414
## SYNOPSIS
1515
This cmdlet is available in on-premises Exchange and in the cloud-based service. Some parameters and settings may be exclusive to one environment or the other.
1616

17-
Use the Get-FederationInformation cmdlet to get federation information, including federated domain names and target URLs, from an external Exchange organization.
17+
Use the Get-FederationInformation cmdlet to get federation information from an external Exchange organization.
18+
19+
> [!TIP]
20+
> For information about changes made to the Get-FederationInformation cmdlet to improve security and privacy, see [Important Update to the Get-FederationInformation Cmdlet in Exchange Online](https://techcommunity.microsoft.com/blog/exchange/important-update-to-the-get-federationinformation-cmdlet-in-exchange-online/4410095).
1821
1922
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
2023

@@ -29,9 +32,7 @@ Get-FederationInformation -DomainName <SmtpDomain>
2932
```
3033

3134
## DESCRIPTION
32-
The Get-FederationInformation cmdlet retrieves federation information from the domain specified. Results from the cmdlet can be piped to the New-OrganizationRelationship cmdlet to establish an organization relationship with the Exchange organization being queried.
33-
34-
The domain specified should have federation enabled.
35+
The Get-FederationInformation cmdlet retrieves federation information from the specified domain, which should have federation enabled.
3536

3637
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see [Find the permissions required to run any Exchange cmdlet](https://learn.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).
3738

exchange/exchange-ps/exchange/Get-MailDetailATPReport.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ The MessageTraceId value is also available in the output of the following cmdlet
242242
- Get-MailDetailDlpPolicyReport
243243
- Get-MailDetailEncryptionReport
244244
- Get-MailDetailTransportRuleReport
245-
- Get-MessageTrace
246-
- Get-MessageTraceDetail
245+
- Get-MessageTraceV2
246+
- Get-MessageTraceDetailV2
247247

248248
```yaml
249249
Type: MultiValuedProperty

exchange/exchange-ps/exchange/Get-MailDetailDlpPolicyReport.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ The MessageTraceId value is also available in the output of the following cmdlet
194194
- Get-MailDetailATPReport
195195
- Get-MailDetailEncryptionReport
196196
- Get-MailDetailTransportRuleReport
197-
- Get-MessageTrace
198-
- Get-MessageTraceDetail
197+
- Get-MessageTraceV2
198+
- Get-MessageTraceDetailV2
199199

200200
```yaml
201201
Type: MultiValuedProperty

exchange/exchange-ps/exchange/Get-MailDetailEncryptionReport.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ The MessageTraceId value is also available in the output of the following cmdlet
204204
- Get-MailDetailATPReport
205205
- Get-MailDetailDlpPolicyReport
206206
- Get-MailDetailTransportRuleReport
207-
- Get-MessageTrace
208-
- Get-MessageTraceDetail
207+
- Get-MessageTraceV2
208+
- Get-MessageTraceDetailV2
209209

210210
```yaml
211211
Type: MultiValuedProperty

exchange/exchange-ps/exchange/Get-MailDetailTransportRuleReport.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ The MessageTraceId value is also available in the output of the following cmdlet
176176
- Get-MailDetailATPReport
177177
- Get-MailDetailDlpPolicyReport
178178
- Get-MailDetailEncryptionReport
179-
- Get-MessageTrace
180-
- Get-MessageTraceDetail
179+
- Get-MessageTraceV2
180+
- Get-MessageTraceDetailV2
181181

182182
```yaml
183183
Type: MultiValuedProperty

exchange/exchange-ps/exchange/Get-MailUser.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ The HVEAccount switch specifies that this mail user account is specifically used
213213

214214
```yaml
215215
Type: SwitchParameter
216-
Parameter Sets: LOBAppAccount
216+
Parameter Sets: HVEAccount
217217
Aliases:
218218
Applicable: Exchange Online, Exchange Online Protection
219219
@@ -250,7 +250,7 @@ Accept wildcard characters: False
250250
### -LOBAppAccount
251251
This parameter is available only in the cloud-based service.
252252

253-
{{ Fill LOBAppAccount Description }}
253+
This parameter is reserved for internal Microsoft use.
254254

255255
```yaml
256256
Type: SwitchParameter

exchange/exchange-ps/exchange/Get-MessageTrace.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ ms.reviewer:
1414
## SYNOPSIS
1515
This cmdlet is available only in the cloud-based service.
1616

17+
> [!NOTE]
18+
> This cmdlet is replaced by the [Get-MessageTraceV2](https://learn.microsoft.com/powershell/module/exchange/get-messagetracev2) cmdlet and will eventually be deprecated.
19+
1720
Use the Get-MessageTrace cmdlet to trace messages as they pass through the cloud-based organization.
1821

1922
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).

exchange/exchange-ps/exchange/Get-MessageTraceDetail.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ ms.reviewer:
1414
## SYNOPSIS
1515
This cmdlet is available only in the cloud-based service.
1616

17+
> [!NOTE]
18+
> This cmdlet is replaced by the [Get-MessageTraceDetailV2](https://learn.microsoft.com/powershell/module/exchange/get-messagetracedetailv2) cmdlet and will eventually be deprecated.
19+
1720
Use the Get-MessageTraceDetail cmdlet to view the message trace event details for a specific message. Note that these detailed results are returned less quickly than the Get-MessageTrace results.
1821

1922
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).

exchange/exchange-ps/exchange/Get-MessageTraceDetailV2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This example retrieves detailed message trace information for messages with the
4747
Get-MessageTraceV2 -MessageTraceId 2bbad36aa4674c7ba82f4b307fff549f -SenderAddress [email protected] -StartDate 06/13/2025 -EndDate 06/15/2025 | Get-MessageTraceDetailV2
4848
```
4949

50-
This example uses the Get-MessageTrace cmdlet to retrieve message trace information for messages with the Exchange Network Message ID value 2bbad36aa4674c7ba82f4b307fff549f sent by `[email protected]` between June 13, 2025 and June 15, 2025, and pipelines the results to the Get-MessageTraceDetailV2 cmdlet.
50+
This example uses the Get-MessageTraceV2 cmdlet to retrieve message trace information for messages with the Exchange Network Message ID value 2bbad36aa4674c7ba82f4b307fff549f sent by `[email protected]` between June 13, 2025 and June 15, 2025, and pipelines the results to the Get-MessageTraceDetailV2 cmdlet.
5151

5252
## PARAMETERS
5353

0 commit comments

Comments
 (0)