Skip to content

Commit 9dde2b8

Browse files
authored
Merge pull request #11875 from jiwei0722/patch-8
Update Set-FeatureConfiguration.md
2 parents 63fdb8f + bb0e0d1 commit 9dde2b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

exchange/exchange-ps/exchange/Set-FeatureConfiguration.md

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

3737
### Example 1
3838
```powershell
39-
{{ Add example code here }}
39+
Set-FeatureConfiguration "Discovery policy for Contoso executives" -ScenarioConfig '{"Activities": ["UploadText", "UploadFile"], "EnforcementPlanes": ["Browser"], "SensitiveTypeIds": ["a44669fe-0d48-453d-a9b1-2cc83f2cba77","50842eb7-edc8-4019-85dd-5a5c1f2bb085"]}' -Locations '[{"Workload": "Applications","Location": "51622","AddInclusions": [{"Type": "Group","Identity": "[email protected]"}]},{"Workload": "Applications","Location": "51399","AddInclusions": [{"Type": "Group","Identity": "[email protected]"}]},{"Workload": "Applications","Location": "51279","AddInclusions": [{"Type": "Group","Identity": "[email protected]"}]}]'
4040
```
4141

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

4444
## PARAMETERS
4545

@@ -99,7 +99,7 @@ Accept wildcard characters: False
9999
```
100100

101101
### -Locations
102-
{{ Fill Locations Description }}
102+
The locations parameter specifies where the policy applies.
103103

104104
```yaml
105105
Type: String
@@ -134,7 +134,7 @@ Accept wildcard characters: False
134134
```
135135

136136
### -ScenarioConfig
137-
{{ Fill ScenarioConfig Description }}
137+
The ScenarioConfig parameter specifies additional information about the policy configuration.
138138

139139
```yaml
140140
Type: String

0 commit comments

Comments
 (0)