Skip to content

Commit 6cd9dd9

Browse files
authored
Update Remove-FeatureConfiguration.md
1 parent c3a57d6 commit 6cd9dd9

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

exchange/exchange-ps/exchange/Remove-FeatureConfiguration.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,20 @@ schema: 2.0.0
99
# Remove-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 Remove-FeatureConfiguration cmdlet to remove Discovery policies.
16+
Use the Remove-FeatureConfiguration cmdlet to remove 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-
Remove-FeatureConfiguration [-Identity] <Microsoft.Office.CompliancePolicy.Tasks.PolicyIdParameter>
25+
Remove-FeatureConfiguration -Identity <Microsoft.Office.CompliancePolicy.Tasks.PolicyIdParameter>
2426
[-Confirm]
2527
[-WhatIf]
2628
[<CommonParameters>]
@@ -36,12 +38,12 @@ To use this cmdlet in Security & Compliance PowerShell, you need to be assigned
3638
Remove-FeatureConfiguration -Identity "Engineering Group"
3739
```
3840

39-
This example removes the specified Discovery policy.
41+
This example removes the specified feature configuration.
4042

4143
## PARAMETERS
4244

4345
### -Identity
44-
The Identity policy specifies the Discovery policy that you want to remove. You can use any value that uniquely identifies the policy. For example:
46+
The Identity policy specifies the feature configuration that you want to remove. You can use any value that uniquely identifies the configuration. For example:
4547

4648
- Name
4749
- Distinguished name (DN)

0 commit comments

Comments
 (0)