You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/New-DlpComplianceRule.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1562,7 +1562,7 @@ The ExceptIfRecipientADAttributeContainsWords parameter specifies an exception f
1562
1562
- UserLogonName
1563
1563
- ZipCode
1564
1564
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.
1566
1566
1567
1567
When you specify multiple attributes, the OR operator is used.
1568
1568
@@ -1612,7 +1612,7 @@ The ExceptIfRecipientADAttributeMatchesPatterns parameter specifies an exception
1612
1612
- UserLogonName
1613
1613
- ZipCode
1614
1614
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.
1616
1616
1617
1617
When you specify multiple attributes, the OR operator is used.
1618
1618
@@ -1678,7 +1678,7 @@ The ExceptIfSenderADAttributeContainsWords parameter specifies an exception for
1678
1678
- UserLogonName
1679
1679
- ZipCode
1680
1680
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.
1682
1682
1683
1683
When you specify multiple attributes, the OR operator is used.
1684
1684
@@ -1728,7 +1728,7 @@ The ExceptIfSenderADAttributeMatchesPatterns parameter specifies an exception fo
1728
1728
- UserLogonName
1729
1729
- ZipCode
1730
1730
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.
1732
1732
1733
1733
When you specify multiple attributes, the OR operator is used.
1734
1734
@@ -2647,7 +2647,7 @@ The RecipientADAttributeContainsWords parameter specifies a condition for the DL
2647
2647
- UserLogonName
2648
2648
- ZipCode
2649
2649
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.
2651
2651
2652
2652
When you specify multiple attributes, the OR operator is used.
2653
2653
@@ -2697,7 +2697,7 @@ The RecipientADAttributeMatchesPatterns parameter specifies a condition for the
2697
2697
- UserLogonName
2698
2698
- ZipCode
2699
2699
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.
2701
2701
2702
2702
When you specify multiple attributes, the or operator is used.
2703
2703
@@ -2879,7 +2879,7 @@ The SenderADAttributeContainsWords parameter specifies a condition for the DLP r
2879
2879
- UserLogonName
2880
2880
- ZipCode
2881
2881
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.
2883
2883
2884
2884
When you specify multiple attributes, the OR operator is used.
2885
2885
@@ -2929,7 +2929,7 @@ The SenderADAttributeMatchesPatterns parameter specifies a condition for the DLP
2929
2929
- UserLogonName
2930
2930
- ZipCode
2931
2931
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.
2933
2933
2934
2934
When you specify multiple attributes, the or operator is used.
0 commit comments