You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/Set-FeatureConfiguration.md
+26-85
Original file line number
Diff line number
Diff line change
@@ -9,17 +9,18 @@ schema: 2.0.0
9
9
# Set-FeatureConfiguration
10
10
11
11
## SYNOPSIS
12
-
**Note**: Currently, this cmdlet is available only in Private Preview.
12
+
**Note**: This cmdlet is available in Public Preview.
13
13
14
14
This cmdlet is available only in Security & Compliance PowerShell. For more information, see [Security & Compliance PowerShell](https://learn.microsoft.com/powershell/exchange/scc-powershell).
15
15
16
-
Use the Set-FeatureConfiguration cmdlet to modify Discovery policies.
16
+
Use the Set-FeatureConfiguration cmdlet to modify Microsoft Purview feature configurations within your organization, including:
17
+
- Collection policies
18
+
- Endpoint DLP trust container
17
19
18
20
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
To use this cmdlet in Security & Compliance PowerShell, you need to be assigned permissions. For more information, see [Permissions in Security & Compliance](https://go.microsoft.com/fwlink/p/?LinkId=511920).
Set-FeatureConfiguration "DSPM for AI - Capture interactions for Copilot experiences" -ScenarioConfig '{"Activities":["UploadText","DownloadText"],"EnforcementPlanes":["CopilotExperiences"],"SensitiveTypeIds":["All"],"IsIngestionEnabled":false}'
To use this cmdlet in Security & Compliance PowerShell, you need to be assigned permissions. For more information, see [Permissions in Security & Compliance](https://go.microsoft.com/fwlink/p/?LinkId=511920).
111
-
112
-
## EXAMPLES
53
+
This example updates a collection policy named "Microsoft Copilot collection policy for Contoso Sales" to include the [email protected] group.
Set-FeatureConfiguration "Microsoft Copilot collection policy for Contoso Sales" -Locations '[{"Workload":"Applications","Location":"52655","AddExclusions":[{"Type":"IndividualResource","Identity":"adele@contoso.com"}]}]'
117
58
```
118
59
119
-
The example displays a discovery policy that includes the group "Executives" and targets a specific set of sensitive information types.
60
+
This example updates a collection policy named "Microsoft Copilot collection policy for Contoso Sales" to exclude the [email protected].
120
61
121
62
## PARAMETERS
122
63
123
64
### -Identity
124
-
The Identity policy specifies the Discovery policy that you want to modify. You can use any value that uniquely identifies the policy. For example:
65
+
The Identity parameter specifies the feature configuration that you want to modify. You can use any value that uniquely identifies the policy. For example:
125
66
126
67
- Name
127
68
- Distinguished name (DN)
@@ -145,7 +86,7 @@ The Comment parameter specifies an optional comment. If you specify a value that
0 commit comments