Skip to content

Commit 600344f

Browse files
authored
Merge pull request #12623 from brenle/patch-6
Update Get-FeatureConfiguration.md
2 parents efb97bb + b08f8ae commit 600344f

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

exchange/exchange-ps/exchange/Get-FeatureConfiguration.md

+10-6
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ schema: 2.0.0
99
# Get-FeatureConfiguration
1010

1111
## SYNOPSIS
12-
**Note**: Currently, this cmdlet is available only in Private Preview.
12+
**Note**: This cmdlet is available in Public Preview.
1313

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

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

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

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

42-
This example returns a summary list of all Discovery policies in the organization.
44+
This example returns a summary list of all collection policies in the organization.
4345

4446
### Example 2
4547
```powershell
4648
Get-FeatureConfiguration -FeatureScenario KnowYourData -Identity "Engineering Group"
4749
```
4850

49-
This example returns detailed information about the specified Discovery policy.
51+
This example returns detailed information about the specified collection policy.
5052

5153
## PARAMETERS
5254

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

5658
- Name
5759
- Distinguished name (DN)
@@ -71,7 +73,9 @@ Accept wildcard characters: False
7173
```
7274
7375
### -FeatureScenario
74-
The FeatureScenario parameter specifies the scenario for the Discovery policy. Currently, the only valid value is KnowYourData.
76+
The FeatureScenario parameter specifies the scenario for the feature configuration. Currently, the only valid values are:
77+
- `KnowYourData` for collection policies
78+
- `TrustContainer` for Endpoint DLP trust container
7579

7680
```yaml
7781
Type: PolicyScenario

0 commit comments

Comments
 (0)