Skip to content

Commit 340e8e4

Browse files
authored
Merge pull request MicrosoftDocs#7472 from MicrosoftDocs/DLPv2-chrisda
DLPv2-chrisda to Master
2 parents 8c97333 + 0d02827 commit 340e8e4

File tree

3 files changed

+470
-0
lines changed

3 files changed

+470
-0
lines changed

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

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ New-DlpCompliancePolicy [-Name] <String>
3131
[-Mode <PolicyMode>]
3232
[-OneDriveLocation <MultiValuedProperty>]
3333
[-OneDriveLocationException <MultiValuedProperty>]
34+
[-OnPremisesScannerDlpLocation <MultiValuedProperty>]
35+
[-OnPremisesScannerDlpLocationException <MultiValuedProperty>]
3436
[-Priority <Int32>]
3537
[-SharePointLocation <MultiValuedProperty>]
3638
[-SharePointLocationException <MultiValuedProperty>]
@@ -241,6 +243,38 @@ Accept pipeline input: False
241243
Accept wildcard characters: False
242244
```
243245

246+
### -OnPremisesScannerDlpLocation
247+
{{ Fill OnPremisesScannerDlpLocation Description }}
248+
249+
```yaml
250+
Type: MultiValuedProperty
251+
Parameter Sets: (All)
252+
Aliases:
253+
Applicable: Security & Compliance Center
254+
255+
Required: False
256+
Position: Named
257+
Default value: None
258+
Accept pipeline input: False
259+
Accept wildcard characters: False
260+
```
261+
262+
### -OnPremisesScannerDlpLocationException
263+
{{ Fill OnPremisesScannerDlpLocationException Description }}
264+
265+
```yaml
266+
Type: MultiValuedProperty
267+
Parameter Sets: (All)
268+
Aliases:
269+
Applicable: Security & Compliance Center
270+
271+
Required: False
272+
Position: Named
273+
Default value: None
274+
Accept pipeline input: False
275+
Accept wildcard characters: False
276+
```
277+
244278
### -Priority
245279
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.
246280

0 commit comments

Comments
 (0)