Skip to content

Commit 4ccc3cd

Browse files
authored
Update Get-FeatureConfiguration.md
1 parent c3a57d6 commit 4ccc3cd

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

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

+11-7
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,20 @@ 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 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

2022
## SYNTAX
2123

2224
```
23-
Get-FeatureConfiguration [-FeatureScenario] <Microsoft.Office.CompliancePolicy.PolicyConfiguration.PolicyScenario>
25+
Get-FeatureConfiguration -FeatureScenario <Microsoft.Office.CompliancePolicy.PolicyConfiguration.PolicyScenario>
2426
[[-Identity] <Microsoft.Office.CompliancePolicy.Tasks.PolicyIdParameter>]
2527
[-Confirm]
2628
[-WhatIf]
@@ -37,19 +39,19 @@ To use this cmdlet in Security & Compliance PowerShell, you need to be assigned
3739
Get-FeatureConfiguration -FeatureScenario KnowYourData | Format-Table Name,Mode
3840
```
3941

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

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

47-
This example returns detailed information about the specified Discovery policy.
49+
This example returns detailed information about the specified collection policy.
4850

4951
## PARAMETERS
5052

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

5456
- Name
5557
- Distinguished name (DN)
@@ -69,7 +71,9 @@ Accept wildcard characters: False
6971
```
7072
7173
### -FeatureScenario
72-
The FeatureScenario parameter specifies the scenario for the Discovery policy. Currently, the only valid value is KnowYourData.
74+
The FeatureScenario parameter specifies the scenario for the feature configuration. Currently, the only valid values are:
75+
- `KnowYourData` for collection policies
76+
- `TrustContainer` for Endpoint DLP trust container
7377

7478
```yaml
7579
Type: Microsoft.Office.CompliancePolicy.PolicyConfiguration.PolicyScenario

0 commit comments

Comments
 (0)