Skip to content

Commit c552964

Browse files
authored
Update example policy configuration in documentation
1 parent d1e4c19 commit c552964

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

exchange/exchange-ps/exchange/New-FeatureConfiguration.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ To use this cmdlet in Security & Compliance PowerShell, you need to be assigned
3737

3838
### Example 1
3939
```powershell
40-
New-FeatureConfiguration -Name "Browser collection policy for Microsoft Copilot" -FeatureScenario KnowYourData -Mode Enable -ScenarioConfig '{"Activities":["UploadText"],"EnforcementPlanes":["Browser"],"SensitiveTypeIds":["All"],"IsIngestionEnabled":true}' –Locations '[{"Workload":"Applications","Location":"52655","LocationSource":"SaaS","LocationType":"Individual","Inclusions":[{"Type":"Tenant","Identity":"All","DisplayName":"All","Name":"All"}]}]'
40+
New-FeatureConfiguration -Name "Collection policy for supported Copilots" -FeatureScenario KnowYourData -Mode Enable -ScenarioConfig '{"Activities":["UploadText","DownloadText"],"EnforcementPlanes":["CopilotExperiences","Browser"],"SensitiveTypeIds":["All"],"IsIngestionEnabled":true}' –Locations '[{"Workload":"Applications","Location":"52655","LocationSource":"SaaS","LocationType":"Individual","Inclusions":[{"Type":"Tenant","Identity":"All","DisplayName":"All","Name":"All"}]},{"Workload":"Applications","Location":"49baeafd-1a6b-4c58-be55-75ae6d1dff6a","LocationSource":"PurviewConfig","LocationType":"Group","Inclusions":[{"Type":"Tenant","Identity":"All","DisplayName":"All","Name":"All"}]}]'
4141
```
4242

43-
This example creates an enabled collection policy named "Browser collection policy for Microsoft Copilot" that:
44-
- Includes UploadText activity for all supported classifiers
43+
This example creates an enabled collection policy named "Collection policy for supported Copilots" that:
44+
- Includes UploadText & DownloadText activity for all supported classifiers
4545
- Captures all AI prompts
46-
- Includes Microsoft Copilot location, for all users & groups
46+
- Includes Microsoft Copilot & Copilot Experiences locations, both scoped to all users & groups
4747

4848
### Example 2
4949
```powershell

0 commit comments

Comments
 (0)