You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/AutoPublish.yml
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,21 +3,23 @@ name: (Scheduled) Publish to live
3
3
permissions:
4
4
contents: write
5
5
pull-requests: write
6
+
checks: read
6
7
7
8
on:
8
9
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.
Copy file name to clipboardExpand all lines: README.md
+18-14Lines changed: 18 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
ms.date: 9/15/2023
2
+
ms.date: 05/16/2025
3
3
---
4
4
5
5
# Overview
@@ -23,44 +23,48 @@ Contributors who make infrequent or small updates can edit the file directly on
23
23
2. On learn.microsoft.com, find the article that you want to update.
24
24
3. Above the title of the article, select **Edit this document**.
25
25
26
-

26
+

27
27
28
-
4. The corresponding article file opens on GitHub. Select **Edit this file**.
28
+
4. The corresponding article file opens on GitHub. Select **Edit**.
29
29
30
-

30
+

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

35
+
36
+
6. The article file opens in a line-numbered editor page where you can make updates.
33
37
34
38
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/).
35
39
36
40
> [!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).
38
42
39
43
Select **Preview** to view your changes as you go. Select **Edit** to go back to making updates.
40
44
41
45
When you're finished making changes, select the green **Commit changes** button.
42
46
43
-

47
+

44
48
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:
46
50
-**Commit message**: This value is required. You can accept the default value ("Update \<filename\>") or you can change it.
47
51
-**Extended description**: This value is optional. For example:
48
52
- An explanation of the changes.
49
53
- @ include the GitHub alias of someone to review and merge your changes.
50
54
51
55
When you're finished on the **Propose changes** dialog, select the green **Propose changes** button.
52
56
53
-

57
+

54
58
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.
56
60
57
-

61
+

58
62
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.
60
64
61
-

65
+

62
66
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.
64
68
65
69
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.
**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
+
180
182
The Export switch filters the results by Export compliance search actions. You don't need to specify a value with this switch.
181
183
182
184
You can't use this switch with the Identity, Preview, or Purge parameters.
This parameter is available only in the cloud-based service.
242
242
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.
This parameter is available only in the cloud-based service.
260
262
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.
This parameter is available only in the cloud-based service.
278
282
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.
This parameter is available only in the cloud-based service.
296
302
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.
This parameter is available only in the cloud-based service.
314
322
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.
This parameter is available only in the cloud-based service.
332
342
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.
This parameter is available only in the cloud-based service.
256
256
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.
This parameter is available only in the cloud-based service.
274
276
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.
This parameter is available only in the cloud-based service.
292
296
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.
This parameter is available only in the cloud-based service.
310
316
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.
This parameter is available only in the cloud-based service.
328
336
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.
This parameter is available only in the cloud-based service.
346
356
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.
0 commit comments