Skip to content

Commit 1830990

Browse files
authored
Update Set-DlpCompliancePolicy.md
1 parent 95b3899 commit 1830990

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

exchange/exchange-ps/exchange/Set-DlpCompliancePolicy.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -361,9 +361,9 @@ Accept wildcard characters: False
361361
```
362362

363363
### -ExceptIfOneDriveSharedBy
364-
The ExceptIfOneDriveSharedBy parameter specifies the users to exclude in the DLP policy. You identify the user by its email address.
364+
The ExceptIfOneDriveSharedBy parameter specifies the users to exclude in the DLP policy. You identify the user by email address.
365365

366-
To enter multiple values, use the following syntax: \<value1\>,\<value2\>,...\<valueX\>.
366+
To enter multiple values, use the following syntax: `<value1>,<value2>,...<valueX>`.
367367

368368

369369
```yaml
@@ -382,7 +382,7 @@ Accept wildcard characters: False
382382
### -ExceptIfOneDriveSharedByMemberOf
383383
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.
384384

385-
To enter multiple values, use the following syntax: \<value1\>,\<value2\>,...\<valueX\>.
385+
To enter multiple values, use the following syntax: `<value1>,<value2>,...<valueX>`.
386386

387387

388388
```yaml
@@ -436,9 +436,9 @@ Accept wildcard characters: False
436436
```
437437

438438
### -OneDriveSharedBy
439-
The OneDriveSharedBy parameter specifies the users to include in the DLP policy. You identify the user by its email address.
439+
The OneDriveSharedBy parameter specifies the users to include in the DLP policy. You identify the user by email address.
440440

441-
To enter multiple values, use the following syntax: \<value1\>,\<value2\>,...\<valueX\>.
441+
To enter multiple values, use the following syntax: `<value1>,<value2>,...<valueX>`.
442442

443443

444444
```yaml
@@ -457,7 +457,7 @@ Accept wildcard characters: False
457457
### -OneDriveSharedByMemberOf
458458
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.
459459

460-
To enter multiple values, use the following syntax: \<value1\>,\<value2\>,...\<valueX\>.
460+
To enter multiple values, use the following syntax: `<value1>,<value2>,...<valueX>`.
461461

462462
```yaml
463463
Type: SmtpAddress[]

0 commit comments

Comments
 (0)