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/Set-DlpComplianceRule.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1497,7 +1497,7 @@ The ExceptIfRecipientADAttributeContainsWords parameter specifies an exception f
1497
1497
- UserLogonName
1498
1498
- ZipCode
1499
1499
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.
1501
1501
1502
1502
When you specify multiple attributes, the OR operator is used.
1503
1503
@@ -1547,7 +1547,7 @@ The ExceptIfRecipientADAttributeMatchesPatterns parameter specifies an exception
1547
1547
- UserLogonName
1548
1548
- ZipCode
1549
1549
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.
1551
1551
1552
1552
When you specify multiple attributes, the OR operator is used.
1553
1553
@@ -1613,7 +1613,7 @@ The ExceptIfSenderADAttributeContainsWords parameter specifies an exception for
1613
1613
- UserLogonName
1614
1614
- ZipCode
1615
1615
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.
1617
1617
1618
1618
When you specify multiple attributes, the OR operator is used.
1619
1619
@@ -1663,7 +1663,7 @@ The ExceptIfSenderADAttributeMatchesPatterns parameter specifies an exception fo
1663
1663
- UserLogonName
1664
1664
- ZipCode
1665
1665
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.
1667
1667
1668
1668
When you specify multiple attributes, the OR operator is used.
1669
1669
@@ -2557,7 +2557,7 @@ The RecipientADAttributeContainsWords parameter specifies a condition for the DL
2557
2557
- UserLogonName
2558
2558
- ZipCode
2559
2559
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.
2561
2561
2562
2562
When you specify multiple attributes, the OR operator is used.
2563
2563
@@ -2607,7 +2607,7 @@ The RecipientADAttributeMatchesPatterns parameter specifies a condition for the
2607
2607
- UserLogonName
2608
2608
- ZipCode
2609
2609
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.
2611
2611
2612
2612
When you specify multiple attributes, the or operator is used.
2613
2613
@@ -2789,7 +2789,7 @@ The SenderADAttributeContainsWords parameter specifies a condition for the DLP r
2789
2789
- UserLogonName
2790
2790
- ZipCode
2791
2791
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.
2793
2793
2794
2794
When you specify multiple attributes, the OR operator is used.
2795
2795
@@ -2839,7 +2839,7 @@ The SenderADAttributeMatchesPatterns parameter specifies a condition for the DLP
2839
2839
- UserLogonName
2840
2840
- ZipCode
2841
2841
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.
2843
2843
2844
2844
When you specify multiple attributes, the or operator is used.
0 commit comments