Skip to content

Commit dd5fbf8

Browse files
authored
Update Set-DlpComplianceRule.md
1 parent 32c5e73 commit dd5fbf8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

exchange/exchange-ps/exchange/Set-DlpComplianceRule.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1497,7 +1497,7 @@ The ExceptIfRecipientADAttributeContainsWords parameter specifies an exception f
14971497
- UserLogonName
14981498
- ZipCode
14991499

1500-
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.
1500+
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.
15011501

15021502
When you specify multiple attributes, the OR operator is used.
15031503

@@ -1547,7 +1547,7 @@ The ExceptIfRecipientADAttributeMatchesPatterns parameter specifies an exception
15471547
- UserLogonName
15481548
- ZipCode
15491549

1550-
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.
1550+
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.
15511551

15521552
When you specify multiple attributes, the OR operator is used.
15531553

@@ -1613,7 +1613,7 @@ The ExceptIfSenderADAttributeContainsWords parameter specifies an exception for
16131613
- UserLogonName
16141614
- ZipCode
16151615

1616-
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.
1616+
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.
16171617

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

@@ -1663,7 +1663,7 @@ The ExceptIfSenderADAttributeMatchesPatterns parameter specifies an exception fo
16631663
- UserLogonName
16641664
- ZipCode
16651665

1666-
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.
1666+
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.
16671667

16681668
When you specify multiple attributes, the OR operator is used.
16691669

@@ -2557,7 +2557,7 @@ The RecipientADAttributeContainsWords parameter specifies a condition for the DL
25572557
- UserLogonName
25582558
- ZipCode
25592559

2560-
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.
2560+
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.
25612561

25622562
When you specify multiple attributes, the OR operator is used.
25632563

@@ -2607,7 +2607,7 @@ The RecipientADAttributeMatchesPatterns parameter specifies a condition for the
26072607
- UserLogonName
26082608
- ZipCode
26092609

2610-
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.
2610+
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.
26112611

26122612
When you specify multiple attributes, the or operator is used.
26132613

@@ -2789,7 +2789,7 @@ The SenderADAttributeContainsWords parameter specifies a condition for the DLP r
27892789
- UserLogonName
27902790
- ZipCode
27912791

2792-
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.
2792+
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.
27932793

27942794
When you specify multiple attributes, the OR operator is used.
27952795

@@ -2839,7 +2839,7 @@ The SenderADAttributeMatchesPatterns parameter specifies a condition for the DLP
28392839
- UserLogonName
28402840
- ZipCode
28412841

2842-
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.
2842+
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.
28432843

28442844
When you specify multiple attributes, the or operator is used.
28452845

0 commit comments

Comments
 (0)