Skip to content

Commit 7a42454

Browse files
authored
Merge branch 'master' into chrisda
2 parents 498aa29 + 2a34b27 commit 7a42454

File tree

3 files changed

+627
-0
lines changed

3 files changed

+627
-0
lines changed

exchange/exchange-ps/exchange/New-DlpCompliancePolicy.md

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,16 @@ New-DlpCompliancePolicy [-Name] <String>
2727
[-ExchangeLocation <MultiValuedProperty>]
2828
[-ExchangeSenderMemberOf <SmtpAddress[]>]
2929
[-ExchangeSenderMemberOfException <SmtpAddress[]>]
30+
[-ExceptIfOneDriveSharedBy <SmtpAddress[]>]
31+
[-ExceptIfOneDriveSharedByMemberOf <SmtpAddress[]>]
3032
[-Force]
3133
[-Mode <PolicyMode>]
3234
[-OneDriveLocation <MultiValuedProperty>]
3335
[-OneDriveLocationException <MultiValuedProperty>]
36+
[-OneDriveSharedBy <SmtpAddress[]>]
37+
[-OneDriveSharedByMemberOf <SmtpAddress[]>]
38+
[-OnPremisesScannerDlpLocation <MultiValuedProperty>]
39+
[-OnPremisesScannerDlpLocationException <MultiValuedProperty>]
3440
[-Priority <Int32>]
3541
[-SharePointLocation <MultiValuedProperty>]
3642
[-SharePointLocationException <MultiValuedProperty>]
@@ -168,6 +174,43 @@ Accept pipeline input: False
168174
Accept wildcard characters: False
169175
```
170176

177+
### -ExceptIfOneDriveSharedBy
178+
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+
171214
### -Force
172215
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.
173216

@@ -241,6 +284,75 @@ Accept pipeline input: False
241284
Accept wildcard characters: False
242285
```
243286

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+
244356
### -Priority
245357
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.
246358

0 commit comments

Comments
 (0)