Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
d5c91a4
Learn Editor: Update Remove-ComplianceSearch.md
nickjrobinson Apr 21, 2026
e7f0df0
Learn Editor: Update Remove-ComplianceSearch.md
nickjrobinson Apr 21, 2026
6a3bb9c
Learn Editor: Update Set-ComplianceSearch.md
nickjrobinson Apr 21, 2026
41541a0
Learn Editor: Update Set-ComplianceSearch.md
nickjrobinson Apr 21, 2026
9558705
Learn Editor: Update New-ComplianceCase.md
nickjrobinson Apr 21, 2026
bd2031a
Learn Editor: Update New-ComplianceCase.md
nickjrobinson Apr 21, 2026
560422a
Learn Editor: Update Set-ComplianceCase.md
nickjrobinson Apr 21, 2026
bac96d0
Learn Editor: Update Set-ComplianceCase.md
nickjrobinson Apr 21, 2026
067b319
Fix link to Exchange cmdlet syntax documentation
chrisda Apr 21, 2026
35427ba
Update link format for Exchange cmdlet syntax
chrisda Apr 21, 2026
6737055
Update Set-ComplianceCase.md
chrisda Apr 21, 2026
c8b9fa4
Merge branch 'main' into docs-editor/New-ComplianceCase-1776804917
chrisda Apr 21, 2026
8c822f6
Merge branch 'main' into docs-editor/Remove-ComplianceSearch-1776804778
chrisda Apr 21, 2026
0134b66
Merge branch 'main' into docs-editor/Set-ComplianceSearch-1776804853
chrisda Apr 21, 2026
63a3f88
Merge branch 'main' into docs-editor/Remove-ComplianceSearch-1776804778
chrisda Apr 21, 2026
645e617
Merge pull request #13532 from nickjrobinson/docs-editor/Remove-Compl…
chrisda Apr 21, 2026
cfd5ebb
Merge branch 'main' into docs-editor/Set-ComplianceSearch-1776804853
chrisda Apr 21, 2026
60e1a14
Merge pull request #13533 from nickjrobinson/docs-editor/Set-Complian…
chrisda Apr 21, 2026
139af66
Merge branch 'main' into docs-editor/New-ComplianceCase-1776804917
chrisda Apr 22, 2026
99cb85c
Fix link to Exchange cmdlet syntax in documentation
chrisda Apr 22, 2026
a99a1ef
Merge branch 'main' into docs-editor/Set-ComplianceCase-1776804986
chrisda Apr 22, 2026
eb3bfbb
Merge pull request #13534 from nickjrobinson/docs-editor/New-Complian…
chrisda Apr 22, 2026
025db4e
Merge branch 'main' into docs-editor/Set-ComplianceCase-1776804986
chrisda Apr 22, 2026
7014394
Merge pull request #13535 from nickjrobinson/docs-editor/Set-Complian…
chrisda Apr 22, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ This cmdlet is available only in Security & Compliance PowerShell. For more info

Use the New-ComplianceCase cmdlet to create eDiscovery cases in the Microsoft Purview compliance portal. You use eDiscovery cases to place content locations on hold, perform Content Searches associated with the case, and export search results.

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

> [!NOTE]
> In the cloud, this cmdlet has the following requirements:
> - Version 3.9.0 or later of the Exchange Online PowerShell module (August 2025).
> - Use the *EnableSearchOnlySession* parameter when you run the **Connect-IPPSSession** command to connect to Security & Compliance PowerShell.

## SYNTAX

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ Use the Remove-ComplianceSearch cmdlet to remove compliance searches from Exchan

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

> [!NOTE]
> In the cloud, this cmdlet has the following requirements:
> - Version 3.9.0 or later of the Exchange Online PowerShell module (August 2025).
> - Use the *EnableSearchOnlySession* parameter when you run the **Connect-IPPSSession** command to connect to Security & Compliance PowerShell.

## SYNTAX

```
Expand Down
5 changes: 5 additions & 0 deletions exchange/exchange-ps/ExchangePowerShell/Set-ComplianceCase.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ Use the Set-ComplianceCase cmdlet to modify eDiscovery cases in the Microsoft Pu

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

> [!NOTE]
> In the cloud, this cmdlet has the following requirements:
> - Version 3.9.0 or later of the Exchange Online PowerShell module (August 2025).
> - Use the *EnableSearchOnlySession* parameter when you run the **Connect-IPPSSession** command to connect to Security & Compliance PowerShell.

## SYNTAX

```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ Use the Set-ComplianceSearch cmdlet to modify non-running compliance searches in

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

> [!NOTE]
> In the cloud, this cmdlet has the following requirements:
> - Version 3.9.0 or later of the Exchange Online PowerShell module (August 2025).
> - Use the *EnableSearchOnlySession* parameter when you run the **Connect-IPPSSession** command to connect to Security & Compliance PowerShell.

## SYNTAX

```
Expand Down
Loading