Skip to content

Commit 95b3899

Browse files
authored
Update New-DlpCompliancePolicy.md
1 parent cbe396c commit 95b3899

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Accept wildcard characters: False
177177
### -ExceptIfOneDriveSharedBy
178178
The ExceptIfOneDriveSharedBy parameter specifies the users to exclude in the DLP policy. You identify the user by its email address.
179179

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

182182

183183
```yaml
@@ -196,8 +196,7 @@ Accept wildcard characters: False
196196
### -ExceptIfOneDriveSharedByMemberOf
197197
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.
198198

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

202201
```yaml
203202
Type: SmtpAddress[]
@@ -286,9 +285,9 @@ Accept wildcard characters: False
286285
```
287286

288287
### -OneDriveSharedBy
289-
The OneDriveSharedBy parameter specifies the users to include in the DLP policy. You identify the user by its email address.
288+
The OneDriveSharedBy parameter specifies the users to include in the DLP policy. You identify the user by email address.
290289

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

293292

294293
```yaml
@@ -307,7 +306,7 @@ Accept wildcard characters: False
307306
### -OneDriveSharedByMemberOf
308307
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.
309308

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

312311
```yaml
313312
Type: SmtpAddress[]

0 commit comments

Comments
 (0)