Skip to content

Commit 0bc60e1

Browse files
committed
Merge branch 'main' into MTv2-chrisda
2 parents 9f6b70e + dff5844 commit 0bc60e1

31 files changed

+444
-102
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 }}

README.md

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
ms.date: 9/15/2023
2+
ms.date: 05/16/2025
33
---
44

55
# Overview
@@ -23,44 +23,48 @@ Contributors who make infrequent or small updates can edit the file directly on
2323
2. On learn.microsoft.com, find the article that you want to update.
2424
3. Above the title of the article, select ![Edit this document icon.](images/m365-cc-sc-edit-icon.png) **Edit this document**.
2525

26-
![Edit this document button on a learn.microsoft.com article.](images/quick-update-edit-button-on-learn-page.png)
26+
![Screenshot of how to select the Edit this document button on a learn.microsoft.com article.](images/quick-update-edit-button-on-learn-page.png)
2727

28-
4. The corresponding article file opens on GitHub. Select ![Edit this file icon.](images/m365-cc-sc-edit-icon.png) **Edit this file**.
28+
4. The corresponding article file opens on GitHub. Select ![Edit icon.](images/quick-update-github-edit-icon.png) **Edit**.
2929

30-
![Edit this document button on a GitHub article file.](images/quick-update-edit-button-on-github-page.png)
30+
![Screenshot of how to select the Edit button on a GitHub article file.](images/quick-update-edit-button-on-github-page.png)
3131

32-
5. The article file opens in a line-numbered editor page where you can make updates.
32+
5. If a **You need to fork this repository to propose changes** page opens, select **Fork this repository**.
33+
34+
![Screenshot of how to select Fork this repository on the You need to fork this repository to propose changes page.](images/quick-update-fork-this-repository-page.png)
35+
36+
6. The article file opens in a line-numbered editor page where you can make updates.
3337

3438
Articles on learn.microsoft.com are formatted using the Markdown language. For help on using Markdown, see [Mastering Markdown](https://guides.github.com/features/mastering-markdown/).
3539

3640
> [!TIP]
37-
> Cmdlet reference articles follow a very strict schema with limited formatting options, because the articles are also converted and used for help at the command line (`Get-Help <CmdletName`). Use existing content as a guide. For more information, see [platyPS Schema](https://github.com/PowerShell/platyPS/blob/master/docs/developer/platyPS/platyPS.schema.md).
41+
> Cmdlet reference articles follow a very strict schema with limited formatting options, because the articles are also converted and used for help at the command line (`Get-Help <CmdletName>`). Use existing content as a guide. For more information, see [platyPS Schema](https://github.com/PowerShell/platyPS/blob/master/docs/developer/platyPS/platyPS.schema.md).
3842
3943
Select **Preview** to view your changes as you go. Select **Edit** to go back to making updates.
4044

4145
When you're finished making changes, select the green **Commit changes** button.
4246

43-
![Select the green Commit changes button on the article editor page.](images/quick-update-editor-page.png)
47+
![Screenshot of how to select the green Commit changes button on the article editor page.](images/quick-update-editor-page.png)
4448

45-
6. In the **Propose changes** dialog that opens, review and/or enter the following values:
49+
7. In the **Propose changes** dialog that opens, review and/or enter the following values:
4650
- **Commit message**: This value is required. You can accept the default value ("Update \<filename\>") or you can change it.
4751
- **Extended description**: This value is optional. For example:
4852
- An explanation of the changes.
4953
- @ include the GitHub alias of someone to review and merge your changes.
5054

5155
When you're finished on the **Propose changes** dialog, select the green **Propose changes** button.
5256

53-
![Select the green Propose changes button in the Propose changes dialog.](images/quick-update-propose-changes-dialog.png)
57+
![Screenshot of how to select the green Propose changes button in the Propose changes dialog.](images/quick-update-propose-changes-dialog.png)
5458

55-
7. On the **Comparing changes** page that opens, select the green **Create pull request** button.
59+
8. On the **Comparing changes** page that opens, select the green **Create pull request** button.
5660

57-
![Select the green Create pull request button on the Comparing changes page.](images/quick-update-comparing-changes-page.png)
61+
![Screenshot of how to select the green Create pull request button on the Comparing changes page.](images/quick-update-comparing-changes-page.png)
5862

59-
8. On the **Open a pull request** page that opens, review the title and comments, and then select the green **Create pull request** button.
63+
9. On the **Open a pull request** page that opens, review the title and comments, and then select the green **Create pull request** button.
6064

61-
![Select the green Create pull request button on the Open a pull request page.](images/quick-update-open-a-pull-request-page.png)
65+
![Screenshot of how to select the green Create pull request button on the Open a pull request page.](images/quick-update-open-a-pull-request-page.png)
6266

63-
9. That's it. There's nothing more for you to do.
67+
10. That's it. There's nothing more for you to do.
6468

6569
The article owner (identified in metadata) is notified about the changes to the article. Eventually, the article owner or another party will review, possibly edit, and approve your changes. After your pull request is merged, the article is updated on learn.microsoft.com.
6670

exchange/exchange-ps/exchange/Add-MailboxPermission.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Ex
420420
421421
Required: False
422422
Position: Named
423-
Default value: None
423+
Default value: All
424424
Accept pipeline input: False
425425
Accept wildcard characters: False
426426
```

exchange/exchange-ps/exchange/Get-ComplianceSearchAction.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ Accept wildcard characters: False
177177
```
178178
179179
### -Export
180+
**Note**: After May 26, 2025, this parameter is no longer functional. For more information, see [Upcoming changes to Microsoft Purview eDiscovery](https://techcommunity.microsoft.com/blog/microsoft-security-blog/upcoming-changes-to-microsoft-purview-ediscovery/4405084).
181+
180182
The Export switch filters the results by Export compliance search actions. You don't need to specify a value with this switch.
181183
182184
You can't use this switch with the Identity, Preview, or Purge parameters.
@@ -211,7 +213,7 @@ Accept wildcard characters: False
211213
```
212214
213215
### -Organization
214-
This parameter is available only in the cloud-based organization.
216+
This parameter is available only in the cloud-based service.
215217
216218
This parameter is reserved for internal Microsoft use.
217219

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

0 commit comments

Comments
 (0)