Skip to content

Commit 457b472

Browse files
authored
Merge pull request MicrosoftDocs#10466 from ybhargav1995/patch-19
Update New-DlpComplianceRule.md
2 parents f19e183 + d300fb1 commit 457b472

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

exchange/exchange-ps/exchange/New-DlpComplianceRule.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1562,7 +1562,7 @@ The ExceptIfRecipientADAttributeContainsWords parameter specifies an exception f
15621562
- UserLogonName
15631563
- ZipCode
15641564

1565-
This parameter uses the syntax: `@{AttributeName:"Word"}`. To specify multiple attributes, use the following syntax: `@{AttributeName1:"Word1";AttributeName2:"Word2";...AttributeNameN:"WordN"}`. Don't use words with leading or trailing spaces.
1565+
This parameter uses the syntax: `@{AttributeName="Word"}`. To specify multiple attributes, use the following syntax: `@{AttributeName1="Word1";AttributeName2="Word2";...AttributeNameN="WordN"}`. Don't use words with leading or trailing spaces.
15661566

15671567
When you specify multiple attributes, the OR operator is used.
15681568

@@ -1612,7 +1612,7 @@ The ExceptIfRecipientADAttributeMatchesPatterns parameter specifies an exception
16121612
- UserLogonName
16131613
- ZipCode
16141614

1615-
This parameter uses the syntax: `@{AttributeName:"RegularExpression"}`. To specify multiple attributes, use the following syntax: `@{AttributeName1:"RegularExpression1";AttributeName2:"RegularExpression2";...AttributeNameN:"RegularExpressionN"}`. Don't use words with leading or trailing spaces.
1615+
This parameter uses the syntax: `@{AttributeName="RegularExpression"}`. To specify multiple attributes, use the following syntax: `@{AttributeName1="RegularExpression1";AttributeName2="RegularExpression2";...AttributeNameN="RegularExpressionN"}`. Don't use words with leading or trailing spaces.
16161616

16171617
When you specify multiple attributes, the OR operator is used.
16181618

@@ -1678,7 +1678,7 @@ The ExceptIfSenderADAttributeContainsWords parameter specifies an exception for
16781678
- UserLogonName
16791679
- ZipCode
16801680

1681-
This parameter uses the syntax: `@{AttributeName:"Word"}`. To specify multiple attributes, use the following syntax: `@{AttributeName1:"Word1";AttributeName2:"Word2";...AttributeNameN:"WordN"}`. Don't use words with leading or trailing spaces.
1681+
This parameter uses the syntax: `@{AttributeName="Word"}`. To specify multiple attributes, use the following syntax: `@{AttributeName1="Word1";AttributeName2="Word2";...AttributeNameN="WordN"}`. Don't use words with leading or trailing spaces.
16821682

16831683
When you specify multiple attributes, the OR operator is used.
16841684

@@ -1728,7 +1728,7 @@ The ExceptIfSenderADAttributeMatchesPatterns parameter specifies an exception fo
17281728
- UserLogonName
17291729
- ZipCode
17301730

1731-
This parameter uses the syntax: `@{AttributeName:"RegularExpression"}`. To specify multiple attributes, use the following syntax: `@{AttributeName1:"RegularExpression1";AttributeName2:"RegularExpression2";...AttributeNameN:"RegularExpressionN"}`. Don't use words with leading or trailing spaces.
1731+
This parameter uses the syntax: `@{AttributeName="RegularExpression"}`. To specify multiple attributes, use the following syntax: `@{AttributeName1="RegularExpression1";AttributeName2="RegularExpression2";...AttributeNameN="RegularExpressionN"}`. Don't use words with leading or trailing spaces.
17321732

17331733
When you specify multiple attributes, the OR operator is used.
17341734

@@ -2647,7 +2647,7 @@ The RecipientADAttributeContainsWords parameter specifies a condition for the DL
26472647
- UserLogonName
26482648
- ZipCode
26492649

2650-
This parameter uses the syntax: `@{AttributeName:"Word"}`. To specify multiple attributes, use the following syntax: `@{AttributeName1:"Word1";AttributeName2:"Word2";...AttributeNameN:"WordN"}`. Don't use words with leading or trailing spaces.
2650+
This parameter uses the syntax: `@{AttributeName="Word"}`. To specify multiple attributes, use the following syntax: `@{AttributeName1="Word1";AttributeName2="Word2";...AttributeNameN="WordN"}`. Don't use words with leading or trailing spaces.
26512651

26522652
When you specify multiple attributes, the OR operator is used.
26532653

@@ -2697,7 +2697,7 @@ The RecipientADAttributeMatchesPatterns parameter specifies a condition for the
26972697
- UserLogonName
26982698
- ZipCode
26992699

2700-
This parameter uses the syntax: `@{AttributeName:"RegularExpression"}`. To specify multiple attributes, use the following syntax: `@{AttributeName1:"RegularExpression1";AttributeName2:"RegularExpression2";...AttributeNameN:"RegularExpressionN"}`. Don't use words with leading or trailing spaces.
2700+
This parameter uses the syntax: `@{AttributeName="RegularExpression"}`. To specify multiple attributes, use the following syntax: `@{AttributeName1="RegularExpression1";AttributeName2="RegularExpression2";...AttributeNameN="RegularExpressionN"}`. Don't use words with leading or trailing spaces.
27012701

27022702
When you specify multiple attributes, the or operator is used.
27032703

@@ -2879,7 +2879,7 @@ The SenderADAttributeContainsWords parameter specifies a condition for the DLP r
28792879
- UserLogonName
28802880
- ZipCode
28812881

2882-
This parameter uses the syntax: `@{AttributeName:"Word"}`. To specify multiple attributes, use the following syntax: `@{AttributeName1:"Word1";AttributeName2:"Word2";...AttributeNameN:"WordN"}`. Don't use words with leading or trailing spaces.
2882+
This parameter uses the syntax: `@{AttributeName="Word"}`. To specify multiple attributes, use the following syntax: `@{AttributeName1="Word1";AttributeName2="Word2";...AttributeNameN="WordN"}`. Don't use words with leading or trailing spaces.
28832883

28842884
When you specify multiple attributes, the OR operator is used.
28852885

@@ -2929,7 +2929,7 @@ The SenderADAttributeMatchesPatterns parameter specifies a condition for the DLP
29292929
- UserLogonName
29302930
- ZipCode
29312931

2932-
This parameter uses the syntax: `@{AttributeName:"RegularExpression"}`. To specify multiple attributes, use the following syntax: `@{AttributeName1:"RegularExpression1";AttributeName2:"RegularExpression2";...AttributeNameN:"RegularExpressionN"}`. Don't use words with leading or trailing spaces.
2932+
This parameter uses the syntax: `@{AttributeName="RegularExpression"}`. To specify multiple attributes, use the following syntax: `@{AttributeName1="RegularExpression1";AttributeName2="RegularExpression2";...AttributeNameN="RegularExpressionN"}`. Don't use words with leading or trailing spaces.
29332933

29342934
When you specify multiple attributes, the or operator is used.
29352935

0 commit comments

Comments
 (0)