Skip to content
Merged
Changes from all commits
Commits
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
16 changes: 10 additions & 6 deletions exchange/exchange-ps/exchange/Get-FeatureConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ schema: 2.0.0
# Get-FeatureConfiguration

## SYNOPSIS
**Note**: Currently, this cmdlet is available only in Private Preview.
**Note**: This cmdlet is available in Public Preview.

This cmdlet is available only in Security & Compliance PowerShell. For more information, see [Security & Compliance PowerShell](https://learn.microsoft.com/powershell/exchange/scc-powershell).

Use the Get-FeatureConfiguration cmdlet to view Discovery policies.
Use the Get-FeatureConfiguration cmdlet to view Microsoft Purview feature configurations within your organization, including:
- Collection policies
- Endpoint DLP trust container

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

Expand All @@ -39,19 +41,19 @@ To use this cmdlet in Security & Compliance PowerShell, you need to be assigned
Get-FeatureConfiguration -FeatureScenario KnowYourData | Format-Table Name,Mode
```

This example returns a summary list of all Discovery policies in the organization.
This example returns a summary list of all collection policies in the organization.

### Example 2
```powershell
Get-FeatureConfiguration -FeatureScenario KnowYourData -Identity "Engineering Group"
```

This example returns detailed information about the specified Discovery policy.
This example returns detailed information about the specified collection policy.

## PARAMETERS

### -Identity
The Identity policy specifies the Discovery policy that you want to view. You can use any value that uniquely identifies the policy. For example:
The Identity policy specifies the feature configuration that you want to view. You can use any value that uniquely identifies the configuration. For example:

- Name
- Distinguished name (DN)
Expand All @@ -71,7 +73,9 @@ Accept wildcard characters: False
```

### -FeatureScenario
The FeatureScenario parameter specifies the scenario for the Discovery policy. Currently, the only valid value is KnowYourData.
The FeatureScenario parameter specifies the scenario for the feature configuration. Currently, the only valid values are:
- `KnowYourData` for collection policies
- `TrustContainer` for Endpoint DLP trust container

```yaml
Type: PolicyScenario
Expand Down