Skip to content

Commit 6e681de

Browse files
authored
Merge branch 'main' into patch-14
2 parents aa47212 + 7d62d0a commit 6e681de

File tree

73 files changed

+954
-487
lines changed

Some content is hidden

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

73 files changed

+954
-487
lines changed

.github/workflows/AutoPublish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,23 @@ name: (Scheduled) Publish to live
33
permissions:
44
contents: write
55
pull-requests: write
6+
checks: read
67

78
on:
89
schedule:
9-
- cron: "25 5,11,17,22 * * *" # Times are UTC based on Daylight Saving Time. Need to be adjusted for Standard Time. Scheduling at :25 to account for queuing lag.
10+
- cron: "25 2,5,8,11,14,17,20,22 * * *" # Times are UTC based on Daylight Saving Time. Need to be adjusted for Standard Time. Scheduling at :25 to account for queuing lag.
1011

1112
workflow_dispatch:
1213

1314
jobs:
1415

1516
auto-publish:
1617
if: github.repository_owner == 'MicrosoftDocs' && contains(github.event.repository.topics, 'build')
17-
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-AutoPublish.yml@workflows-prod
18+
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-AutoPublishV2.yml@workflows-prod
1819
with:
1920
PayloadJson: ${{ toJSON(github) }}
2021
EnableAutoPublish: true
22+
EnableAutoMerge: true
2123

2224
secrets:
2325
AccessToken: ${{ secrets.GITHUB_TOKEN }}

.openpublishing.publish.config.json

Lines changed: 6 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
]
2525
},
2626
"monikerPath": [
27-
"mapping/monikerMapping.json"
27+
"mapping/MAML2Yaml/monikerMapping.json"
2828
]
2929
},
3030
{
@@ -46,7 +46,7 @@
4646
"template_folder": "_themes",
4747
"version": 0,
4848
"monikerPath": [
49-
"mapping/monikerMapping.json"
49+
"mapping/MAML2Yaml/monikerMapping.json"
5050
]
5151
},
5252
{
@@ -73,7 +73,7 @@
7373
]
7474
},
7575
"monikerPath": [
76-
"mapping/monikerMapping.json"
76+
"mapping/MAML2Yaml/monikerMapping.json"
7777
]
7878
},
7979
{
@@ -95,28 +95,9 @@
9595
"template_folder": "_themes",
9696
"version": 0,
9797
"monikerPath": [
98-
"mapping/monikerMapping.json"
98+
"mapping/MAML2Yaml/monikerMapping.json"
9999
]
100100
},
101-
{
102-
"docset_name": "staffhub-ps",
103-
"build_source_folder": "staffhub",
104-
"build_output_subfolder": "staffhub-ps",
105-
"locale": "en-us",
106-
"monikers": [],
107-
"moniker_ranges": [],
108-
"open_to_public_contributors": true,
109-
"type_mapping": {
110-
"Conceptual": "Content",
111-
"ManagedReference": "Content",
112-
"RestApi": "Content",
113-
"PowershellModule": "Content",
114-
"PowershellCmdlet": "Content"
115-
},
116-
"build_entry_point": "docs",
117-
"template_folder": "_themes",
118-
"version": 0
119-
},
120101
{
121102
"docset_name": "teams-ps",
122103
"build_source_folder": "teams",
@@ -141,7 +122,7 @@
141122
]
142123
},
143124
"monikerPath": [
144-
"mapping/monikerMapping.json"
125+
"mapping/MAML2Yaml/monikerMapping.json"
145126
]
146127
},
147128
{
@@ -168,7 +149,7 @@
168149
]
169150
},
170151
"monikerPath": [
171-
"mapping/monikerMapping.json"
152+
"mapping/MAML2Yaml/monikerMapping.json"
172153
]
173154
}
174155
],

exchange/exchange-ps/exchange/Get-AutoSensitivityLabelPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Accept wildcard characters: False
9999
```
100100
101101
### -IncludeProgressFeedback
102-
IncludeProgressFeedback specifies whether to include the labeling progress of files in SharePoint Online or OneDrive for Business. You don't need to specify a value with this switch.
102+
IncludeProgressFeedback specifies whether to include the labeling progress of files in SharePoint or OneDrive. You don't need to specify a value with this switch.
103103
104104
If you use this switch, the command shows the progress of files to be labeled, files labeled in the last 7 days, and total files labeled for enabled auto-labeling policies.
105105

exchange/exchange-ps/exchange/Get-ComplianceSecurityFilter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.reviewer:
1414
## SYNOPSIS
1515
This cmdlet is functional only in Security & Compliance PowerShell. For more information, see [Security & Compliance PowerShell](https://learn.microsoft.com/powershell/exchange/scc-powershell).
1616

17-
Use the Get-ComplianceSecurityFilter cmdlet to view compliance security filters in the Microsoft Purview compliance portal. These filters allow specified users to search only a subset of mailboxes and SharePoint Online or OneDrive for Business sites in your Microsoft 365 organization.
17+
Use the Get-ComplianceSecurityFilter cmdlet to view compliance security filters in the Microsoft Purview compliance portal. These filters allow specified users to search only a subset of mailboxes and SharePoint or OneDrive sites in your Microsoft 365 organization.
1818

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

exchange/exchange-ps/exchange/Get-DistributionGroup.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,9 @@ Accept wildcard characters: False
240240
### -IncludeAcceptMessagesOnlyFromDLMembersWithDisplayNames
241241
This parameter is available only in the cloud-based service.
242242

243-
{{ Fill IncludeAcceptMessagesOnlyFromDLMembersWithDisplayNames Description }}
243+
The IncludeAcceptMessagesOnlyFromDLMembersWithDisplayNames switch specifies whether to return the SMTP addresses and display names of AcceptMessagesOnlyFromDLMembers recipients in the AcceptMessagesOnlyFromDLMembersWithDisplayNames property. You don't need to specify a value with this switch.
244+
245+
This switch was introduced to restore human-readable identifiers in the results of the cmdlet. If you don't use this switch, AcceptMessagesOnlyFromDLMembers recipients are shown as GUIDs and the AcceptMessagesOnlyFromDLMembersWithDisplayNames property is empty.
244246

245247
```yaml
246248
Type: SwitchParameter
@@ -258,7 +260,9 @@ Accept wildcard characters: False
258260
### -IncludeAcceptMessagesOnlyFromSendersOrMembersWithDisplayNames
259261
This parameter is available only in the cloud-based service.
260262

261-
{{ Fill IncludeAcceptMessagesOnlyFromSendersOrMembersWithDisplayNames Description }}
263+
The IncludeAcceptMessagesOnlyFromSendersOrMembersWithDisplayNames switch specifies whether to return the SMTP addresses and display names of AcceptMessagesOnlyFromSendersOrMembers recipients in the AcceptMessagesOnlyFromSendersOrMembersWithDisplayNames property. You don't need to specify a value with this switch.
264+
265+
This switch was introduced to restore human-readable identifiers in the results of the cmdlet. If you don't use this switch, AcceptMessagesOnlyFromSendersOrMembers recipients are shown as GUIDs and the AcceptMessagesOnlyFromSendersOrMembersWithDisplayNames property is empty.
262266

263267
```yaml
264268
Type: SwitchParameter
@@ -276,7 +280,9 @@ Accept wildcard characters: False
276280
### -IncludeAcceptMessagesOnlyFromWithDisplayNames
277281
This parameter is available only in the cloud-based service.
278282

279-
{{ Fill IncludeAcceptMessagesOnlyFromWithDisplayNames Description }}
283+
The IncludeAcceptMessagesOnlyFromWithDisplayNames switch specifies whether to return the SMTP addresses and display names of AcceptMessagesOnlyFrom recipients in the AcceptMessagesOnlyFromWithDisplayNames property. You don't need to specify a value with this switch.
284+
285+
This switch was introduced to restore human-readable identifiers in the results of the cmdlet. If you don't use this switch, AcceptMessagesOnlyFrom recipients are shown as GUIDs and the AcceptMessagesOnlyFromWithDisplayNames property is empty.
280286

281287
```yaml
282288
Type: SwitchParameter
@@ -294,7 +300,9 @@ Accept wildcard characters: False
294300
### -IncludeBypassModerationFromSendersOrMembersWithDisplayNames
295301
This parameter is available only in the cloud-based service.
296302

297-
{{ Fill IncludeBypassModerationFromSendersOrMembersWithDisplayNames Description }}
303+
The IncludeBypassModerationFromSendersOrMembersWithDisplayNames switch specifies whether to return the SMTP addresses and display names of BypassModerationFromSendersOrMembers recipients in the BypassModerationFromSendersOrMembersWithDisplayNames property. You don't need to specify a value with this switch.
304+
305+
This switch was introduced to restore human-readable identifiers in the results of the cmdlet. If you don't use this switch, BypassModerationFromSendersOrMembers recipients are shown as GUIDs and the BypassModerationFromSendersOrMembersWithDisplayNames property is empty.
298306

299307
```yaml
300308
Type: SwitchParameter
@@ -312,7 +320,9 @@ Accept wildcard characters: False
312320
### -IncludeGrantSendOnBehalfToWithDisplayNames
313321
This parameter is available only in the cloud-based service.
314322

315-
{{ Fill IncludeGrantSendOnBehalfToWithDisplayNames Description }}
323+
The IncludeGrantSendOnBehalfToWithDisplayNames switch specifies whether to return the SMTP addresses and display names of GrantSendOnBehalfTo recipients in the GrantSendOnBehalfToWithDisplayNames property. You don't need to specify a value with this switch.
324+
325+
This switch was introduced to restore human-readable identifiers in the results of the cmdlet. If you don't use this switch, GrantSendOnBehalfTo recipients are shown as GUIDs and the GrantSendOnBehalfToWithDisplayNames property is empty.
316326

317327
```yaml
318328
Type: SwitchParameter
@@ -330,7 +340,9 @@ Accept wildcard characters: False
330340
### -IncludeModeratedByWithDisplayNames
331341
This parameter is available only in the cloud-based service.
332342

333-
{{ Fill IncludeModeratedByWithDisplayNames Description }}
343+
The IncludeModeratedByWithDisplayNames switch specifies whether to return the SMTP addresses and display names of ModeratedBy recipients in the ModeratedByWithDisplayNames property. You don't need to specify a value with this switch.
344+
345+
This switch was introduced to restore human-readable identifiers in the results of the cmdlet. If you don't use this switch, ModeratedBy recipients are shown as GUIDs and the ModeratedByWithDisplayNames property is empty.
334346

335347
```yaml
336348
Type: SwitchParameter

exchange/exchange-ps/exchange/Get-DlpDetailReport.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.reviewer:
1616

1717
This cmdlet is available only in the cloud-based service.
1818

19-
Use the Get-DlpDetailReport cmdlet to list details about data loss prevention (DLP) rule matches for Exchange Online, SharePoint Online, and OneDrive for Business in your cloud-based organization for the last 30 days.
19+
Use the Get-DlpDetailReport cmdlet to list details about data loss prevention (DLP) rule matches for Exchange Online, SharePoint, and OneDrive in your cloud-based organization for the last 30 days.
2020

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

@@ -231,8 +231,8 @@ Accept wildcard characters: False
231231
The Source parameter filters the report by workload. Valid values are:
232232

233233
- EXCH: Exchange Online
234-
- ODB: OneDrive for Business
235-
- SPO: SharePoint Online
234+
- ODB: OneDrive
235+
- SPO: SharePoint
236236

237237
You can specify multiple values separated by commas.
238238

exchange/exchange-ps/exchange/Get-DlpDetectionsReport.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This cmdlet is available only in the cloud-based service.
1616

1717
**Note**: This cmdlet will be retired. Use the [Export-ActivityExplorerData](https://learn.microsoft.com/powershell/module/exchange/export-activityexplorerdata) cmdlet to view DLP information. Data from Export-ActivityExplorerData is the same as the retired Get-DlpIncidentDetailReport cmdlet.
1818

19-
Use the Get-DlpDetectionsReport cmdlet to list a summary of data loss prevention (DLP) rule matches for Exchange Online, SharePoint Online and OneDrive for Business in your cloud-based organization for the last 30 days.
19+
Use the Get-DlpDetectionsReport cmdlet to list a summary of data loss prevention (DLP) rule matches for Exchange Online, SharePoint and OneDrive in your cloud-based organization for the last 30 days.
2020

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

@@ -246,8 +246,8 @@ Accept wildcard characters: False
246246
The Source parameter filters the report by workload. Valid values are:
247247

248248
- EXCH: Exchange Online
249-
- ODB: OneDrive for Business
250-
- SPO: SharePoint Online
249+
- ODB: OneDrive
250+
- SPO: SharePoint
251251

252252
You can specify multiple values separated by commas.
253253

exchange/exchange-ps/exchange/Get-DlpIncidentDetailReport.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ Accept wildcard characters: False
235235
The Source parameter filters the report by workload. Valid values are:
236236

237237
- EXCH: Exchange Online
238-
- ODB: OneDrive for Business
239-
- SPO: SharePoint Online
238+
- ODB: OneDrive
239+
- SPO: SharePoint
240240
- TEAMS
241241

242242
You can specify multiple values separated by commas.

exchange/exchange-ps/exchange/Get-DynamicDistributionGroup.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,9 @@ Accept wildcard characters: False
254254
### -IncludeAcceptMessagesOnlyFromDLMembersWithDisplayNames
255255
This parameter is available only in the cloud-based service.
256256

257-
{{ Fill IncludeAcceptMessagesOnlyFromDLMembersWithDisplayNames Description }}
257+
The IncludeAcceptMessagesOnlyFromDLMembersWithDisplayNames switch specifies whether to return the SMTP addresses and display names of AcceptMessagesOnlyFromDLMembers recipients in the AcceptMessagesOnlyFromDLMembersWithDisplayNames property. You don't need to specify a value with this switch.
258+
259+
This switch was introduced to restore human-readable identifiers in the results of the cmdlet. If you don't use this switch, AcceptMessagesOnlyFromDLMembers recipients are shown as GUIDs and the AcceptMessagesOnlyFromDLMembersWithDisplayNames property is empty.
258260

259261
```yaml
260262
Type: SwitchParameter
@@ -272,7 +274,9 @@ Accept wildcard characters: False
272274
### -IncludeAcceptMessagesOnlyFromSendersOrMembersWithDisplayNames
273275
This parameter is available only in the cloud-based service.
274276

275-
{{ Fill IncludeAcceptMessagesOnlyFromSendersOrMembersWithDisplayNames Description }}
277+
The IncludeAcceptMessagesOnlyFromSendersOrMembersWithDisplayNames switch specifies whether to return the SMTP addresses and display names of AcceptMessagesOnlyFromSendersOrMembers recipients in the AcceptMessagesOnlyFromSendersOrMembersWithDisplayNames property. You don't need to specify a value with this switch.
278+
279+
This switch was introduced to restore human-readable identifiers in the results of the cmdlet. If you don't use this switch, AcceptMessagesOnlyFromSendersOrMembers recipients are shown as GUIDs and the AcceptMessagesOnlyFromSendersOrMembersWithDisplayNames property is empty.
276280

277281
```yaml
278282
Type: SwitchParameter
@@ -290,7 +294,9 @@ Accept wildcard characters: False
290294
### -IncludeAcceptMessagesOnlyFromWithDisplayNames
291295
This parameter is available only in the cloud-based service.
292296

293-
{{ Fill IncludeAcceptMessagesOnlyFromWithDisplayNames Description }}
297+
The IncludeAcceptMessagesOnlyFromWithDisplayNames switch specifies whether to return the SMTP addresses and display names of AcceptMessagesOnlyFrom recipients in the AcceptMessagesOnlyFromWithDisplayNames property. You don't need to specify a value with this switch.
298+
299+
This switch was introduced to restore human-readable identifiers in the results of the cmdlet. If you don't use this switch, AcceptMessagesOnlyFrom recipients are shown as GUIDs and the AcceptMessagesOnlyFromWithDisplayNames property is empty.
294300

295301
```yaml
296302
Type: SwitchParameter
@@ -308,7 +314,9 @@ Accept wildcard characters: False
308314
### -IncludeBypassModerationFromSendersOrMembersWithDisplayNames
309315
This parameter is available only in the cloud-based service.
310316

311-
{{ Fill IncludeBypassModerationFromSendersOrMembersWithDisplayNames Description }}
317+
The IncludeBypassModerationFromSendersOrMembersWithDisplayNames switch specifies whether to return the SMTP addresses and display names of BypassModerationFromSendersOrMembers recipients in the BypassModerationFromSendersOrMembersWithDisplayNames property. You don't need to specify a value with this switch.
318+
319+
This switch was introduced to restore human-readable identifiers in the results of the cmdlet. If you don't use this switch, BypassModerationFromSendersOrMembers recipients are shown as GUIDs and the BypassModerationFromSendersOrMembersWithDisplayNames property is empty.
312320

313321
```yaml
314322
Type: SwitchParameter
@@ -326,7 +334,9 @@ Accept wildcard characters: False
326334
### -IncludeGrantSendOnBehalfToWithDisplayNames
327335
This parameter is available only in the cloud-based service.
328336

329-
{{ Fill IncludeGrantSendOnBehalfToWithDisplayNames Description }}
337+
The IncludeGrantSendOnBehalfToWithDisplayNames switch specifies whether to return the SMTP addresses and display names of GrantSendOnBehalfTo recipients in the GrantSendOnBehalfToWithDisplayNames property. You don't need to specify a value with this switch.
338+
339+
This switch was introduced to restore human-readable identifiers in the results of the cmdlet. If you don't use this switch, GrantSendOnBehalfTo recipients are shown as GUIDs and the GrantSendOnBehalfToWithDisplayNames property is empty.
330340

331341
```yaml
332342
Type: SwitchParameter
@@ -344,7 +354,9 @@ Accept wildcard characters: False
344354
### -IncludeModeratedByWithDisplayNames
345355
This parameter is available only in the cloud-based service.
346356

347-
{{ Fill IncludeModeratedByWithDisplayNames Description }}
357+
The IncludeModeratedByWithDisplayNames switch specifies whether to return the SMTP addresses and display names of ModeratedBy recipients in the ModeratedByWithDisplayNames property. You don't need to specify a value with this switch.
358+
359+
This switch was introduced to restore human-readable identifiers in the results of the cmdlet. If you don't use this switch, ModeratedBy recipients are shown as GUIDs and the ModeratedByWithDisplayNames property is empty.
348360

349361
```yaml
350362
Type: SwitchParameter

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

0 commit comments

Comments
 (0)