File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
exchange/exchange-ps/exchange Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ You need to be assigned permissions in the Security & Compliance Center before y
38
38
39
39
### Example 1
40
40
``` powershell
41
- {{ Add example code here }}
41
+ Get-AutoSensitivityLabelRule
42
42
```
43
43
44
- {{ Add example description here }}
44
+ This example displays summary information for all autolabeling rules in the Security & Compliance Center.
45
45
46
46
## PARAMETERS
47
47
@@ -84,7 +84,11 @@ Accept wildcard characters: False
84
84
` ` `
85
85
86
86
### -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.
88
92
89
93
` ` ` yaml
90
94
Type : Boolean
@@ -100,7 +104,11 @@ Accept wildcard characters: False
100
104
` ` `
101
105
102
106
### -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.
104
112
105
113
` ` ` yaml
106
114
Type : Boolean
You can’t perform that action at this time.
0 commit comments