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
The ExceptIfOneDriveSharedBy parameter specifies the users to exclude in the DLP policy. You identify the user by its email address.
179
+
180
+
To enter multiple values, use the following syntax: `<value1>,<value2>,...<valueX>`.
181
+
182
+
183
+
```yaml
184
+
Type: SmtpAddress[]
185
+
Parameter Sets: (All)
186
+
Aliases:
187
+
Applicable: Security & Compliance Center
188
+
189
+
Required: False
190
+
Position: Named
191
+
Default value: None
192
+
Accept pipeline input: False
193
+
Accept wildcard characters: False
194
+
```
195
+
196
+
### -ExceptIfOneDriveSharedByMemberOf
197
+
The ExceptIfOneDriveSharedByMemberOf parameter specifies the distribution groups, mail-enabled security groups, or Microsoft 365 groups to exclude in the DLP policy. You identify the group by its email address.
198
+
199
+
To enter multiple values, use the following syntax: `<value1>,<value2>,...<valueX>`.
200
+
201
+
```yaml
202
+
Type: SmtpAddress[]
203
+
Parameter Sets: (All)
204
+
Aliases:
205
+
Applicable: Security & Compliance Center
206
+
207
+
Required: False
208
+
Position: Named
209
+
Default value: None
210
+
Accept pipeline input: False
211
+
Accept wildcard characters: False
212
+
```
213
+
171
214
### -Force
172
215
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.
173
216
@@ -241,6 +284,75 @@ Accept pipeline input: False
241
284
Accept wildcard characters: False
242
285
```
243
286
287
+
### -OneDriveSharedBy
288
+
The OneDriveSharedBy parameter specifies the users to include in the DLP policy. You identify the user by email address.
289
+
290
+
To enter multiple values, use the following syntax: `<value1>,<value2>,...<valueX>`.
291
+
292
+
293
+
```yaml
294
+
Type: SmtpAddress[]
295
+
Parameter Sets: (All)
296
+
Aliases:
297
+
Applicable: Security & Compliance Center
298
+
299
+
Required: False
300
+
Position: Named
301
+
Default value: None
302
+
Accept pipeline input: False
303
+
Accept wildcard characters: False
304
+
```
305
+
306
+
### -OneDriveSharedByMemberOf
307
+
The OneDriveSharedByMemberOf parameter specifies the distribution groups, mail-enabled security groups, or Microsoft 365 groups to include in the DLP policy. You identify the group by its email address.
308
+
309
+
To enter multiple values, use the following syntax: `<value1>,<value2>,...<valueX>`.
310
+
311
+
```yaml
312
+
Type: SmtpAddress[]
313
+
Parameter Sets: (All)
314
+
Aliases:
315
+
Applicable: Security & Compliance Center
316
+
317
+
Required: False
318
+
Position: Named
319
+
Default value: None
320
+
Accept pipeline input: False
321
+
Accept wildcard characters: False
322
+
```
323
+
324
+
### -OnPremisesScannerDlpLocation
325
+
{{ Fill OnPremisesScannerDlpLocation Description }}
326
+
327
+
```yaml
328
+
Type: MultiValuedProperty
329
+
Parameter Sets: (All)
330
+
Aliases:
331
+
Applicable: Security & Compliance Center
332
+
333
+
Required: False
334
+
Position: Named
335
+
Default value: None
336
+
Accept pipeline input: False
337
+
Accept wildcard characters: False
338
+
```
339
+
340
+
### -OnPremisesScannerDlpLocationException
341
+
{{ Fill OnPremisesScannerDlpLocationException Description }}
342
+
343
+
```yaml
344
+
Type: MultiValuedProperty
345
+
Parameter Sets: (All)
346
+
Aliases:
347
+
Applicable: Security & Compliance Center
348
+
349
+
Required: False
350
+
Position: Named
351
+
Default value: None
352
+
Accept pipeline input: False
353
+
Accept wildcard characters: False
354
+
```
355
+
244
356
### -Priority
245
357
The Priority parameter specifies a priority value for the policy that determines the order of policy processing. A lower integer value indicates a higher priority, the value 0 is the highest priority, and policies can't have the same priority value.
0 commit comments