Skip to content

Commit 04f44ca

Browse files
committed
Merge branch 'main' into DLP-chrisda
2 parents 2d75e93 + 54d6a8c commit 04f44ca

11 files changed

+106
-39
lines changed

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/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/New-ComplianceSearchAction.md

Lines changed: 36 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ New-ComplianceSearchAction -SearchName "Project X" -Export
120120

121121
This example creates an export search action for the content search named Project X.
122122

123+
**Note**: After May 26, 2025, this example no longer works. 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).
124+
123125
### Example 3
124126
```powershell
125127
New-ComplianceSearchAction -SearchName "Remove Phishing Message" -Purge -PurgeType SoftDelete
@@ -134,6 +136,8 @@ New-ComplianceSearchAction -SearchName "Case 321 All Sites" -Export -SharePointA
134136

135137
This example exports the results returned by the content search named "Case 321 All Sites". The search results are compressed and exported to a single ZIP file. If the search included any Exchange locations, the search results are exported as one PST file per mailbox.
136138

139+
**Note**: After May 26, 2025, this example no longer works. 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).
140+
137141
## PARAMETERS
138142

139143
### -SearchName
@@ -212,6 +216,8 @@ Accept wildcard characters: False
212216
```
213217

214218
### -EnableDedupe
219+
This parameter is available only in the cloud-based service.
220+
215221
This parameter is reserved for internal Microsoft use.
216222

217223
```yaml
@@ -228,6 +234,9 @@ Accept wildcard characters: False
228234
```
229235

230236
### -ExchangeArchiveFormat
237+
238+
**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).
239+
231240
This parameter is functional only in the cloud-based service.
232241

233242
This parameter requires the Export role in Security & Compliance PowerShell. By default, this role is assigned only to the eDiscovery Manager role group.
@@ -257,6 +266,8 @@ Accept wildcard characters: False
257266
```
258267

259268
### -Export
269+
**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).
270+
260271
This parameter is functional only in the cloud-based service.
261272

262273
This parameter requires the Export role in Security & Compliance PowerShell. By default, this role is assigned only to the eDiscovery Manager role group.
@@ -279,6 +290,8 @@ Accept wildcard characters: False
279290
```
280291

281292
### -FileTypeExclusionsForUnindexedItems
293+
**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).
294+
282295
The FileTypeExclusionsForUnindexedItems specifies the file types to exclude because they can't be indexed. You can specify multiple values separated by commas.
283296

284297
```yaml
@@ -351,6 +364,8 @@ Accept wildcard characters: False
351364
```
352365

353366
### -IncludeSharePointDocumentVersions
367+
**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).
368+
354369
This parameter is available only in the cloud-based service.
355370

356371
The IncludeSharePointDocumentVersions parameter specifies whether to export previous versions of the document when you use the Export switch. Valid values are:
@@ -388,6 +403,8 @@ Accept wildcard characters: False
388403
```
389404

390405
### -NotifyEmail
406+
**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).
407+
391408
In Security & Compliance PowerShell, this parameter requires the Export role. By default, this is assigned only to the eDiscovery Manager role group.
392409

393410
The NotifyEmail parameter specifies the email address target for the search results when you use the Export switch.
@@ -408,6 +425,8 @@ Accept wildcard characters: False
408425
```
409426

410427
### -NotifyEmailCC
428+
**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).
429+
411430
In Security & Compliance PowerShell, this parameter requires the Export role. By default, this role is assigned only to the eDiscovery Manager role group.
412431

413432
The NotifyEmailCC parameter specifies the email address target for the search results when you use the Export switch.
@@ -525,6 +544,8 @@ Accept wildcard characters: False
525544
```
526545

527546
### -Report
547+
**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).
548+
528549
This parameter is functional only in the cloud-based service.
529550

530551
The Report switch specifies the action for the content search is to export a report about the results (information about each item instead of the full set of results) that match the search criteria. You don't need to specify a value with this switch.
@@ -543,6 +564,8 @@ Accept wildcard characters: False
543564
```
544565

545566
### -RetentionReport
567+
**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).
568+
546569
The RetentionReport switch specifies the action for the content search is to export a retention report. You don't need to specify a value with this switch.
547570

548571
```yaml
@@ -577,14 +600,14 @@ Accept wildcard characters: False
577600
### -Scenario
578601
In Security & Compliance PowerShell, this parameter requires the Preview role. By default, this role is assigned only to the eDiscovery Manager role group.
579602

580-
The Scenario parameter specifies the scenario type when you use the Export switch. Valid values are:
603+
The Scenario parameter specifies the scenario type. Valid values are:
581604

582605
- AnalyzeWithZoom: Prepare the search results for processing in Microsoft Purview eDiscovery Premium.
583606
- General: Exports the search results to the local computer. Emails are exported to .pst files. SharePoint and OneDrive for Business documents are exported in their native Office formats.
584-
- GenerateReportsOnly:
585-
- Inventory:
586-
- RetentionReports:
587-
- TriagePreview:
607+
- GenerateReportsOnly
608+
- Inventory
609+
- RetentionReports
610+
- TriagePreview
588611

589612
```yaml
590613
Type: ComplianceSearchActionScenario
@@ -600,6 +623,8 @@ Accept wildcard characters: False
600623
```
601624

602625
### -Scope
626+
**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).
627+
603628
The Scope parameter specifies the items to include when the action is Export. Valid values are:
604629

605630
- IndexedItemsOnly
@@ -640,6 +665,8 @@ Accept wildcard characters: False
640665
```
641666

642667
### -SharePointArchiveFormat
668+
**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).
669+
643670
This parameter is functional only in the cloud-based service.
644671

645672
This parameter requires the Export role. By default, this role is assigned only to the eDiscovery Manager role group.
@@ -666,6 +693,10 @@ Accept wildcard characters: False
666693
```
667694

668695
### -ShareRootPath
696+
This parameter is available only in on-premises Exchange.
697+
698+
**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).
699+
669700
{{ Fill ShareRootPath Description }}
670701

671702
```yaml

exchange/exchange-ps/exchange/Set-ComplianceSearchAction.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ ms.reviewer:
1212
# Set-ComplianceSearchAction
1313

1414
## SYNOPSIS
15+
> [!NOTE]
16+
> After May 26, 2025, this cmdlet 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).
17+
1518
This cmdlet is functional only in on-premises Exchange.
1619

1720
Use the Set-ComplianceSearchAction cmdlet to change the export key on export compliance search actions in on-premises Exchange.
Loading
803 Bytes
Loading

skype/skype-ps/skype/New-CsExternalAccessPolicy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.reviewer: rogupta
1212
# New-CsExternalAccessPolicy
1313

1414
## SYNOPSIS
15+
> [!NOTE]
16+
> Starting May 5, 2025, Skype Consumer Interoperability with Teams is no longer supported and the parameter EnablePublicCloudAccess can no longer be used.
1517
1618
Enables you to create a new external access policy.
1719

skype/skype-ps/skype/Set-CsExternalAccessPolicy.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ ms.reviewer: rogupta
1212
# Set-CsExternalAccessPolicy
1313

1414
## SYNOPSIS
15+
> [!NOTE]
16+
> Starting May 5, 2025, Skype Consumer Interoperability with Teams is no longer supported and the parameter EnablePublicCloudAccess can no longer be used.
17+
1518
Enables you to modify the properties of an existing external access policy.
1619
External access policies determine whether or not your users can: 1) communicate with users who have Session Initiation Protocol (SIP) accounts with a federated organization; 2) communicate with users who are using custom applications built with [Azure Communication Services](/azure/communication-services/concepts/teams-interop); 3) access Skype for Business Server over the Internet, without having to log on to your internal network; 4) communicate with users who have SIP accounts with a public instant messaging (IM) provider such as Skype; and, 5) communicate with people who are using Teams with an account that's not managed by an organization.
1720

0 commit comments

Comments
 (0)