Skip to content

Commit d38abea

Browse files
committed
Quarantine policy parameter description updates
1 parent e6364fa commit d38abea

File tree

4 files changed

+28
-28
lines changed

4 files changed

+28
-28
lines changed

exchange/exchange-ps/exchange/New-AntiPhishPolicy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ Accept wildcard characters: False
556556
### -MailboxIntelligenceQuarantineTag
557557
This setting is part of impersonation protection and is only available in Microsoft Defender for Office 365.
558558

559-
The MailboxIntelligenceQuarantineTag specifies the quarantine policy that's used on messages that are quarantined by mailbox intelligence. You can use any value that uniquely identifies the quarantine policy. For example:
559+
The MailboxIntelligenceQuarantineTag specifies the quarantine policy that's used on messages that are quarantined by mailbox intelligence (the MailboxIntelligenceProtectionAction parameter value is Quarantine). You can use any value that uniquely identifies the quarantine policy. For example:
560560

561561
- Name
562562
- Distinguished name (DN)
@@ -668,7 +668,7 @@ Accept wildcard characters: False
668668
```
669669

670670
### -SpoofQuarantineTag
671-
The SpoofQuarantineTag specifies the quarantine policy that's used on messages that are quarantined by spoof intelligence. You can use any value that uniquely identifies the quarantine policy. For example:
671+
The SpoofQuarantineTag specifies the quarantine policy that's used on messages that are quarantined by spoof intelligence (the AuthenticationFailAction parameter value is Quarantine). You can use any value that uniquely identifies the quarantine policy. For example:
672672

673673
- Name
674674
- Distinguished name (DN)
@@ -737,7 +737,7 @@ Accept wildcard characters: False
737737
### -TargetedDomainQuarantineTag
738738
This setting is part of impersonation protection and is only available in Microsoft Defender for Office 365.
739739

740-
The TargetedDomainQuarantineTag specifies the quarantine policy that's used on messages that are quarantined by domain impersonation protection. You can use any value that uniquely identifies the quarantine policy. For example:
740+
The TargetedDomainQuarantineTag specifies the quarantine policy that's used on messages that are quarantined by domain impersonation protection (the TargetedDomainProtectionAction parameter value is Quarantine). You can use any value that uniquely identifies the quarantine policy. For example:
741741

742742
- Name
743743
- Distinguished name (DN)
@@ -826,7 +826,7 @@ Accept wildcard characters: False
826826
### -TargetedUserQuarantineTag
827827
This setting is part of impersonation protection and is only available in Microsoft Defender for Office 365.
828828

829-
The TargetedUserQuarantineTag specifies the quarantine policy that's used on messages that are quarantined by user impersonation protection. You can use any value that uniquely identifies the quarantine policy. For example:
829+
The TargetedUserQuarantineTag specifies the quarantine policy that's used on messages that are quarantined by user impersonation protection (the TargetedUserProtectionAction parameter value is Quarantine). You can use any value that uniquely identifies the quarantine policy. For example:
830830

831831
- Name
832832
- Distinguished name (DN)

exchange/exchange-ps/exchange/New-HostedContentFilterPolicy.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -254,13 +254,13 @@ Accept wildcard characters: False
254254
```
255255

256256
### -BulkQuarantineTag
257-
The BulkQuarantineTag parameter specifies the quarantine tag that's used on messages that are quarantined as bulk email (the BulkSpamAction parameter value is Quarantine). You can use any value that uniquely identifies the quarantine tag. For example:
257+
The BulkQuarantineTag parameter specifies the quarantine policy that's used on messages that are quarantined as bulk email (the BulkSpamAction parameter value is Quarantine). You can use any value that uniquely identifies the quarantine policy. For example:
258258

259259
- Name
260260
- Distinguished name (DN)
261261
- GUID
262262

263-
The quarantine tag defines what end-users are allowed to do on quarantined messages. You manage quarantine tags by using the \*-QuarantineTag cmdlets.
263+
Quarantine policies define what users are able to do to quarantined messages based on why the message was quarantined. To view the list of available quarantine policies, run the following command: `Get-QuarantinePolicy | Format-List Name,EndUser*,AdminNotification*`.
264264

265265
```yaml
266266
Type: String
@@ -541,13 +541,13 @@ Accept wildcard characters: False
541541
```
542542

543543
### -HighConfidencePhishQuarantineTag
544-
The HighConfidencePhishQuarantineTag parameter specifies the quarantine tag that's used on messages that are quarantined as high confidence phishing (the HighConfidencePhishAction parameter value is Quarantine). You can use any value that uniquely identifies the quarantine tag. For example:
544+
The HighConfidencePhishQuarantineTag parameter specifies the quarantine policy that's used on messages that are quarantined as high confidence phishing (the HighConfidencePhishAction parameter value is Quarantine). You can use any value that uniquely identifies the quarantine policy. For example:
545545

546546
- Name
547547
- Distinguished name (DN)
548548
- GUID
549549

550-
The quarantine tag defines what end-users are allowed to do on quarantined messages. You manage quarantine tags by using the \*-QuarantineTag cmdlets.
550+
Quarantine policies define what users are able to do to quarantined messages based on why the message was quarantined. To view the list of available quarantine policies, run the following command: `Get-QuarantinePolicy | Format-List Name,EndUser*,AdminNotification*`.
551551

552552
```yaml
553553
Type: String
@@ -586,13 +586,13 @@ Accept wildcard characters: False
586586
```
587587

588588
### -HighConfidenceSpamQuarantineTag
589-
The HighConfidenceSpamQuarantineTag parameter specifies the quarantine tag that's used on messages that are quarantined as high confidence spam (the HighConfidenceSpamAction parameter value is Quarantine). You can use any value that uniquely identifies the quarantine tag. For example:
589+
The HighConfidenceSpamQuarantineTag parameter specifies the quarantine policy that's used on messages that are quarantined as high confidence spam (the HighConfidenceSpamAction parameter value is Quarantine). You can use any value that uniquely identifies the quarantine policy. For example:
590590

591591
- Name
592592
- Distinguished name (DN)
593593
- GUID
594594

595-
The quarantine tag defines what end-users are allowed to do on quarantined messages. You manage quarantine tags by using the \*-QuarantineTag cmdlets.
595+
Quarantine policies define what users are able to do to quarantined messages based on why the message was quarantined. To view the list of available quarantine policies, run the following command: `Get-QuarantinePolicy | Format-List Name,EndUser*,AdminNotification*`.
596596

597597
```yaml
598598
Type: String
@@ -1023,13 +1023,13 @@ Accept wildcard characters: False
10231023
```
10241024

10251025
### -PhishQuarantineTag
1026-
The PhishQuarantineTag parameter specifies the quarantine tag that's used on messages that are quarantined as phishing (the PhishSpamAction parameter value is Quarantine). You can use any value that uniquely identifies the quarantine tag. For example:
1026+
The PhishQuarantineTag parameter specifies the quarantine policy that's used on messages that are quarantined as phishing (the PhishSpamAction parameter value is Quarantine). You can use any value that uniquely identifies the quarantine policy. For example:
10271027

10281028
- Name
10291029
- Distinguished name (DN)
10301030
- GUID
10311031

1032-
The quarantine tag defines what end-users are allowed to do on quarantined messages. You manage quarantine tags by using the \*-QuarantineTag cmdlets.
1032+
Quarantine policies define what users are able to do to quarantined messages based on why the message was quarantined. To view the list of available quarantine policies, run the following command: `Get-QuarantinePolicy | Format-List Name,EndUser*,AdminNotification*`.
10331033

10341034
```yaml
10351035
Type: String
@@ -1205,13 +1205,13 @@ Accept wildcard characters: False
12051205
```
12061206

12071207
### -SpamQuarantineTag
1208-
The SpamQuarantineTag parameter specifies the quarantine tag that's used on messages that are quarantined as spam (the SpamAction parameter value is Quarantine). You can use any value that uniquely identifies the quarantine tag. For example:
1208+
The SpamQuarantineTag parameter specifies the quarantine policy that's used on messages that are quarantined as spam (the SpamAction parameter value is Quarantine). You can use any value that uniquely identifies the quarantine policy. For example:
12091209

12101210
- Name
12111211
- Distinguished name (DN)
12121212
- GUID
12131213

1214-
The quarantine tag defines what end-users are allowed to do on quarantined messages. You manage quarantine tags by using the \*-QuarantineTag cmdlets.
1214+
Quarantine policies define what users are able to do to quarantined messages based on why the message was quarantined. To view the list of available quarantine policies, run the following command: `Get-QuarantinePolicy | Format-List Name,EndUser*,AdminNotification*`.
12151215

12161216
```yaml
12171217
Type: String

exchange/exchange-ps/exchange/Set-AntiPhishPolicy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ Accept wildcard characters: False
559559
### -MailboxIntelligenceQuarantineTag
560560
This setting is part of impersonation protection and is only available in Microsoft Defender for Office 365.
561561

562-
The MailboxIntelligenceQuarantineTag specifies the quarantine policy that's used on messages that are quarantined by mailbox intelligence. You can use any value that uniquely identifies the quarantine policy. For example:
562+
The MailboxIntelligenceQuarantineTag specifies the quarantine policy that's used on messages that are quarantined by mailbox intelligence (the MailboxIntelligenceProtectionAction parameter value is Quarantine). You can use any value that uniquely identifies the quarantine policy. For example:
563563

564564
- Name
565565
- Distinguished name (DN)
@@ -638,7 +638,7 @@ Accept wildcard characters: False
638638
```
639639

640640
### -SpoofQuarantineTag
641-
The SpoofQuarantineTag specifies the quarantine policy that's used on messages that are quarantined by spoof intelligence. You can use any value that uniquely identifies the quarantine policy. For example:
641+
The SpoofQuarantineTag specifies the quarantine policy that's used on messages that are quarantined by spoof intelligence (the AuthenticationFailAction parameter value is Quarantine). You can use any value that uniquely identifies the quarantine policy. For example:
642642

643643
- Name
644644
- Distinguished name (DN)
@@ -707,7 +707,7 @@ Accept wildcard characters: False
707707
### -TargetedDomainQuarantineTag
708708
This setting is part of impersonation protection and is only available in Microsoft Defender for Office 365.
709709

710-
The TargetedDomainQuarantineTag specifies the quarantine policy that's used on messages that are quarantined by domain impersonation protection. You can use any value that uniquely identifies the quarantine policy. For example:
710+
The TargetedDomainQuarantineTag specifies the quarantine policy that's used on messages that are quarantined by domain impersonation protection (the TargetedDomainProtectionAction parameter value is Quarantine). You can use any value that uniquely identifies the quarantine policy. For example:
711711

712712
- Name
713713
- Distinguished name (DN)
@@ -796,7 +796,7 @@ Accept wildcard characters: False
796796
### -TargetedUserQuarantineTag
797797
This setting is part of impersonation protection and is only available in Microsoft Defender for Office 365.
798798

799-
The TargetedUserQuarantineTag specifies the quarantine policy that's used on messages that are quarantined by user impersonation protection. You can use any value that uniquely identifies the quarantine policy. For example:
799+
The TargetedUserQuarantineTag specifies the quarantine policy that's used on messages that are quarantined by user impersonation protection (the TargetedUserProtectionAction parameter value is Quarantine). You can use any value that uniquely identifies the quarantine policy. For example:
800800

801801
- Name
802802
- Distinguished name (DN)

exchange/exchange-ps/exchange/Set-HostedContentFilterPolicy.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -256,13 +256,13 @@ Accept wildcard characters: False
256256
```
257257

258258
### -BulkQuarantineTag
259-
The BulkQuarantineTag parameter specifies the quarantine tag that's used on messages that are quarantined as bulk email (the BulkSpamAction parameter value is Quarantine). You can use any value that uniquely identifies the quarantine tag. For example:
259+
The BulkQuarantineTag parameter specifies the quarantine policy that's used on messages that are quarantined as bulk email (the BulkSpamAction parameter value is Quarantine). You can use any value that uniquely identifies the quarantine policy. For example:
260260

261261
- Name
262262
- Distinguished name (DN)
263263
- GUID
264264

265-
The quarantine tag defines what end-users are allowed to do on quarantined messages. You manage quarantine tags by using the \*-QuarantineTag cmdlets.
265+
Quarantine policies define what users are able to do to quarantined messages based on why the message was quarantined. To view the list of available quarantine policies, run the following command: `Get-QuarantinePolicy | Format-List Name,EndUser*,AdminNotification*`.
266266

267267
```yaml
268268
Type: String
@@ -543,13 +543,13 @@ Accept wildcard characters: False
543543
```
544544

545545
### -HighConfidencePhishQuarantineTag
546-
The HighConfidencePhishQuarantineTag parameter specifies the quarantine tag that's used on messages that are quarantined as high confidence phishing (the HighConfidencePhishAction parameter value is Quarantine). You can use any value that uniquely identifies the quarantine tag. For example:
546+
The HighConfidencePhishQuarantineTag parameter specifies the quarantine policy that's used on messages that are quarantined as high confidence phishing (the HighConfidencePhishAction parameter value is Quarantine). You can use any value that uniquely identifies the quarantine policy. For example:
547547

548548
- Name
549549
- Distinguished name (DN)
550550
- GUID
551551

552-
The quarantine tag defines what end-users are allowed to do on quarantined messages. You manage quarantine tags by using the \*-QuarantineTag cmdlets.
552+
Quarantine policies define what users are able to do to quarantined messages based on why the message was quarantined. To view the list of available quarantine policies, run the following command: `Get-QuarantinePolicy | Format-List Name,EndUser*,AdminNotification*`.
553553

554554
```yaml
555555
Type: String
@@ -588,13 +588,13 @@ Accept wildcard characters: False
588588
```
589589

590590
### -HighConfidenceSpamQuarantineTag
591-
The HighConfidenceSpamQuarantineTag parameter specifies the quarantine tag that's used on messages that are quarantined as high confidence spam (the HighConfidenceSpamAction parameter value is Quarantine). You can use any value that uniquely identifies the quarantine tag. For example:
591+
The HighConfidenceSpamQuarantineTag parameter specifies the quarantine policy that's used on messages that are quarantined as high confidence spam (the HighConfidenceSpamAction parameter value is Quarantine). You can use any value that uniquely identifies the quarantine policy. For example:
592592

593593
- Name
594594
- Distinguished name (DN)
595595
- GUID
596596

597-
The quarantine tag defines what end-users are allowed to do on quarantined messages. You manage quarantine tags by using the \*-QuarantineTag cmdlets.
597+
Quarantine policies define what users are able to do to quarantined messages based on why the message was quarantined. To view the list of available quarantine policies, run the following command: `Get-QuarantinePolicy | Format-List Name,EndUser*,AdminNotification*`.
598598

599599
```yaml
600600
Type: String
@@ -1043,13 +1043,13 @@ Accept wildcard characters: False
10431043
```
10441044

10451045
### -PhishQuarantineTag
1046-
The PhishQuarantineTag parameter specifies the quarantine tag that's used on messages that are quarantined as phishing (the PhishSpamAction parameter value is Quarantine). You can use any value that uniquely identifies the quarantine tag. For example:
1046+
The PhishQuarantineTag parameter specifies the quarantine policy that's used on messages that are quarantined as phishing (the PhishSpamAction parameter value is Quarantine). You can use any value that uniquely identifies the quarantine policy. For example:
10471047

10481048
- Name
10491049
- Distinguished name (DN)
10501050
- GUID
10511051

1052-
The quarantine tag defines what end-users are allowed to do on quarantined messages. You manage quarantine tags by using the \*-QuarantineTag cmdlets.
1052+
Quarantine policies define what users are able to do to quarantined messages based on why the message was quarantined. To view the list of available quarantine policies, run the following command: `Get-QuarantinePolicy | Format-List Name,EndUser*,AdminNotification*`.
10531053

10541054
```yaml
10551055
Type: String
@@ -1207,13 +1207,13 @@ Accept wildcard characters: False
12071207
```
12081208

12091209
### -SpamQuarantineTag
1210-
The SpamQuarantineTag parameter specifies the quarantine tag that's used on messages that are quarantined as spam (the SpamAction parameter value is Quarantine). You can use any value that uniquely identifies the quarantine tag. For example:
1210+
The SpamQuarantineTag parameter specifies the quarantine policy that's used on messages that are quarantined as spam (the SpamAction parameter value is Quarantine). You can use any value that uniquely identifies the quarantine policy. For example:
12111211

12121212
- Name
12131213
- Distinguished name (DN)
12141214
- GUID
12151215

1216-
The quarantine tag defines what end-users are allowed to do on quarantined messages. You manage quarantine tags by using the \*-QuarantineTag cmdlets.
1216+
Quarantine policies define what users are able to do to quarantined messages based on why the message was quarantined. To view the list of available quarantine policies, run the following command: `Get-QuarantinePolicy | Format-List Name,EndUser*,AdminNotification*`.
12171217

12181218
```yaml
12191219
Type: String

0 commit comments

Comments
 (0)