Skip to content

Commit 63fdb8f

Browse files
authored
Merge pull request #11873 from jiwei0722/patch-6
Update New-FeatureConfiguration.md
2 parents 452f460 + 29afbcf commit 63fdb8f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

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

3636
### Example 1
3737
```powershell
38-
{{ Add example code here }}
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]"}]}]'
3939
```
4040

41-
{{ Add example description here }}
41+
This example displays a discovery policy that includes the group "Executives" and targets a specific set of sensitive information types.
4242

4343
## PARAMETERS
4444

@@ -94,7 +94,7 @@ Accept wildcard characters: False
9494
```
9595
9696
### -ScenarioConfig
97-
{{ Fill ScenarioConfig Description }}
97+
The ScenarioConfig parameter specifies additional information about the policy configuration.
9898
9999
```yaml
100100
Type: String
@@ -145,7 +145,7 @@ Accept wildcard characters: False
145145
```
146146

147147
### -Locations
148-
{{ Fill Locations Description }}
148+
The locations parameter specifies where the policy applies.
149149

150150
```yaml
151151
Type: String

0 commit comments

Comments
 (0)