Skip to content

Commit 29afbcf

Browse files
authored
Update New-FeatureConfiguration.md
1 parent 8509e49 commit 29afbcf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,10 @@ To use this cmdlet in Security & Compliance PowerShell, you need to be assigned
3535

3636
### Example 1
3737
```powershell
38-
New-FeatureConfiguration -Name "Discovery policy for Contoso executives" -FeatureScenario KnowYourData -Mode Enable -ScenarioConfig '{"Activities": ["UploadText", "UploadFile"], "EnforcementPlanes": ["Browser"], "SensitiveTypeIds": ["a44669fe-0d48-453d-a9b1-2cc83f2cba77","50842eb7-edc8-4019-85dd-5a5c1f2bb085"]}' –Locations '[{"Workload": "Applications","Location": "51622
39-
","Inclusions": [{"Type": "Group","Identity": "[email protected]"}]},{"Workload": "Applications","Location": "51399","Inclusions": [{"Type": "Group","Identity": "[email protected]"}]},{"Workload": "A
40-
pplications","Location": "51279","Inclusions": [{"Type": "Group","Identity": "[email protected]"}]}]'
38+
New-FeatureConfiguration -Name "Discovery policy for Contoso executives" -FeatureScenario KnowYourData -Mode Enable -ScenarioConfig '{"Activities": ["UploadText", "UploadFile"], "EnforcementPlanes": ["Browser"], "SensitiveTypeIds": ["a44669fe-0d48-453d-a9b1-2cc83f2cba77","50842eb7-edc8-4019-85dd-5a5c1f2bb085"]}' –Locations '[{"Workload": "Applications","Location": "51622","Inclusions": [{"Type": "Group","Identity": "[email protected]"}]},{"Workload": "Applications","Location": "51399","Inclusions": [{"Type": "Group","Identity": "[email protected]"}]},{"Workload": "Applications","Location": "51279","Inclusions": [{"Type": "Group","Identity": "[email protected]"}]}]'
4139
```
42-
This example displays a discovery policy that includes the group "Executives" and targets a specific set of sensitive information types.
40+
41+
This example displays a discovery policy that includes the group "Executives" and targets a specific set of sensitive information types.
4342

4443
## PARAMETERS
4544

0 commit comments

Comments
 (0)