Skip to content

Commit 4e1d4a7

Browse files
authored
Merge pull request MicrosoftDocs#6400 from rohan-mohapata/patch-4
Update Get-AutoSensitivityLabelRule.md
2 parents 24c6a7c + eaa0fe7 commit 4e1d4a7

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

exchange/exchange-ps/exchange/Get-AutoSensitivityLabelRule.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ You need to be assigned permissions in the Security & Compliance Center before y
3838

3939
### Example 1
4040
```powershell
41-
{{ Add example code here }}
41+
Get-AutoSensitivityLabelRule
4242
```
4343

44-
{{ Add example description here }}
44+
This example displays summary information for all autolabeling rules in the Security & Compliance Center.
4545

4646
## PARAMETERS
4747

@@ -84,7 +84,11 @@ Accept wildcard characters: False
8484
```
8585
8686
### -IncludeExecutionRuleGuids
87-
{{ Fill IncludeExecutionRuleGuids Description }}
87+
The IncludeExecutionRuleGuids parameter specifies whether to include the execution rule GUID in the rule details. Valid values are:
88+
89+
- $true: Include the execution rule GUID in the rule details.
90+
91+
- $false: Don't include the execution rule GUID in the rule details. This is the default value.
8892
8993
```yaml
9094
Type: Boolean
@@ -100,7 +104,11 @@ Accept wildcard characters: False
100104
```
101105
102106
### -IncludeExecutionRuleInformation
103-
{{ Fill IncludeExecutionRuleInformation Description }}
107+
The IncludeExecutionRuleInformation parameter specifies whether to include the execution rule information in the rule details. Valid values are:
108+
109+
- $true: Include the execution rule information in the rule details.
110+
111+
- $false: Don't include the execution rule information in the rule details. This is the default value.
104112
105113
```yaml
106114
Type: Boolean

0 commit comments

Comments
 (0)