From 6cd9dd964aaf05cd11d0b69b3b484950317b381b Mon Sep 17 00:00:00 2001 From: brenle Date: Mon, 24 Mar 2025 10:35:42 -0400 Subject: [PATCH 1/2] Update Remove-FeatureConfiguration.md --- .../exchange/Remove-FeatureConfiguration.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/exchange/exchange-ps/exchange/Remove-FeatureConfiguration.md b/exchange/exchange-ps/exchange/Remove-FeatureConfiguration.md index 1a11ee88d5..9ea9a64644 100644 --- a/exchange/exchange-ps/exchange/Remove-FeatureConfiguration.md +++ b/exchange/exchange-ps/exchange/Remove-FeatureConfiguration.md @@ -9,18 +9,20 @@ schema: 2.0.0 # Remove-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 Remove-FeatureConfiguration cmdlet to remove Discovery policies. +Use the Remove-FeatureConfiguration cmdlet to remove 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). ## SYNTAX ``` -Remove-FeatureConfiguration [-Identity] +Remove-FeatureConfiguration -Identity [-Confirm] [-WhatIf] [] @@ -36,12 +38,12 @@ To use this cmdlet in Security & Compliance PowerShell, you need to be assigned Remove-FeatureConfiguration -Identity "Engineering Group" ``` -This example removes the specified Discovery policy. +This example removes the specified feature configuration. ## PARAMETERS ### -Identity -The Identity policy specifies the Discovery policy that you want to remove. You can use any value that uniquely identifies the policy. For example: +The Identity policy specifies the feature configuration that you want to remove. You can use any value that uniquely identifies the configuration. For example: - Name - Distinguished name (DN) From 0a353189843d74c4154aaa2e1648c1d574e3da68 Mon Sep 17 00:00:00 2001 From: brenle Date: Mon, 24 Mar 2025 10:37:16 -0400 Subject: [PATCH 2/2] Update cmdlet description to include 'Microsoft' --- exchange/exchange-ps/exchange/Remove-FeatureConfiguration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exchange/exchange-ps/exchange/Remove-FeatureConfiguration.md b/exchange/exchange-ps/exchange/Remove-FeatureConfiguration.md index 9ea9a64644..f5731fc4f7 100644 --- a/exchange/exchange-ps/exchange/Remove-FeatureConfiguration.md +++ b/exchange/exchange-ps/exchange/Remove-FeatureConfiguration.md @@ -13,7 +13,7 @@ schema: 2.0.0 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 Remove-FeatureConfiguration cmdlet to remove Purview feature configurations within your organization, including: +Use the Remove-FeatureConfiguration cmdlet to remove Microsoft Purview feature configurations within your organization, including: - Collection policies - Endpoint DLP trust container