You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Applicable: Office 365 Security & Compliance Center
140
+
Required: False
141
+
Position: Named
142
+
Default value: None
143
+
Accept pipeline input: False
144
+
Accept wildcard characters: False
145
+
```
146
+
147
+
### -Force
148
+
The Force switch specifies whether to suppress warning or confirmation messages. You can use this switch to run tasks programmatically where prompting for administrative input is inappropriate. You don't need to specify a value with this switch.
149
+
150
+
```yaml
151
+
Type: SwitchParameter
152
+
Parameter Sets: (All)
153
+
Aliases:
154
+
Applicable: Office 365 Security & Compliance Center
155
+
Required: False
156
+
Position: Named
157
+
Default value: None
158
+
Accept pipeline input: False
159
+
Accept wildcard characters: False
160
+
```
161
+
129
162
### -IsRecordLabel
130
163
The IsRecordLabel parameter specifies whether the label is a record label. Valid values are:
131
164
@@ -160,6 +193,21 @@ Accept pipeline input: False
160
193
Accept wildcard characters: False
161
194
```
162
195
196
+
### -Regulatory
197
+
{{ Fill Regulatory Description }}
198
+
199
+
```yaml
200
+
Type: $true | $false
201
+
Parameter Sets: (All)
202
+
Aliases:
203
+
Applicable: Office 365 Security & Compliance Center
204
+
Required: False
205
+
Position: Named
206
+
Default value: None
207
+
Accept pipeline input: False
208
+
Accept wildcard characters: False
209
+
```
210
+
163
211
### -RetentionAction
164
212
The RetentionAction parameter specifies the action for the label. Valid values are:
The EventType specifies the retention rule that's associated with the label. You can use any value that uniquely identifies the rule. For example:
107
+
108
+
- Name
109
+
110
+
- Distinguished name (DN)
111
+
112
+
- GUID
113
+
114
+
You can use the Get-RetentionComplianceRule cmdlet to view the available retention rules.
115
+
116
+
```yaml
117
+
Type: ComplianceRuleIdParameter
118
+
Parameter Sets: (All)
119
+
Aliases:
120
+
Applicable: Office 365 Security & Compliance Center
121
+
Required: False
122
+
Position: Named
123
+
Default value: None
124
+
Accept pipeline input: False
125
+
Accept wildcard characters: False
126
+
```
127
+
128
+
### -FilePlanProperty
129
+
{{ Fill FilePlanProperty Description }}
130
+
131
+
```yaml
132
+
Type: String
133
+
Parameter Sets: (All)
134
+
Aliases:
135
+
Applicable: Office 365 Security & Compliance Center
136
+
Required: False
137
+
Position: Named
138
+
Default value: None
139
+
Accept pipeline input: False
140
+
Accept wildcard characters: False
141
+
```
142
+
143
+
### -Force
144
+
The Force switch specifies whether to suppress warning or confirmation messages. You can use this switch to run tasks programmatically where prompting for administrative input is inappropriate. You don't need to specify a value with this switch.
145
+
146
+
```yaml
147
+
Type: SwitchParameter
148
+
Parameter Sets: (All)
149
+
Aliases:
150
+
Applicable: Office 365 Security & Compliance Center
151
+
Required: False
152
+
Position: Named
153
+
Default value: None
154
+
Accept pipeline input: False
155
+
Accept wildcard characters: False
156
+
```
157
+
158
+
### -Notes
159
+
The Notes parameter specifies an optional note. If you specify a value that contains spaces, enclose the value in quotation marks ("), for example: "This is a user note".
160
+
161
+
```yaml
162
+
Type: String
163
+
Parameter Sets: (All)
164
+
Aliases:
165
+
Applicable: Office 365 Security & Compliance Center
166
+
Required: False
167
+
Position: Named
168
+
Default value: None
169
+
Accept pipeline input: False
170
+
Accept wildcard characters: False
171
+
```
172
+
97
173
### -RetentionDuration
98
174
The RetentionDuration parameter specifies the number of days to retain the content. Valid values are:
0 commit comments