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
The HighConfidencePhishQuarantineTag parameter specifies the quarantine policy that's used on Teams messages that are quarantined as high confidence phishing. You can use any value that uniquely identifies the quarantine policy. For example:
87
+
The HighConfidencePhishQuarantineTag parameter specifies the quarantine policy that's used for messages that are quarantined as high confidence phishing by ZAP for Teams. You can use any value that uniquely identifies the quarantine policy. For example:
The MalwareQuarantineTag parameter specifies the quarantine policy that's used on Teams messages that are quarantined as malware. You can use any value that uniquely identifies the quarantine policy. For example:
111
+
The MalwareQuarantineTag parameter specifies the quarantine policy that's used for messages that are quarantined as malware by ZAP for Teams. You can use any value that uniquely identifies the quarantine policy. For example:
The ExceptIfRecipientDomainIs parameter specifies an exception to Teams protection that looks for recipients of Teams messages with email addresses in the specified domains. You can specify multiple domains separated by commas.
141
+
The ExceptIfRecipientDomainIs parameter specifies an exception to ZAP for Teams protection that looks for recipients of Teams messages with email addresses in the specified domains. You can specify multiple domains separated by commas.
The ExceptIfSentTo parameter specifies an exception to Teams protection that looks for recipients of Teams messages. You can use any value that uniquely identifies the recipient. For example:
157
+
The ExceptIfSentTo parameter specifies an exception to ZAP for Teams protection that looks for recipients of Teams messages. You can use any value that uniquely identifies the recipient. For example:
The ExceptIfSentToMemberOf parameter specifies an exception to Teams protection that looks for Teams messages sent to members of distribution groups or mail-enabled security groups. You can use any value that uniquely identifies the group. For example:
182
+
The ExceptIfSentToMemberOf parameter specifies an exception to ZAP for Teams protection that looks for Teams messages sent to members of distribution groups or mail-enabled security groups. You can use any value that uniquely identifies the group. For example:
The HighConfidencePhishQuarantineTag parameter specifies the quarantine policy that's used on Teams messages that are quarantined as high confidence phishing. You can use any value that uniquely identifies the quarantine policy. For example:
100
+
The HighConfidencePhishQuarantineTag parameter specifies the quarantine policy that's used for messages that are quarantined as high confidence phishing by ZAP for Teams. You can use any value that uniquely identifies the quarantine policy. For example:
The MalwareQuarantineTag parameter specifies the quarantine policy that's used on Teams messages that are quarantined as malware. You can use any value that uniquely identifies the quarantine policy. For example:
124
+
The MalwareQuarantineTag parameter specifies the quarantine policy that's used for messages that are quarantined as malware by ZAP for Teams. You can use any value that uniquely identifies the quarantine policy. For example:
This example modifies the existing Teams protection policy rule by excluding recipients in the domain research.contoso.com from Teams protection.
44
+
This example modifies the existing Teams protection policy rule by excluding recipients in the domain research.contoso.com from ZAP for Teams protection.
The ExceptIfRecipientDomainIs parameter specifies an exception to Teams protection that looks for recipients of Teams messages with email addresses in the specified domains. You can specify multiple domains separated by commas.
100
+
The ExceptIfRecipientDomainIs parameter specifies an exception to ZAP for Teams protection that looks for recipients of Teams messages with email addresses in the specified domains.
101
+
102
+
To replace all existing domains with the values you specify, use the following syntax: `Domain1,Domain2,...DomainN`.
103
+
104
+
To add domains without affecting other existing values, use the following syntax:
The ExceptIfSentTo parameter specifies an exception to Teams protection that looks for recipients of Teams messages. You can use any value that uniquely identifies the recipient. For example:
146
+
The ExceptIfSentTo parameter specifies an exception to ZAP for Teams protection that looks for recipients of Teams messages. You can use any value that uniquely identifies the recipient. For example:
117
147
118
148
- Name
119
149
- Alias
@@ -122,7 +152,35 @@ The ExceptIfSentTo parameter specifies an exception to Teams protection that loo
122
152
- Email address
123
153
- GUID
124
154
125
-
You can enter multiple values separated by commas. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
155
+
To replace all existing recipients with the values you specify, use the following syntax: `"User1","User2",..."UserN"`.
156
+
157
+
To add recipients without affecting other existing values, use the following syntax:
The ExceptIfSentToMemberOf parameter specifies an exception to Teams protection that looks for Teams messages sent to members of distribution groups or mail-enabled security groups. You can use any value that uniquely identifies the group. For example:
199
+
The ExceptIfSentToMemberOf parameter specifies an exception to ZAP for Teams protection that looks for Teams messages sent to members of distribution groups or mail-enabled security groups. You can use any value that uniquely identifies the group. For example:
142
200
143
201
- Name
144
202
- Alias
@@ -147,9 +205,35 @@ The ExceptIfSentToMemberOf parameter specifies an exception to Teams protection
147
205
- Email address
148
206
- GUID
149
207
150
-
You can enter multiple values separated by commas. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
208
+
To add groups without affecting other existing values, use the following syntax:
0 commit comments